Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

65 lines (41 loc) · 1.7 KB

Changelog

[1.2.2] - 2024-11-24

Fixed

  • Use asdf:registered-system instead of asdf:find-system to avoid an asdf/plan:system-out-of-date error. PR #73 from @svetlyak40wt.

  • Add a continue restart to cl-rdkafka::poll-loop to allow error recovery. PR #73 from @svetlyak40wt.

  • Improve readability of error messages from cl-rdkafka::assert-expected-event. PR #73 from @svetlyak40wt.

[1.2.1] - 2023-01-08

Fixed

  • When checking the return value's type, key and value producer serializers no longer traverse the return value if it's a (vector (unsigned-byte 8)).

  • Set client.software.name and client.software.version configs.

[1.2.0] - 2022-12-30

Added

  • Add support for offsets to assign and assignment consumer methods. issue #67 from @Uthar.

[1.1.0] - 2020-07-04

Added

  • Add seek, seek-to-beginning and seek-to-end consumer methods.

  • Add support for transactions.

[1.0.2] - 2020-04-20

Fixed

[1.0.1] - 2020-01-14

Fixed

[1.0.0] - 2019-12-29

Initial release