Skip to content

Latest commit

 

History

History
75 lines (44 loc) · 1.84 KB

File metadata and controls

75 lines (44 loc) · 1.84 KB

Version 0.2.13 (2026-05-17)

  • Handle null bulk string in push_bulk to avoid JSONDecodeError (thanks @vishal-seshagiri-infinitusai) #26

Version 0.2.11 (2026-02-20)

  • Fix deadlock on large payloads by using socket.sendall() (thanks @stavxyz) #24

Version 0.2.10 (2025-04-04)

  • Allow Job ID to be passed to registered job (thanks @ebramanti) #21

Version 0.2.9 (2024-12-16)

  • Set default Consumer context to multiprocessing (thanks @michaelrigart) #19

Version 0.2.8 (2024-12-05)

  • Add optional IPv6 support parameter (thanks @wangsrGit119) #18

Version 0.2.7 (2024-12-01)

  • Add IPv6 support (thanks @ebramanti)

Version 0.2.6 (2024-09-27)

  • Fix Pydantic warnings (thanks @conanjen)
  • Fix implicit optional

Version 0.2.5 (2024-09-09)

  • Add outer multiprocessing (thanks @wangsrGit119)
  • Fix incomplete UTF-8 characters parsing (thanks @wangsrGit119)

Version 0.2.4 (2024-08-28)

  • Fix queue Pause and Resume (thanks @wangsrGit119)

Version 0.2.3 (2024-01-25)

  • Enable TCP Keep-Alives (thanks @TurtleSRE)
  • Add MIT license
  • Update logging

Version 0.2.2 (2023-12-13)

  • Add TLS support (thanks @rgarver)
  • Use Poetry for packaging and dependency management
  • Fix Pydantic warnings
  • Use black instead of yapf

Version 0.2.1 (2022-06-08)

Version 0.2.0 (2022-05-25)

Version 0.1.1 (2021-11-15)

  • Add Sentry exception capture

Version 0.1.0 (2021-09-11)

  • 🎉 first release!

Version 0.0.0 (2021-09-05)

  • 📦 draft package