-
-
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
2 changed files
with
35 additions
and
18 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-01-07</date> | ||
<date>2022-02-15</date> | ||
<time>12:00:00</time> | ||
<version> | ||
<release>6.0.0</release> | ||
<release>6.0.1</release> | ||
<api>6.0.0</api> | ||
</version> | ||
<stability> | ||
|
@@ -22,22 +22,8 @@ | |
</stability> | ||
<license uri="http://opensource.org/licenses/mit-license.php">MIT License</license> | ||
<notes> | ||
# Changes since 5.x | ||
|
||
## Improvements | ||
- PHP 8.1 support (@remicollet, @ruudk, @nick-zh) | ||
- Added parameter types (when built with PHP>=8.0) (@arnaud-lb) | ||
- Added tentative return types (when built with PHP>=8.1) (@arnaud-lb) | ||
|
||
## Deprecations | ||
- PHP 8.1: Overloading php-rdkafka methods without specifying a return type | ||
will trigger a deprecation message unless annotated with | ||
#[\ReturnTypeWillChange] | ||
|
||
# Changes since 6.0.0RC2 | ||
|
||
## Bugfixes | ||
- Fix newTopic() arginfo (#502, @arnaud-lb) | ||
- Always initialize Message::$headers (#508, @arnaud-lb) | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -171,6 +157,37 @@ | |
<providesextension>rdkafka</providesextension> | ||
<extsrcrelease/> | ||
<changelog> | ||
<release> | ||
<date>2022-01-07</date> | ||
<time>12:00:00</time> | ||
<version> | ||
<release>6.0.0</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> | ||
# Changes since 5.x | ||
|
||
## Improvements | ||
- PHP 8.1 support (@remicollet, @ruudk, @nick-zh) | ||
- Added parameter types (when built with PHP>=8.0) (@arnaud-lb) | ||
- Added tentative return types (when built with PHP>=8.1) (@arnaud-lb) | ||
|
||
## Deprecations | ||
- PHP 8.1: Overloading php-rdkafka methods without specifying a return type | ||
will trigger a deprecation message unless annotated with | ||
#[\ReturnTypeWillChange] | ||
|
||
# Changes since 6.0.0RC2 | ||
|
||
## Bugfixes | ||
- Fix newTopic() arginfo (#502, @arnaud-lb) | ||
</notes> | ||
</release> | ||
<release> | ||
<date>2021-11-27</date> | ||
<time>15:00:00</time> | ||
|
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