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
* Deprecation logs are now written to both the deprecation logger and the standard logger [#18326](https://github.com/elastic/logstash/pull/18326)
31
+
32
+
33
+
### Updates to dependencies [logstash-9.2.1-dependencies]
34
+
35
+
* Update JDK to 21.0.9 [#18350](https://github.com/elastic/logstash/pull/18350)
36
+
37
+
### Plugins [logstash-plugin-9.2.1-changes]
38
+
39
+
**Geoip Filter - 7.3.2**
40
+
41
+
* Add logs when MaxMind databases fail to deserialize custom field [#235](https://github.com/logstash-plugins/logstash-filter-geoip/pull/235)
42
+
43
+
**Mutate Filter - 3.5.9**
44
+
45
+
* Fix `convert` to correctly parse hexadecimal float notation and scientific notation strings into floats and integers [#175](https://github.com/logstash-plugins/logstash-filter-mutate/pull/175)
46
+
47
+
**Azure_event_hubs Input - 1.5.3**
48
+
49
+
* Fix an issue when `config_mode => 'advanced'` is set, event hub-specific settings (`initial_position`, `max_batch_size`, `prefetch_count`, `receive_timeout`, `initial_position_look_back`) were being ignored and replaced with global defaults. These settings are now correctly applied per event hub [#104](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/104)
50
+
51
+
**Rabbitmq Integration - 7.4.1**
52
+
53
+
* Improve thread safety to avoid race conditions during shutdown [#67](https://github.com/logstash-plugins/logstash-integration-rabbitmq/pull/66)
54
+
24
55
## 9.2.0 [logstash-9.2.0-release-notes]
25
56
26
57
::::{important}
@@ -523,4 +554,4 @@ Check out the [security advisory](https://discuss.elastic.co/c/announcements/sec
0 commit comments