-
-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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="/"> | ||
|
@@ -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> | ||
|