Releases: jobcloud/php-kafka-lib
Releases · jobcloud/php-kafka-lib
Release v1.1.0
Release v1.0.0
Features 🎉
Avro
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)
- new function
Consumer
- possibility to decode message later (#17)
- new function
decodeMessage
- new function
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
alpha-3
Release v1.0.0-alpha2
alpha2
Release v1.0.0-alpha1
alpha release
Release v0.1.0
Please read Migration.md if you need to switch from messaging-lib