|
10 | 10 |
|
11 | 11 | <active>yes</active>
|
12 | 12 | </lead>
|
13 |
| - <date>2020-02-07</date> |
| 13 | + <date>2020-10-08</date> |
14 | 14 | <time>12:00:00</time>
|
15 | 15 | <version>
|
16 |
| - <release>4.0.3</release> |
| 16 | + <release>4.0.4</release> |
17 | 17 | <api>4.0.0</api>
|
18 | 18 | </version>
|
19 | 19 | <stability>
|
|
30 | 30 | Starting from 4.0, programs MUST call flush() before shutting down, otherwise
|
31 | 31 | some messages and callbacks may be lost.
|
32 | 32 |
|
33 |
| - ## Improvements |
34 |
| - - Add partition check for offsetStore (#331, @nick-zh) |
35 |
| - - Naming consistency for setting in tests (#339, @romainneutron) |
36 |
| - |
37 | 33 | ## Bugfixes
|
38 |
| - - Fix headers containing null bytes (#338, @arnaud-lb, @dirx @nick-zh) |
39 |
| - - Fix topic deconstruct for high level consumer (#333, @nick-zh) |
| 34 | + - Fix crash during shurtdown (#367, @nick-zh, @sofire) |
| 35 | + |
| 36 | + ## Enhancements |
| 37 | + - Improved CI (@Steveb-p, @arnaud-lb) |
40 | 38 |
|
41 | 39 | ## Documentation
|
42 |
| - - Fix doc example (#340, @Steveb-p) |
43 |
| - - Remove outdated and duplicate examples (#341, @nick-zh) |
| 40 | + - Improved doc (@nick-zh, @Steveb-p) |
44 | 41 | </notes>
|
45 | 42 | <contents>
|
46 | 43 | <dir name="/">
|
|
118 | 115 | <providesextension>rdkafka</providesextension>
|
119 | 116 | <extsrcrelease/>
|
120 | 117 | <changelog>
|
| 118 | + <release> |
| 119 | + <date>2020-02-07</date> |
| 120 | + <time>12:00:00</time> |
| 121 | + <version> |
| 122 | + <release>4.0.3</release> |
| 123 | + <api>4.0.0</api> |
| 124 | + </version> |
| 125 | + <stability> |
| 126 | + <release>stable</release> |
| 127 | + <api>stable</api> |
| 128 | + </stability> |
| 129 | + <license uri="http://opensource.org/licenses/mit-license.php">MIT License</license> |
| 130 | + <notes> |
| 131 | + BREAKING CHANGE: Since version 4.0, the client no longer polls for network |
| 132 | + events at shutdown (during object destructor). This behaviour didn't give |
| 133 | + enough control to the user in case of server issue, and could cause the script |
| 134 | + to hang while terminating. |
| 135 | + |
| 136 | + Starting from 4.0, programs MUST call flush() before shutting down, otherwise |
| 137 | + some messages and callbacks may be lost. |
| 138 | + |
| 139 | + ## Improvements |
| 140 | + - Add partition check for offsetStore (#331, @nick-zh) |
| 141 | + - Naming consistency for setting in tests (#339, @romainneutron) |
| 142 | + |
| 143 | + ## Bugfixes |
| 144 | + - Fix headers containing null bytes (#338, @arnaud-lb, @dirx @nick-zh) |
| 145 | + - Fix topic deconstruct for high level consumer (#333, @nick-zh) |
| 146 | + |
| 147 | + ## Documentation |
| 148 | + - Fix doc example (#340, @Steveb-p) |
| 149 | + - Remove outdated and duplicate examples (#341, @nick-zh) |
| 150 | + </notes> |
| 151 | + </release> |
121 | 152 | <release>
|
122 | 153 | <date>2019-12-15</date>
|
123 | 154 | <time>12:00:00</time>
|
|
0 commit comments