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 5a6932f commit 59c3fa1Copy full SHA for 59c3fa1
NEWS.md
@@ -6,6 +6,12 @@
6
7
* adds `partial_metadata_format` to support Docker 20.10 journald log driver improvements [moby/moby#41407](https://github.com/moby/moby/pull/41407)
8
9
+## v2.6.0
10
+
11
+### Improvements
12
13
+* Support `buffer_limit_size`, `buffer_overflow_method` to change behavior when buffer overflow. See #68
14
15
## v2.3.0
16
17
### Improvements
fluent-plugin-concat.gemspec
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
5
Gem::Specification.new do |spec|
spec.name = "fluent-plugin-concat"
- spec.version = "2.5.0"
+ spec.version = "2.6.0"
spec.authors = ["Kenji Okimoto"]
spec.email = ["okimoto@clear-code.com"]
0 commit comments