We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6c1f2 commit 387b6b0Copy full SHA for 387b6b0
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## [Unreleased]
2
3
+## [0.5.3] - 2026-06-25
4
+
5
+Fixes:
6
7
+- in_opentelemetry: enforce size limits on incoming payloads
8
9
## [0.5.2] - 2026-03-15
10
11
Improvements:
lib/fluent/plugin/opentelemetry/version.rb
@@ -3,7 +3,7 @@
module Fluent
module Plugin
module Opentelemetry
- VERSION = "0.5.2"
+ VERSION = "0.5.3"
end
0 commit comments