-
Notifications
You must be signed in to change notification settings - Fork 0
/
rdkafka.json
374 lines (374 loc) · 24.2 KB
/
rdkafka.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
{
"category": "Networking",
"deprecated": false,
"description": "PHP-rdkafka is a stable Kafka client for PHP based on librdkafka",
"latestReleaseDate": "2024-11-04T12:14:59+00:00",
"latestVersion": "6.0.5",
"license": "MIT License",
"name": "rdkafka",
"php8Mentioned": true,
"releases": {
"6.0.5": {
"version": "6.0.5",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2024-11-04T12:14:59+00:00",
"releaseNotes": "## Bug fixes\n- Fix php 7.0 build (#563, @arnaud-lb)\n- Fix x32 build (#565, @arnaud-lb)\n- Fix segmentation fault in setOauthbearerTokenRefreshCb when sasl.oauthbearer.config is unset (#568, @scorgn)",
"get": "https://pecl.php.net/get/rdkafka-6.0.5",
"SPDX-License-Identifier": "MIT"
},
"6.0.4": {
"version": "6.0.4",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2024-10-24T15:55:00+00:00",
"releaseNotes": "## Improvements\n- Added OAUTHBEARER support. New methods: RdKafka\\Conf::setOauthbearerTokenRefreshCb(), RdKafka::oauthbearerSetToken(), RdKafka::oauthbearerSetTokenFailure() (#546, #547, @cb-freddysart, @scorgn)\n- Added incremental rebalance support. New methods: RdKafka\\KafkaConsumer::incrementalAssign(), RdKafka\\KafkaConsumer::incrementalUnassign() (#541, @ikeberlein)\n- Added RdKafka::getControllerId() (#554, @qkdreyer)\n\n## Bugfixes\n- Add private constructor on Metadata classes (#531, @arnaud-lb)\n\n## Other Changes\n- Improve KafkaErrorException message (#555, @arnaud-lb)",
"get": "https://pecl.php.net/get/rdkafka-6.0.4",
"SPDX-License-Identifier": "MIT"
},
"6.0.3": {
"version": "6.0.3",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2022-07-02T13:16:36+00:00",
"releaseNotes": "## Improvements\n- Ability to provide custom `librdkafka` path during pecl install (#526, @Wirone)",
"get": "https://pecl.php.net/get/rdkafka-6.0.3",
"SPDX-License-Identifier": "MIT"
},
"6.0.2": {
"version": "6.0.2",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2022-06-12T11:14:54+00:00",
"releaseNotes": "## Bugfixes\n- Fixed signature of RdKafka\\KafkaConsumer::getMetadata() (#521, @arnaud-lb)",
"get": "https://pecl.php.net/get/rdkafka-6.0.2",
"SPDX-License-Identifier": "MIT"
},
"6.0.1": {
"version": "6.0.1",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2022-02-15T12:43:02+00:00",
"releaseNotes": "## Bugfixes\n- Always initialize Message::$headers (#508, @arnaud-lb)",
"get": "https://pecl.php.net/get/rdkafka-6.0.1",
"SPDX-License-Identifier": "MIT"
},
"6.0.0": {
"version": "6.0.0",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2022-01-07T13:39:45+00:00",
"releaseNotes": "# Changes since 5.x\n\n## Improvements\n- PHP 8.1 support (@remicollet, @ruudk, @nick-zh)\n- Added parameter types (when built with PHP>=8.0) (@arnaud-lb)\n- Added tentative return types (when built with PHP>=8.1) (@arnaud-lb)\n\n## Deprecations\n- PHP 8.1: Overloading php-rdkafka methods without specifying a return type\n will trigger a deprecation message unless annotated with\n #[\\ReturnTypeWillChange]\n\n# Changes since 6.0.0RC2\n\n## Bugfixes\n- Fix newTopic() arginfo (#502, @arnaud-lb)",
"get": "https://pecl.php.net/get/rdkafka-6.0.0",
"SPDX-License-Identifier": "MIT"
},
"6.0.0RC2": {
"version": "6.0.0RC2",
"state": "beta",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2021-11-27T14:12:20+00:00",
"releaseNotes": "## Bugfixes\n- Fix crash in RdKafka\\TopicPartition::__construct() (#491, @remicollet)",
"get": "https://pecl.php.net/get/rdkafka-6.0.0RC2",
"SPDX-License-Identifier": "MIT"
},
"6.0.0RC1": {
"version": "6.0.0RC1",
"state": "beta",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2021-11-19T14:05:06+00:00",
"releaseNotes": "## Enhancements\n- PHP 8.1 support (@ruudk, @remicollet, @nick-zh, @arnaud-lb)\n\n## Breaking changes\n- Added tentative return types in PHP 8.1 builds",
"get": "https://pecl.php.net/get/rdkafka-6.0.0RC1",
"SPDX-License-Identifier": "MIT"
},
"5.0.2": {
"version": "5.0.2",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2021-11-27T11:30:59+00:00",
"releaseNotes": "## Bugfixes\n- Fix arginfo on getMetadata(), queryWatermarkOffsets() (#494)",
"get": "https://pecl.php.net/get/rdkafka-5.0.2",
"SPDX-License-Identifier": "MIT"
},
"5.0.1": {
"version": "5.0.1",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2021-11-19T13:57:07+00:00",
"releaseNotes": "## Enhancements\n- Add pausePartitions(), resumePartitions() on RdKfaka, RdKafka\\KafkaConsumer (#438, @arnaud-lb)\n- Clarify error when KafkaConsumer is closed (@zoonru)\n\n## Bugfixes\n- Fix windows build (#440, @nick-zh)\n- Fix crash in RdKafka\\Metadata\\Topic::getTopic() (#465, @arnaud-lb)",
"get": "https://pecl.php.net/get/rdkafka-5.0.1",
"SPDX-License-Identifier": "MIT"
},
"5.0.0": {
"version": "5.0.0",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2021-01-14T11:48:30+00:00",
"releaseNotes": "## Enhancements\n- PHP 8 support (@nick-zh, @arnaud-lb)\n- Suport passing an opaque value in produce(), producev() (@arnaud-lb)\n\n## Breaking changes\n- Dropped PHP 5 support",
"get": "https://pecl.php.net/get/rdkafka-5.0.0",
"SPDX-License-Identifier": "MIT"
},
"4.1.2": {
"version": "4.1.2",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2020-12-24T10:57:53+00:00",
"releaseNotes": "BREAKING CHANGE: Since version 4.0, the client no longer polls for network\nevents at shutdown (during object destructor). This behaviour didn't give\nenough control to the user in case of server issue, and could cause the script\nto hang while terminating.\n\nStarting from 4.0, programs MUST call flush() before shutting down, otherwise\nsome messages and callbacks may be lost.\n\n## Enhancements\n- Enabled features on windows build: headers, purge, murmur (#410, @nick-zh, @cmb69)",
"get": "https://pecl.php.net/get/rdkafka-4.1.2",
"SPDX-License-Identifier": "MIT"
},
"4.1.1": {
"version": "4.1.1",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2020-12-07T18:49:20+00:00",
"releaseNotes": "BREAKING CHANGE: Since version 4.0, the client no longer polls for network\nevents at shutdown (during object destructor). This behaviour didn't give\nenough control to the user in case of server issue, and could cause the script\nto hang while terminating.\n\nStarting from 4.0, programs MUST call flush() before shutting down, otherwise\nsome messages and callbacks may be lost.\n\n## Bugfixes\n- Fix windows pecl build (#402, @nick-zh)",
"get": "https://pecl.php.net/get/rdkafka-4.1.1",
"SPDX-License-Identifier": "MIT"
},
"4.1.0": {
"version": "4.1.0",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2020-12-06T10:49:44+00:00",
"releaseNotes": "BREAKING CHANGE: Since version 4.0, the client no longer polls for network\nevents at shutdown (during object destructor). This behaviour didn't give\nenough control to the user in case of server issue, and could cause the script\nto hang while terminating.\n\nStarting from 4.0, programs MUST call flush() before shutting down, otherwise\nsome messages and callbacks may be lost.\n\n## Features\n- Add transactional producer support (#359, @nick-zh)",
"get": "https://pecl.php.net/get/rdkafka-4.1.0",
"SPDX-License-Identifier": "MIT"
},
"4.0.4": {
"version": "4.0.4",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2020-10-08T12:57:01+00:00",
"releaseNotes": "BREAKING CHANGE: Since version 4.0, the client no longer polls for network\nevents at shutdown (during object destructor). This behaviour didn't give\nenough control to the user in case of server issue, and could cause the script\nto hang while terminating.\n\nStarting from 4.0, programs MUST call flush() before shutting down, otherwise\nsome messages and callbacks may be lost.\n\n## Bugfixes\n- Fix crash during shurtdown (#367, @nick-zh, @sofire)\n\n## Enhancements\n- Improved CI (@Steveb-p, @arnaud-lb)\n\n## Documentation\n- Improved doc (@nick-zh, @Steveb-p)",
"get": "https://pecl.php.net/get/rdkafka-4.0.4",
"SPDX-License-Identifier": "MIT"
},
"4.0.3": {
"version": "4.0.3",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2020-02-07T14:58:21+00:00",
"releaseNotes": "BREAKING CHANGE: Since version 4.0, the client no longer polls for network\nevents at shutdown (during object destructor). This behaviour didn't give\nenough control to the user in case of server issue, and could cause the script\nto hang while terminating.\n\nStarting from 4.0, programs MUST call flush() before shutting down, otherwise\nsome messages and callbacks may be lost.\n\n## Improvements\n- Add partition check for offsetStore (#331, @nick-zh)\n- Naming consistency for setting in tests (#339, @romainneutron)\n\n## Bugfixes\n- Fix headers containing null bytes (#338, @arnaud-lb, @dirx @nick-zh)\n- Fix topic deconstruct for high level consumer (#333, @nick-zh)\n\n## Documentation\n- Fix doc example (#340, @Steveb-p)\n- Remove outdated and duplicate examples (#341, @nick-zh)",
"get": "https://pecl.php.net/get/rdkafka-4.0.3",
"SPDX-License-Identifier": "MIT"
},
"4.0.2": {
"version": "4.0.2",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2019-12-15T15:52:17+00:00",
"releaseNotes": "BREAKING CHANGE: Since version 4.0, the client no longer polls for network\nevents at shutdown (during object destructor). This behaviour didn't give\nenough control to the user in case of server issue, and could cause the script\nto hang while terminating.\n\nStarting from 4.0, programs MUST call flush() before shutting down, otherwise\nsome messages and callbacks may be lost.\n\n## Bugfixes\n\n* Fix partition 0 exposed as NULL in Message (#327 reverts #321, @arnaud-lb @nick-zh)\n* Fix memory leak in consume() when messages have headers (#323, @nick-zh)",
"get": "https://pecl.php.net/get/rdkafka-4.0.2",
"SPDX-License-Identifier": "MIT"
},
"4.0.1": {
"version": "4.0.1",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2019-12-08T10:07:26+00:00",
"releaseNotes": "BREAKING CHANGE: Since version 4.0, the client no longer polls for network\nevents at shutdown (during object destructor). This behaviour didn't give\nenough control to the user in case of server issue, and could cause the script\nto hang while terminating.\n\nStarting from 4.0, programs MUST call flush() before shutting down, otherwise\nsome messages and callbacks may be lost.\n\n## Features\n\n* Added RdKafka\\ConsumerTopic::consumeCallback() (#310, @nick-zh)\n\n## Enhancements\n\n* Run integration tests in CI (#223, @Steveb-p)\n* Improved README (#295 #297 #298, #307 @Steveb-p @sndsgd @nick-zh)\n* Fix windows test cases (#296, @cmb69)\n* Add testsuite in pecl archive (#291, @remicollet)\n* Add editor config (#308, @Steveb-p)\n\n## Bugfixes\n\n* Fix build (#290, @nick-zh)\n* Fix segfault during module shutdown (#293, @arnaud-lb @nick-zh)\n* Fix RdKafka\\Topic visibility in PHP 7.4 (#316, @nick-zh)\n* Fix headers memory management in producev (#318 , @nick-zh)\n* Fix partition number in error (#321, @nick-zh)",
"get": "https://pecl.php.net/get/rdkafka-4.0.1",
"SPDX-License-Identifier": "MIT"
},
"4.0.0": {
"version": "4.0.0",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2019-10-04T15:09:42+00:00",
"releaseNotes": "BREAKING CHANGE: Since version 4.0, the client longer polls for network events\nat shutdown (during object destructor). This behaviour didn't give enought\ncontrol to the user in case of server issue, and could cause the script to\nhang while terminating.\n\nStarting from this version, programs MUST now call flush() before shutting\ndown, otherwise some messages and callbacks may be lost.\n\n## Features\n\n* Added RdKafka\\Kafka::offsetsForTimes(), RdKafka\\KafkaConsumer::offsetsForTimes() (#238, #270, @nick-zh)\n* Added RdKafka\\KafkaConsumer::getOffsetPositions() (#244, @nick-zh)\n* Added RdKafka\\Kafka::purge() (#255, @nick-zh)\n* Added RdKafka\\Kafka::flush() (#264, @nick-zh)\n* Added RdKafka\\ConsumerTopic::consumeBatch() (#256, @nick-zh)\n* Added RdKafka\\Conf::setLogCb() (#253, @nick-zh)\n* Added RdKafka\\KafkaConsumer::queryWatermarkOffsets() (#271, @nick-zh)\n* Added RdKafka\\KafkaConsumer::close() (#144, @TiMESPLiNTER)\n\n## Enhancements\n\n* Support block on full producer queue (RD_KAFKA_MSG_F_BLOCK) (#245, @nick-zh)\n* Add additional partitioners (#267, @nick-zh)\n* Fix phpinfo output (#172, @TiMESPLiNTER)\n* Don't poll in destruct anymore (#264, #278, @nick-zh)\n\n## Bugfixes\n\n* Fix segfault, remove Producer::newQueue (#273, @nick-zh)\n\n## General\n\n* Dropping support for librdkafka below 0.11 (#247, @arnaud-lb)\n* Update build matrix PHP 7.3 + nightly, librdkafka 1.x + master (#249, @arnaud-lb)\n* Deprecating deprecated librdkafka functions (#266, #254, #251, @nick-zh)",
"get": "https://pecl.php.net/get/rdkafka-4.0.0",
"SPDX-License-Identifier": "MIT"
},
"3.1.3": {
"version": "3.1.3",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2019-12-08T09:49:48+00:00",
"releaseNotes": "* Fix segfault during module shutdown (#293, @arnaud-lb @nick-zh)\n* Fix RdKafka\\Topic visibility in PHP 7.4 (#316, @nick-zh)",
"get": "https://pecl.php.net/get/rdkafka-3.1.3",
"SPDX-License-Identifier": "MIT"
},
"3.1.2": {
"version": "3.1.2",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2019-07-08T14:59:12+00:00",
"releaseNotes": "* Fix build",
"get": "https://pecl.php.net/get/rdkafka-3.1.2",
"SPDX-License-Identifier": "MIT"
},
"3.1.1": {
"version": "3.1.1",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2019-07-03T09:33:16+00:00",
"releaseNotes": "* Expose query watermark offsets (#219, @gytislakavicius)\n* Support sending timestamp (epoch ms) in producev (#228, @lkm)\n* Fix KafkaTopic::producev causing segfault on librdkafka 1.0.0 (#222, @Steveb-p)\n* Fix version parsing (#224, @dariuskasiulevicius)",
"get": "https://pecl.php.net/get/rdkafka-3.1.1",
"SPDX-License-Identifier": "MIT"
},
"3.1.0": {
"version": "3.1.0",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2019-04-18T09:30:10+00:00",
"releaseNotes": "* Added timestamp support (@mariam-japaridze)\n* Added headers support (@martynaszaliaduonis, @dariuskasiulevicius)\n* Added Rdkafka\\Conf::setConsumeCb(), RdKafka\\Conf::setOffsetCommitCb() (@tPl0ch)\n* Added RdKafka\\KafkaConsumer::getCommittedOffsets() (@dariuskasiulevicius)\n* Fixed RdKafka\\Message::errstr() (@JustBlackBird)\n* Fixed reflection (@carusogabriel)\n* Allow null key and null message (@awons)\n* Dropped official PHP 5.4 / 5.5 support (@tPl0ch)\n* Improved examples (@dbakiu, @Steveb-p)",
"get": "https://pecl.php.net/get/rdkafka-3.1.0",
"SPDX-License-Identifier": "MIT"
},
"3.0.5": {
"version": "3.0.5",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2017-11-20T10:53:39+00:00",
"releaseNotes": "* Fixed destruction order, fixes hangs during RdKafka\\Consumer destruction",
"get": "http://pecl.php.net/get/rdkafka-3.0.5",
"SPDX-License-Identifier": "MIT"
},
"3.0.4": {
"version": "3.0.4",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2017-08-16T09:46:27+00:00",
"releaseNotes": "* Fixed destruction order, fixes hangs during RdKafka\\Consumer destruction\n* Added RdKafka\\Conf::setStatsCb",
"get": "http://pecl.php.net/get/rdkafka-3.0.4",
"SPDX-License-Identifier": "MIT"
},
"3.0.3": {
"version": "3.0.3",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2017-05-29T14:30:02+00:00",
"releaseNotes": "* Reduced termination times",
"get": "http://pecl.php.net/get/rdkafka-3.0.3",
"SPDX-License-Identifier": "MIT"
},
"3.0.2": {
"version": "3.0.2",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2017-05-23T15:49:06+00:00",
"releaseNotes": "* Fixed ConsumerTopic::consumeStop() hanging on PHP 5",
"get": "http://pecl.php.net/get/rdkafka-3.0.2",
"SPDX-License-Identifier": "MIT"
},
"3.0.1": {
"version": "3.0.1",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2017-01-28T10:32:32+00:00",
"releaseNotes": "* Fixed build on old gcc",
"get": "http://pecl.php.net/get/rdkafka-3.0.1",
"SPDX-License-Identifier": "MIT"
},
"3.0.0": {
"version": "3.0.0",
"state": "stable",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2016-12-18T10:34:28+00:00",
"releaseNotes": "* Unified code for PHP versions 5 and 7. This package builds and works on\n PHP 5.3 through PHP 7.x.",
"get": "http://pecl.php.net/get/rdkafka-3.0.0",
"SPDX-License-Identifier": "MIT"
},
"2.0.1": {
"version": "2.0.1",
"state": "beta",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2016-11-28T13:30:19+00:00",
"releaseNotes": "This version of rdkafka is indented for php version 7. To compile rdkafka for\nolder versions of php, use the pecl package version 1.\n\n * Fix build on PHP 7.1\n * Various bug fixes",
"get": "http://pecl.php.net/get/rdkafka-2.0.1",
"SPDX-License-Identifier": "MIT"
},
"2.0.0": {
"version": "2.0.0",
"state": "beta",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2016-09-09T10:05:35+00:00",
"releaseNotes": "This version of rdkafka is indented for php version 7. To compile rdkafka for\nolder versions of php, use the pecl package version 1.\n\n * Added high level consumer: Rdkafka\\KafkaConsumer (librdkafka 0.9)\n * RD_KAFKA_VERSION now reports the runtime librdkafka version\n * Added RD_KAFKA_BUILD_VERSION\n * Export runtime-provided constants from librdkafka (librdkafka 0.9)\n * Added rd_kafka_get_err_descs() (librdkafka 0.9)\n * Improve reflection/arginfo\n * Rdkafka::metadata() is now a deprecated alias to Rdkafka::getMetadata()\n * Rdkafka::outqLen() is now a deprecated alias to Rdkafka::getOutQLen()\n * Rdkafka now throws Rdkafka\\Exception instances\n * Added Rdkafka\\Conf::setDefaultTopicConf() (librdkafka 0.9)\n * Added Rdkafka\\Conf::setDrMsgCb() (librdkafka 0.9)",
"get": "http://pecl.php.net/get/rdkafka-2.0.0",
"SPDX-License-Identifier": "MIT"
},
"1.0.0": {
"version": "1.0.0",
"state": "beta",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2016-09-09T10:01:51+00:00",
"releaseNotes": "This version of rdkafka is indented for php version 5. To compile rdkafka for\nnewer versions of php, use the pecl package version 2.\n\n * Added high level consumer: Rdkafka\\KafkaConsumer (librdkafka 0.9)\n * RD_KAFKA_VERSION now reports the runtime librdkafka version\n * Added RD_KAFKA_BUILD_VERSION\n * Export runtime-provided constants from librdkafka (librdkafka 0.9)\n * Added rd_kafka_get_err_descs() (librdkafka 0.9)\n * Improve reflection/arginfo\n * Rdkafka::metadata() is now a deprecated alias to Rdkafka::getMetadata()\n * Rdkafka::outqLen() is now a deprecated alias to Rdkafka::getOutQLen()\n * Rdkafka now throws Rdkafka\\Exception instances\n * Added Rdkafka\\Conf::setDefaultTopicConf() (librdkafka 0.9)\n * Added Rdkafka\\Conf::setDrMsgCb() (librdkafka 0.9)",
"get": "http://pecl.php.net/get/rdkafka-1.0.0",
"SPDX-License-Identifier": "MIT"
},
"0.9.1": {
"version": "0.9.1",
"state": "beta",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2016-01-11T09:34:03+00:00",
"releaseNotes": "* Allow to build against librdkafka master/0.9.x",
"get": "http://pecl.php.net/get/rdkafka-0.9.1",
"SPDX-License-Identifier": "MIT"
},
"0.9.0": {
"version": "0.9.0",
"state": "beta",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2016-01-09T14:22:55+00:00",
"releaseNotes": "* Metadata API\n* Consistent partitioner\n* Fix ZTS build",
"get": "http://pecl.php.net/get/rdkafka-0.9.0",
"SPDX-License-Identifier": "MIT"
},
"0.0.2": {
"version": "0.0.2",
"state": "alpha",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2015-05-13T14:47:36+00:00",
"releaseNotes": "Fixed package",
"get": "http://pecl.php.net/get/rdkafka-0.0.2",
"SPDX-License-Identifier": "MIT"
},
"0.0.1": {
"version": "0.0.1",
"state": "alpha",
"license": "MIT License",
"releasedBy": "lbarnaud",
"releaseDate": "2015-05-13T14:41:02+00:00",
"releaseNotes": "First release",
"get": "http://pecl.php.net/get/rdkafka-0.0.1",
"SPDX-License-Identifier": "MIT"
}
},
"summary": "Kafka client based on librdkafka",
"SPDX-License-Identifier": "MIT"
}