Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dirx dirx released this 21 Jan 21:06
· 23 commits to main since this release
18d49e2

This pre-release improves compatible with the PHP RdKafka extension ^5.0 and ^6.0.

Note: compatibility with PHP RdKafka extension ^4.0 is no longer supported.

Added

  • Add explicit support for PHP 8.1 and 8.2
  • Add support for librdkafka v1.6.2, v1.9.0, v1.9.1, v1.9.2, v2.0.0, v2.0.1, v2.0.2

Fixed

  • Fix Message header & len type handling
    • Message::headers is now always of type array
    • Message::len is null if payload is null
  • Fix Collection:key() and Collection::current() type handling
    • Collection:key() always returns int