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 d52fffa commit 28bdb66Copy full SHA for 28bdb66
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 1.2.1
4
+* Fix a bug not to reconnect to destination twice or more
5
+* Fix to connect on background goroutine in async mode
6
+
7
## 1.2.0
8
* Add `MarshalAsJSON` feature for `message` objects which can be marshaled as JSON
9
* Fix a bug to panic for destination system outage
fluent/version.go
@@ -1,3 +1,3 @@
package fluent
-const Version = "1.1.0"
+const Version = "1.2.1"
0 commit comments