|
| 1 | +## 3.0.2 |
| 2 | + - relax constrains of `logstash-devutils` see https://github.com/elastic/logstash-devutils/issues/48 |
1 | 3 | ## 3.0.1 |
2 | 4 | - Republish all the gems under jruby. |
3 | 5 | ## 3.0.0 |
4 | 6 | - 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 |
5 | | -# 2.2.8 |
| 7 | +## 2.2.8 |
6 | 8 | - Fix #73 Bug in EventTransformCommon#codec_name, use config_name |
7 | 9 | - Add regression test for fix to #73 |
8 | 10 | - Non deterministic error for the LSF integration test |
9 | 11 | - Make this plugin really a drop in replacement for the lumberjack input, so LSF can send their events to this plugin. |
10 | | -# 2.2.7 |
| 12 | +## 2.2.7 |
11 | 13 | - More robust test when using a random port #60 |
12 | 14 | - Fix LSF integration tests #52 |
13 | | -# 2.2.6 |
| 15 | +## 2.2.6 |
14 | 16 | - Do not use the identity map if we don't explicitly use the `multiline` codec |
15 | | -# 2.2.5 |
| 17 | +## 2.2.5 |
16 | 18 | - Fix failing tests introduce by the `ssl_key_passphrase` changes. |
17 | 19 | - Added an integration test for the `ssl_key_passphrase` |
18 | 20 | - Add an optional parameter for `auto_flush` |
19 | | -# 2.2.4 |
| 21 | +## 2.2.4 |
20 | 22 | - Fix bug where using `ssl_key_passphrase` wouldn't work |
21 | | -# 2.2.2 |
| 23 | +## 2.2.2 |
22 | 24 | - Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash |
23 | | -# 2.2.1 |
| 25 | +## 2.2.1 |
24 | 26 | - New dependency requirements for logstash-core for the 5.0 release |
25 | | -# 2.2.0 |
| 27 | +## 2.2.0 |
26 | 28 | - The server can now do client side verification by providing a list of certificate authorities and configuring the `ssl_verify_mode`, |
27 | 29 | the server can use `peer`, if the client send a certificate it will be validated. Using `force_peer` will make sure the client provide a certificate |
28 | 30 | and it will be validated with the know CA. #8 |
29 | | -# 2.1.4 |
| 31 | +## 2.1.4 |
30 | 32 | - Change the `logger#warn` for `logger.debug` when a peer get disconnected, keep alive check from proxy can generate a lot of logs #46 |
31 | | -# 2.1.3 |
| 33 | +## 2.1.3 |
32 | 34 | - Make sure we stop all the threads after running the tests #48 |
33 | | -# 2.1.2 |
| 35 | +## 2.1.2 |
34 | 36 | - Catch the `java.lang.InterruptedException` in the events broker |
35 | 37 | - Give a bit more time to the Thread to be started in the test #42 |
36 | | -# 2.1.1 |
| 38 | +## 2.1.1 |
37 | 39 | - Release a new version of the gem that doesn't included any other gems, 2.1.0 is yanked from rubygems |
38 | | -# 2.1.0 |
| 40 | +## 2.1.0 |
39 | 41 | - Refactor of the code to make it easier to unit test |
40 | 42 | - Fix a conncurrency error on high load on the SizeQueue #37 |
41 | 43 | - Drop the internal SizeQueue to rely on Java Synchronous Queue |
|
45 | 47 | - Flush the codec when a disconnect happen |
46 | 48 | - Tag/Decorate the event when a shutdown occur. |
47 | 49 | - The name of the threads managed by the input beat are now meaningful. |
48 | | -# 2.0.3 |
| 50 | +## 2.0.3 |
49 | 51 | - Reduce the size of the gem by removing vendor jars |
50 | | -# 2.0.2 |
| 52 | +## 2.0.2 |
51 | 53 | - Copy the `beat.hostname` field into the `host` field for better compatibility with the other Logstash plugins #28 |
52 | 54 | - Correctly merge multiple line with the multiline codec ref: #24 |
53 | | -# 2.0.0 |
| 55 | +## 2.0.0 |
54 | 56 | - Add support for stream identity, the ID will be generated from beat.id+resource_id or beat.name + beat.source if not present #22 #13 |
55 | 57 | The identity allow the multiline codec to correctly merge string from multiples files. |
56 | | -# 0.9.6 |
| 58 | +## 0.9.6 |
57 | 59 | - Fix an issue with rogue events created by buffered codecs #19 |
58 | | -# 0.9.5 |
| 60 | +## 0.9.5 |
59 | 61 | - Set concurrent-ruby to 0.9.1 see https://github.com/elastic/logstash/issues/4141 |
60 | | -# 0.9.4 |
| 62 | +## 0.9.4 |
61 | 63 | - Correctly decorate the event with the `add_field` and `tags` option from the config #12 |
62 | | -# 0.9.3 |
| 64 | +## 0.9.3 |
63 | 65 | - Connection#run should rescue `Broken Pipe Error` #5 |
64 | 66 | - Fix a `SystemCallErr` issue on windows when shutting down the server #9 |
65 | 67 |
|
66 | | -# 0.9.2 |
| 68 | +## 0.9.2 |
67 | 69 | - fix an issue with the incorrectly calculated ack when the window_size was smaller than the ACK_RATIO see https://github.com/logstash-plugins/logstash-input-beats/issues/3 |
68 | 70 |
|
69 | | -# 0.9.1 |
| 71 | +## 0.9.1 |
70 | 72 | - Move the ruby-lumberjack library into the plugin |
71 | 73 |
|
72 | | -# 0.9 |
| 74 | +## 0.9 |
73 | 75 | - Created from `logstash-input-lumberjack` version 2.0.2 https://github.com/logstash-plugins/logstash-input-lumberjack |
74 | 76 | - Use SSL off by default |
0 commit comments