-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathChanges
46 lines (32 loc) · 1.34 KB
/
Changes
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
Revision history for Kafka-Librd
0.14 2019-10-20 19:50:39 -0600
- Aded flush and destroy methods (gh#19, miket++)
0.12 2019-07-26 15:25:57 -0400
- Added timestamp method (gh#10, gh#14, eserte++)
0.11 2019-07-22 09:31:39 -0400
- Fix memory leak (eserte++ gh#13, gh#16)
0.10 2019-02-09 10:01:17 -0500
- New maintainer Graham Ollis <plicease@cpan.org>
- Fix compatability with Perls older than 5.8.9
0.09 Tue Oct 23 2018 Pavel Shaydo <zwon@cpan.org>
- add note about maintenance status
0.08 Fri Mar 3 2017 Pavel Shaydo <zwon@cpan.org>
- implement all methods from High-Level consumer API
0.07 Sat Feb 4 2017 Pavel Shaydo <zwon@cpan.org>
- improved example scripts
- bumped librdkafka dependency
0.06 Tue Dec 6 2016 Pavel Shaydo <zwon@cpan.org>
- make it compile on threaded perls. See #3,
thanks to @aero for the report
0.05 Tue Nov 29 2016 Pavel Shaydo <zwon@cpan.org>
- minor doc fix
- remove unnecessary Test::Most dependency. Fixes #2, thanks to
@andk for the report.
0.04 Sat Oct 22 2016 Pavel Shaydo <zwon@cpan.org>
- add destroy and dump methods
0.03 Mon Oct 17 2016 Pavel Shaydo <zwon@cpan.org>
- implement producer
0.02 Fri Oct 14 2016 Pavel Shaydo <zwon@cpan.org>
- Use Alien::Librdkafka to build librdkafka
0.01 Thu Oct 13 2016 Pavel Shaydo <zwon@cpan.org>
- First version, released on an unsuspecting world.