This repository has been archived by the owner on Dec 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
/
CHANGELOG
80 lines (80 loc) · 2.46 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
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
0.8.3 (April 24, 2015)
# general
- fix overly strict binding to jruby-kafka 1.4.0
0.8.2 (April 24, 2015)
# general
- include test spec files in gem
0.8.1 (April 24, 2015)
# general
- fix accidental release with old jruby-kafka lib
0.8.0 (April 23, 2015)
# general
- reverted features to ensure Logstash 1.4.2 compatibility.
# outputs
- removed partition key formatting
# inputs
- removed Event#sprintf placeholders support for topic_id
0.6.0 (September 20, 2014)
# general
- updated to match elasticsearch/logstash current
0.5.2 (June 10, 2014)
# general
- updated logstash to version 1.4.2
- added Apache 2.0 License
# tests
- added tests for input and output (thank you suyograo)
- updated tests for logstash 1.4.2
0.5.1 (May 27, 2014)
# inputs
- added fetch_message_max_bytes
0.5.0 (April 16, 2014)
# general
- update README to reflect new input and output options
# inputs
- added consumer_id
# outputs
- added options:
* request_required_acks
* serializer_class
* partitioner_class
* request_timeout_ms
* producer_type
* key_serializer_class
* message_send_max_retries
* retry_backoff_ms
* topic_metadata_refresh_interval_ms
* queue_buffering_max_ms
* queue_buffering_max_messages
* queue_enqueue_timeout_ms
* batch_num_messages
* send_buffer_bytes
* client_id
- see http://kafka.apache.org/documentation.html#producerconfigs for option details.
0.4.2 (April 8, 2014)
# general
- updated README to reflect Logstash 1.4.0 support.
# inputs
- fixed plugin to locate vendor logstash jars prior to importing jruby-kafka
# outputs
- fixed plugin to locate vendor logstash jars prior to importing jruby-kafka
0.4.1 (April 8, 2014)
# general
- updated to support Logstash 1.4.0
0.4.0 (March 13, 2014)
# general
- updated to support Kafka 0.8.1
- made default codec JSON on inputs and outputs.
# outputs
- added support for request_required_acks
0.3.0 (January 23, 2014)
# general
- updated jruby-kafka gemspec dependency
# outputs
- added support for compression_codec and compressed_topics
0.2.0 (January 23, 2014)
# inputs
- fixed an issue where shutdown caused an extra message to be logged.
0.1.0 (January 13, 2014)
# general
- Adding change log.
- First tagged verison of logstash-kafka.