Skip to content

Releases: jobcloud/php-kafka-lib

Release v1.1.0

17 Dec 10:26
bffe801
Compare
Choose a tag to compare

Features 🎉

  • add log callback to producer (#46)

Bugfixes 🐛

  • fix offset commit logic when passing multiple messages (#46)

Release v1.0.0

12 Aug 12:46
0e2495a
Compare
Choose a tag to compare

Features 🎉

Avro

  • capability to now encode / decode message key (#26, #27)

Producer

  • control over poll behaviour (#16)
    • new function syncProduce
    • new function pollUntilQueueSizeReached
    • new function poll
    • produce is now non blocking (behaviour change, see UPGRADE.md for more)

Consumer

  • possibility to decode message later (#17)
    • new function decodeMessage

Improvements ⚙️

  • streamline timeouts, all timeouts can now be passed where needed (#15)
  • remove external avro dependency as hard dependency (#22)

Bug fixes 🐛

  • fixed bug where some settings for low level consumer were ignored (#25, #32)
  • only throw exceptions for fatal errors (#12)
  • for the high level consumer, topic subscription with no partitions but an offset will be interpreted as all partitions (#29)

Checkout UPGRADE.md for more information

Release v1.0.0-alpha3

12 Aug 08:43
7963a06
Compare
Choose a tag to compare
Release v1.0.0-alpha3 Pre-release
Pre-release

alpha-3

Release v1.0.0-alpha2

11 Aug 08:26
b78f86e
Compare
Choose a tag to compare
Release v1.0.0-alpha2 Pre-release
Pre-release

alpha2

Release v1.0.0-alpha1

06 Aug 14:24
7e8dc21
Compare
Choose a tag to compare
Release v1.0.0-alpha1 Pre-release
Pre-release

alpha release

Release v0.1.0

08 Apr 12:32
671a7f9
Compare
Choose a tag to compare

Please read Migration.md if you need to switch from messaging-lib