Skip to content

Latest commit

 

History

History
141 lines (80 loc) · 8.07 KB

CHANGELOG.md

File metadata and controls

141 lines (80 loc) · 8.07 KB

Changelog

v0.6.0 (2023-02-07)

Full Changelog

Merged pull requests:

v0.5.0 (2022-03-08)

Full Changelog

Implemented enhancements:

v0.4.0 (2022-03-02)

Full Changelog

Implemented enhancements:

  • Remove env vars used for configuration and inject as part of NewConfig() #33
  • Use builder exclusively for configuration creation #35 (jameshalsall)
  • Pass session context to topic handlers #34 (jameshalsall)
  • Encapsulate logic for determining handler for topic key #32 (jameshalsall)

v0.3.5 (2022-02-25)

Full Changelog

Fixed bugs:

v0.3.4 (2022-02-23)

Full Changelog

Fixed bugs:

  • Change last_error to text type to allow full error message #29 (jameshalsall)

v0.3.3 (2022-02-21)

Full Changelog

Fixed bugs:

v0.3.2 (2022-02-21)

Full Changelog

Fixed bugs:

v0.3.1 (2022-02-18)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Return error when Kafka cluster never becomes available in time #26 (jameshalsall)
  • Ensure database is migrated when Start() is called #23 (jameshalsall)

Security fixes:

Merged pull requests:

v0.3.0 (2021-11-08)

Full Changelog

Implemented enhancements:

  • Provide ability to use a DB storage mechanism for retry and deadletter messages #4

Merged pull requests:

v0.2.0 (2021-08-06)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

v0.1.0 (2021-06-21)

Full Changelog

Implemented enhancements:

  • Reduce the set up code for implementing services #2

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator