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
ensure execution_context is propagated to additional_codecs (#152)
* ensure execution_context is propagated to additional_codecs
* more closely specify the desired behaviour for pipeline.ecs_compatibility
* version bump
* restructure conditional
too complex to be a guard clause.
Co-authored-by: João Duarte <[email protected]>
Co-authored-by: João Duarte <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
## 3.5.1
2
+
- Fix: codecs provided with `additional_codecs` now correctly run in the pipeline's context, which means that they respect the `pipeline.ecs_compatibility` setting [#152](https://github.com/logstash-plugins/logstash-input-http/pull/152)
3
+
1
4
## 3.5.0
2
5
- Feat: TLSv1.3 support [#146](https://github.com/logstash-plugins/logstash-input-http/pull/146)
0 commit comments