|
1 |
| -## 9.1.0 |
2 |
| - - Updated Kafka client version to 2.3.0 |
3 |
| - |
4 |
| -## 9.0.1 |
5 |
| - - Added support for `sasl_jaas_config` setting to allow JAAS config per plugin, rather than per JVM [#313](https://github.com/logstash-plugins/logstash-input-kafka/pull/313) |
6 |
| - |
7 |
| -## 9.0.0 |
8 |
| - - Removed obsolete `ssl` option |
9 |
| - |
10 |
| -## 8.3.1 |
11 |
| - - Added support for kafka property ssl.endpoint.identification.algorithm #302(https://github.com/logstash-plugins/logstash-input-kafka/pull/302) |
12 |
| - |
13 |
| -## 8.3.0 |
14 |
| - - Changed Kafka client version to 2.1.0 |
15 |
| - |
16 |
| -## 8.2.1 |
17 |
| - - Changed Kafka client version to 2.0.1 [#295](https://github.com/logstash-plugins/logstash-input-kafka/pull/295) |
18 |
| - |
19 |
| -## 8.2.0 |
20 |
| - - Upgrade Kafka client to version 2.0.0 |
21 |
| - |
22 |
| -## 8.1.2 |
23 |
| - - Docs: Correct list formatting for `decorate_events` |
24 |
| - - Docs: Add kafka default to `partition_assignment_strategy` |
25 |
| - |
26 |
| -## 8.1.1 |
27 |
| - - Fix race-condition where shutting down a Kafka Input before it has finished starting could cause Logstash to crash |
28 |
| - |
29 |
| -## 8.1.0 |
30 |
| - - Internal: Update build to gradle |
31 |
| - - Upgrade Kafka client to version 1.1.0 |
32 |
| - |
33 |
| -## 8.0.6 |
34 |
| - - Fix broken 8.0.5 release |
35 |
| - |
36 |
| -## 8.0.5 |
37 |
| - - Docs: Set the default_codec doc attribute. |
38 |
| - |
39 |
| -## 8.0.4 |
40 |
| - - Upgrade Kafka client to version 1.0.0 |
41 |
| - |
42 |
| -## 8.0.3 |
43 |
| - - Update gemspec summary |
44 |
| - |
45 |
| -## 8.0.2 |
46 |
| - - Fix some documentation issues |
47 |
| - |
48 |
| -## 8.0.1 |
49 |
| - - Fixed an issue that prevented setting a custom `metadata_max_age_ms` value |
50 |
| - |
51 |
| -## 8.0.0 |
52 |
| - - Breaking: mark deprecated `ssl` option as obsolete |
53 |
| - |
54 |
| -## 7.0.0 |
55 |
| - - Breaking: Nest the decorated fields under `@metadata` field to avoid mapping conflicts with beats. |
56 |
| - Fixes #198, #180 |
57 |
| - |
58 |
| -## 6.3.4 |
59 |
| - - Fix an issue that led to random failures in decoding messages when using more than one input thread |
60 |
| - |
61 |
| -## 6.3.3 |
62 |
| - - Upgrade Kafka client to version 0.11.0.0 |
63 |
| - |
64 |
| -## 6.3.1 |
65 |
| - - fix: Added record timestamp in event decoration |
66 |
| - |
67 |
| -## 6.3.0 |
68 |
| - - Upgrade Kafka client to version 0.10.2.1 |
69 |
| - |
70 |
| -## 6.2.7 |
71 |
| - - Fix NPE when SASL_SSL+PLAIN (no Kerberos) is specified. |
72 |
| - |
73 |
| -## 6.2.6 |
74 |
| - - fix: Client ID is no longer reused across multiple Kafka consumer instances |
75 |
| - |
76 |
| -## 6.2.5 |
77 |
| - - Fix a bug where consumer was not correctly setup when `SASL_SSL` option was specified. |
78 |
| - |
79 |
| -## 6.2.4 |
80 |
| - - Make error reporting more clear when connection fails |
81 |
| - |
82 |
| -## 6.2.3 |
83 |
| - - Docs: Update Kafka compatibility matrix |
84 |
| - |
85 |
| -## 6.2.2 |
86 |
| - - update kafka-clients dependency to 0.10.1.1 |
87 |
| - |
88 |
| -## 6.2.1 |
89 |
| - - Docs: Clarify compatibility matrix and remove it from the changelog to avoid duplication. |
90 |
| - |
91 |
| -## 6.2.0 |
92 |
| - - Expose config `max_poll_interval_ms` to allow consumer to send heartbeats from a background thread |
93 |
| - - Expose config `fetch_max_bytes` to control client's fetch response size limit |
94 |
| - |
95 |
| -## 6.1.0 |
96 |
| - - Add Kerberos authentication support. |
97 |
| - |
98 |
| -## 6.0.1 |
99 |
| - - default `poll_timeout_ms` to 100ms |
100 |
| - |
101 |
| -## 6.0.0 |
102 |
| - - Breaking: Support for Kafka 0.10.1.0. Only supports brokers 0.10.1.x or later. |
103 |
| - |
104 |
| -## 5.0.5 |
105 |
| - - place setup_log4j for logging registration behind version check |
106 |
| - |
107 |
| -## 5.0.4 |
108 |
| - - Update to Kafka version 0.10.0.1 for bug fixes |
109 |
| - |
110 |
| -## 5.0.3 |
111 |
| - - Internal: gem cleanup |
112 |
| - |
113 |
| -## 5.0.2 |
114 |
| - - Release a new version of the gem that includes jars |
115 |
| - |
116 |
| -## 5.0.1 |
117 |
| - - Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99 |
118 |
| - |
119 |
| -## 5.0.0 |
120 |
| - - Support for Kafka 0.10 which is not backward compatible with 0.9 broker. |
121 |
| - |
122 |
| -## 4.0.0 |
123 |
| - - Republish all the gems under jruby. |
124 |
| - - Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See https://github.com/elastic/logstash/issues/5141 |
125 |
| - - Support for Kafka 0.9 for LS 5.x |
126 |
| - |
127 |
| -## 3.0.0.beta7 |
128 |
| - - Fix Log4j warnings by setting up the logger |
129 |
| - |
130 |
| -## 3.0.0.beta5 and 3.0.0.beta6 |
131 |
| - - Internal: Use jar dependency |
132 |
| - - Fixed issue with snappy compression |
133 |
| - |
134 |
| -## 3.0.0.beta3 and 3.0.0.beta4 |
135 |
| - - Internal: Update gemspec dependency |
136 |
| - |
137 |
| -## 3.0.0.beta2 |
138 |
| - - internal: Use jar dependencies library instead of manually downloading jars |
139 |
| - - Fixes "java.lang.ClassNotFoundException: org.xerial.snappy.SnappyOutputStream" issue (#50) |
140 |
| - |
141 |
| -## 3.0.0.beta2 |
142 |
| - - Added SSL/TLS connection support to Kafka |
143 |
| - - Breaking: Changed default codec to plain instead of SSL. Json codec is really slow when used |
144 |
| - with inputs because inputs by default are single threaded. This makes it a bad |
145 |
| - first user experience. Plain codec is a much better default. |
146 |
| - |
147 |
| -## 3.0.0.beta1 |
148 |
| - - Refactor to use new Java based consumer, bypassing jruby-kafka |
149 |
| - - Breaking: Change configuration to match Kafka's configuration. This version is not backward compatible |
150 |
| - |
151 |
| -## 2.0.7 |
152 |
| - - Update to jruby-kafka 1.6 which includes Kafka 0.8.2.2 enabling LZ4 decompression. |
153 |
| - |
154 |
| -## 2.0.6 |
155 |
| - - Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash |
156 |
| - |
157 |
| -## 2.0.5 |
158 |
| - - New dependency requirements for logstash-core for the 5.0 release |
159 |
| - |
160 |
| -## 2.0.4 |
161 |
| - - Fix safe shutdown while plugin waits on Kafka for new events |
162 |
| - - Expose auto_commit_interval_ms to control offset commit frequency |
163 |
| - |
164 |
| -## 2.0.3 |
165 |
| - - Fix infinite loop when no new messages are found in Kafka |
166 |
| - |
167 |
| -## 2.0.0 |
168 |
| - - Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully, |
169 |
| - instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895 |
170 |
| - - Dependency on logstash-core update to 2.0 |
| 1 | +## 10.0.0 |
| 2 | + - Initial release of the Kafka Integration Plugin, which combines |
| 3 | + previously-separate Kafka plugins and shared dependencies into a single |
| 4 | + codebase; independent changelogs for previous versions can be found: |
| 5 | + - [Kafka Input Plugin @9.1.0](https://github.com/logstash-plugins/logstash-input-rabbitmq/blob/v9.1.0/CHANGELOG.md) |
| 6 | + - [Kafka Output Plugin @8.1.0](https://github.com/logstash-plugins/logstash-output-rabbitmq/blob/v8.1.0/CHANGELOG.md) |
0 commit comments