Skip to content

Commit 8bbc235

Browse files
committed
v1.3.0
1 parent 40b03fe commit 8bbc235

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

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+
38
## 1.2.1
49
* Fix a bug not to reconnect to destination twice or more
510
* Fix to connect on background goroutine in async mode

fluent/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package fluent
22

3-
const Version = "1.2.1"
3+
const Version = "1.3.0"

0 commit comments

Comments
 (0)