Skip to content

Commit

Permalink
release/6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-lb committed Oct 24, 2024
1 parent 743f1d3 commit 16981b5
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2022-07-02</date>
<time>12:26:56</time>
<date>2024-10-24</date>
<time>14:56:47</time>
<version>
<release>6.0.3</release>
<release>6.0.4</release>
<api>6.0.0</api>
</version>
<stability>
Expand All @@ -23,7 +23,15 @@
<license uri="http://opensource.org/licenses/mit-license.php">MIT License</license>
<notes>
## Improvements
- Ability to provide custom `librdkafka` path during pecl install (#526, @Wirone)
- Added OAUTHBEARER support. New methods: RdKafka\Conf::setOauthbearerTokenRefreshCb(), RdKafka::oauthbearerSetToken(), RdKafka::oauthbearerSetTokenFailure() (#546, #547, @cb-freddysart, @scorgn)
- Added incremental rebalance support. New methods: RdKafka\KafkaConsumer::incrementalAssign(), RdKafka\KafkaConsumer::incrementalUnassign() (#541, @ikeberlein)
- Added RdKafka::getControllerId() (#554, @qkdreyer)

## Bugfixes
- Add private constructor on Metadata classes (#531, @arnaud-lb)

## Other Changes
- Improve KafkaErrorException message (#555, @arnaud-lb)
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -169,6 +177,23 @@
<configureoption name="with-rdkafka" default="autodetect" prompt="librdkafka installation path?"/>
</extsrcrelease>
<changelog>
<release>
<date>2022-07-02</date>
<time>12:26:56</time>
<version>
<release>6.0.3</release>
<api>6.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/mit-license.php">MIT License</license>
<notes>
## Improvements
- Ability to provide custom `librdkafka` path during pecl install (#526, @Wirone)
</notes>
</release>
<release>
<date>2022-06-12</date>
<time>12:00:00</time>
Expand Down

0 comments on commit 16981b5

Please sign in to comment.