Skip to content

Latest commit

 

History

History
114 lines (53 loc) · 5.59 KB

File metadata and controls

114 lines (53 loc) · 5.59 KB

Changelog

0.2.6 (2026-04-21)

Features

  • add nats_jetstream_consumer to provide the feature requested in issue #44 (#45) (9372aa4)

0.2.5 (2026-04-16)

Features

  • add optional prometheus metrics endpoint with saturation metrics (#42) (fcd767a)

0.2.4 (2026-03-31)

Bug Fixes

  • preserve respond_with_error payloads (#40) (f5c0d46)

0.2.3 (2025-08-16)

Bug Fixes

  • #35 - Limits the backtrace to 4 lines in our exceptions (#36) (df0fee8)

0.2.2 (2025-08-15)

Bug Fixes

  • Ensure we exit after saying Bye Bye (#33) (11a7584)

0.2.1 (2025-08-08)

Bug Fixes

  • Do not leak SemanticLogger settings outside of isolation (#30) (524595c)

0.2.0 (2025-08-07)

⚠ BREAKING CHANGES

  • Big move to use kwargs as the initializer for classes which include us (#28)

Bug Fixes

  • Big move to use kwargs as the initializer for classes which include us (#28) (72293b4)

0.1.7 (2025-08-06)

Bug Fixes

  • Allow non blocking all the way down to the instance level (#27) (01748a5)
  • Stop sending code argument to respond_with_error, it does not accept it (#23) (9d87b8c)

0.1.6 (2025-08-03)

Features

  • Adds graceful shutdown when INT/TERM/QUIT signal is received (#18) (ce03fb0)

0.1.5 (2025-07-31)

Bug Fixes

  • Run in blocking mode, not just non-blocking (#15) (a659145)

0.1.4 (2025-07-31)

Bug Fixes

  • Have to build the gem before we can find it, doh (#13) (62053e9)

0.1.3 (2025-07-31)

Bug Fixes

  • Fixes the gem publisher, and adds missing .version.txt (#11) (3dcbd3c)

0.1.2 (2025-07-31)

Bug Fixes

  • Remove sequel cruft in ci config (#9) (09a43e2)

0.1.1 (2025-07-31)

Features

Bug Fixes

  • Corrects gemname in publish-gem.sh (9ff0942)
  • Corrects the version (#7) (a3de532)