Revision history for Kafka-Librd
0.20 2021-04-30 09:27:54 -0600
- Moved to new GtiHub org: uperl
0.19 2020-12-02 05:46:51 -0700
- Production release identical to 0.18_01.
0.18_01 2020-11-30 05:33:03 -0700
- Fixed bug calling XSLoader (gh#37)
0.17_01 2020-11-27 16:21:52 -0700
- Added Kafka::Librd::Error::last_error (gh#33, gh#34 harmathy++)
0.15 2020-03-15 12:28:38 -0600
- Added support for Visual C++ + vcpkg (gh#21)
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.