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 40b03fe commit 8bbc235Copy full SHA for 8bbc235
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 1.3.0
4
+* Add `SubSecondPrecision` option to handle Fluentd v0.14 (and v1) sub-second EventTime (default: false)
5
+* Add `WriteTimeout` option
6
+* Fix API of `Post` to accept `msgp.Marshaler` objects for better performance
7
+
8
## 1.2.1
9
* Fix a bug not to reconnect to destination twice or more
10
* Fix to connect on background goroutine in async mode
fluent/version.go
@@ -1,3 +1,3 @@
package fluent
-const Version = "1.2.1"
+const Version = "1.3.0"
0 commit comments