You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+45Lines changed: 45 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,51 @@ The Elasticsearch Input now provides [support](https://github.com/logstash-plugi
137
137
138
138
* Call connection check after connect [#61](https://github.com/logstash-plugins/logstash-output-tcp/pull/61)
139
139
140
+
## 9.0.6 [logstash-9.0.6-release-notes]
141
+
142
+
### Features and enhancements [logstash-9.0.6-features-enhancements]
143
+
144
+
* Logging improvement while handling exceptions in the pipeline, ensuring that chained exceptions propagate enough information to be actionable. [#17934](https://github.com/elastic/logstash/pull/17934)
145
+
146
+
### Plugins [logstash-plugin-9.0.6-changes]
147
+
148
+
No change to the plugins in this release.
149
+
150
+
## 9.0.5 [logstash-9.0.5-release-notes]
151
+
152
+
### Features and enhancements [logstash-9.0.5-features-enhancements]
153
+
154
+
## 9.0.5 [logstash-9.0.5-release-notes]
155
+
156
+
### Features and enhancements [logstash-9.0.5-features-enhancements]
157
+
158
+
No user-facing changes in Logstash core.
159
+
160
+
### Plugins [logstash-plugin-9.0.5-changes]
161
+
162
+
**Elastic_integration Filter - 9.0.2**
163
+
164
+
* Adds support for missing `terminate` processor [#345](https://github.com/elastic/logstash-filter-elastic_integration/pull/345)
165
+
166
+
**Translate Filter - 3.4.3**
167
+
168
+
* FIX: Reduces memory consumption when configured with a YAML dictionary file by allowing YamlFile's Psych::Parser and Visitor instances to be garbage collected [#104](https://github.com/logstash-plugins/logstash-filter-translate/pull/104)
169
+
170
+
**Xml Filter - 4.3.2**
171
+
172
+
* Update Nokogiri dependency version [#89](https://github.com/logstash-plugins/logstash-filter-xml/pull/89)
* FIX: The `snmptrap` input now correctly enforces the user security level set by `security_level` config, and drops received events that do not match the configured value [#75](https://github.com/logstash-plugins/logstash-integration-snmp/pull/75)
180
+
181
+
**Elasticsearch Output - 12.0.6**
182
+
183
+
* Add headers reporting uncompressed size and doc count for bulk requests [#1217](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1217)
0 commit comments