|
10 | 10 |
|
11 | 11 | <active>yes</active>
|
12 | 12 | </lead>
|
13 |
| - <date>2020-10-08</date> |
| 13 | + <date>2020-12-06</date> |
14 | 14 | <time>12:00:00</time>
|
15 | 15 | <version>
|
16 |
| - <release>4.0.4</release> |
| 16 | + <release>4.1.0</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 |
| - ## Bugfixes |
34 |
| - - Fix crash during shurtdown (#367, @nick-zh, @sofire) |
35 |
| - |
36 |
| - ## Enhancements |
37 |
| - - Improved CI (@Steveb-p, @arnaud-lb) |
38 |
| - |
39 |
| - ## Documentation |
40 |
| - - Improved doc (@nick-zh, @Steveb-p) |
| 33 | + ## Features |
| 34 | + - Add transactional producer support (#359, @nick-zh) |
41 | 35 | </notes>
|
42 | 36 | <contents>
|
43 | 37 | <dir name="/">
|
|
117 | 111 | <providesextension>rdkafka</providesextension>
|
118 | 112 | <extsrcrelease/>
|
119 | 113 | <changelog>
|
| 114 | + <release> |
| 115 | + <version> |
| 116 | + <release>4.0.4</release> |
| 117 | + <api>4.0.0</api> |
| 118 | + </version> |
| 119 | + <stability> |
| 120 | + <release>stable</release> |
| 121 | + <api>stable</api> |
| 122 | + </stability> |
| 123 | + <license uri="http://opensource.org/licenses/mit-license.php">MIT License</license> |
| 124 | + <notes> |
| 125 | + BREAKING CHANGE: Since version 4.0, the client no longer polls for network |
| 126 | + events at shutdown (during object destructor). This behaviour didn't give |
| 127 | + enough control to the user in case of server issue, and could cause the script |
| 128 | + to hang while terminating. |
| 129 | + |
| 130 | + Starting from 4.0, programs MUST call flush() before shutting down, otherwise |
| 131 | + some messages and callbacks may be lost. |
| 132 | + |
| 133 | + ## Bugfixes |
| 134 | + - Fix crash during shurtdown (#367, @nick-zh, @sofire) |
| 135 | + |
| 136 | + ## Enhancements |
| 137 | + - Improved CI (@Steveb-p, @arnaud-lb) |
| 138 | + |
| 139 | + ## Documentation |
| 140 | + - Improved doc (@nick-zh, @Steveb-p) |
| 141 | + </notes> |
| 142 | + </release> |
120 | 143 | <release>
|
121 | 144 | <date>2020-02-07</date>
|
122 | 145 | <time>12:00:00</time>
|
|
0 commit comments