forked from joekiller/jruby-kafka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
32 lines (32 loc) · 1.3 KB
/
CHANGELOG
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
0.2.1 (September 22, 2014)
# producer
- fixed argument parser including nil options
- updated compressed.topics to take an array and transform it into comma separated list.
- removed compressed.topics parsing log fallacy.
- tons of inspection/style fixes
0.2.0 (September 20, 2014)
# producer
- exposed close method to producer for cleanup in async threads.
0.1.3 (September 15, 2014)
# producer
- clean up producer config to better match Kafka 0.8.x
0.1.2 (September 11, 2014)
# general
- fixed up new loader class to load jars if invoked.
0.1.0 (April 16, 2014)
# producer
- implemented remaining producer config variables.
- changed serializer.class from `kafka.serializer.StringEncoder` to nil which will result in it being the `kafka.serializer.DefaultEncoder` which is a byte stream.
# consumer
- added consumer_id
0.0.12 (January 23, 2014)
# producer
- added support for compression_codec and compressed_topics
0.0.11 (January 17, 2014)
# general
- cleaned up producer to remove unnecessary code
0.0.10 (January 13, 2014)
# general
- first time using changelog
- added preliminary producer from pull request, thank you squito (https://github.com/joekiller/jruby-kafka/pull/1)
- updated to README.md to reference Kafka 0.8.0 release.