-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathChanges
35 lines (24 loc) · 1.02 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
Revision history for Kafka-Librd
- New maintainer Graham Ollis <plicease@cpan.org>
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.