|
10 | 10 | <email>arnaud.lb@gmail.com</email>
|
11 | 11 | <active>yes</active>
|
12 | 12 | </lead>
|
13 |
| - <date>2022-01-07</date> |
| 13 | + <date>2022-02-15</date> |
14 | 14 | <time>12:00:00</time>
|
15 | 15 | <version>
|
16 |
| - <release>6.0.0</release> |
| 16 | + <release>6.0.1</release> |
17 | 17 | <api>6.0.0</api>
|
18 | 18 | </version>
|
19 | 19 | <stability>
|
|
22 | 22 | </stability>
|
23 | 23 | <license uri="http://opensource.org/licenses/mit-license.php">MIT License</license>
|
24 | 24 | <notes>
|
25 |
| - # Changes since 5.x |
26 |
| - |
27 |
| - ## Improvements |
28 |
| - - PHP 8.1 support (@remicollet, @ruudk, @nick-zh) |
29 |
| - - Added parameter types (when built with PHP>=8.0) (@arnaud-lb) |
30 |
| - - Added tentative return types (when built with PHP>=8.1) (@arnaud-lb) |
31 |
| - |
32 |
| - ## Deprecations |
33 |
| - - PHP 8.1: Overloading php-rdkafka methods without specifying a return type |
34 |
| - will trigger a deprecation message unless annotated with |
35 |
| - #[\ReturnTypeWillChange] |
36 |
| - |
37 |
| - # Changes since 6.0.0RC2 |
38 |
| - |
39 | 25 | ## Bugfixes
|
40 |
| - - Fix newTopic() arginfo (#502, @arnaud-lb) |
| 26 | + - Always initialize Message::$headers (#508, @arnaud-lb) |
41 | 27 | </notes>
|
42 | 28 | <contents>
|
43 | 29 | <dir name="/">
|
|
171 | 157 | <providesextension>rdkafka</providesextension>
|
172 | 158 | <extsrcrelease/>
|
173 | 159 | <changelog>
|
| 160 | + <release> |
| 161 | + <date>2022-01-07</date> |
| 162 | + <time>12:00:00</time> |
| 163 | + <version> |
| 164 | + <release>6.0.0</release> |
| 165 | + <api>6.0.0</api> |
| 166 | + </version> |
| 167 | + <stability> |
| 168 | + <release>stable</release> |
| 169 | + <api>stable</api> |
| 170 | + </stability> |
| 171 | + <license uri="http://opensource.org/licenses/mit-license.php">MIT License</license> |
| 172 | + <notes> |
| 173 | + # Changes since 5.x |
| 174 | + |
| 175 | + ## Improvements |
| 176 | + - PHP 8.1 support (@remicollet, @ruudk, @nick-zh) |
| 177 | + - Added parameter types (when built with PHP>=8.0) (@arnaud-lb) |
| 178 | + - Added tentative return types (when built with PHP>=8.1) (@arnaud-lb) |
| 179 | + |
| 180 | + ## Deprecations |
| 181 | + - PHP 8.1: Overloading php-rdkafka methods without specifying a return type |
| 182 | + will trigger a deprecation message unless annotated with |
| 183 | + #[\ReturnTypeWillChange] |
| 184 | + |
| 185 | + # Changes since 6.0.0RC2 |
| 186 | + |
| 187 | + ## Bugfixes |
| 188 | + - Fix newTopic() arginfo (#502, @arnaud-lb) |
| 189 | + </notes> |
| 190 | + </release> |
174 | 191 | <release>
|
175 | 192 | <date>2021-11-27</date>
|
176 | 193 | <time>15:00:00</time>
|
|
0 commit comments