All Versions
38
Latest Version
Avg Release Cycle
86 days
Latest Release
804 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.4.0 Changes
August 31, 2019๐ Features:
- ๐ Rename
flushIntervalMillis
toflushAttemptIntervalMillis
in fluency-fluentd - โ Add
senderMaxRetryIntervalMillis
andsenderBaseRetryIntervalMillis
to `FluencyBuilderForFluentd
๐ Security:
- ๐ Use jackson-dataformat-msgpack:2.9.9.3 through msgpack-java:0.8.18 to take care of some CVE
Misc:
- โ Replace JUnit4 tests with JUnit5
- ๐ Rename
-
v2.3.3 Changes
June 19, 2019๐ Security:
- ๐ Use jackson-dataformat-msgpack:2.9.9 through msgpack-java:0.8.17 to take care of CVE-2017-7525 again
-
v2.3.2 Changes
June 03, 2019๐ Bugfixes:
- ๐ Fix a bug small buffered data that doesn't reach
chunkRetentionSize
is unexpectedly flushed - ๐ Fix a bug that ignores
waitUntilTerminated
inclose()
- ๐ Fix a bug small buffered data that doesn't reach
-
v2.3.1 Changes
May 25, 2019๐ Bugfixes:
- โ Remove logback.xml added unexpectedly
-
v2.3.0 Changes
May 10, 2019๐ Bugfixes:
- ๐ Fix potential socket leaks that could happen with connection failures except
java.net.ConnectException
and so on
- ๐ Fix potential socket leaks that could happen with connection failures except
-
v2.2.1 Changes
April 23, 2019๐ Features:
- ๐ Support data ingestion to AWS S3
๐ Improvements:
- Set daemon property of executor threads to reduce potential risks that prevent the program from shuting down
-
v2.1.0 Changes
February 16, 2019๐จ Refactoring:
- Divide the Gradle project into subprojects
- ๐จ Refactor and improve fluency-treasuredata
-
v2.0.0 Changes
January 23, 2019๐ Features:
- ๐ Experimentally support data ingestion to Treasure Data
๐จ Refactoring:
- Extract FluencyBuilder from Fluency
- ๐ Merge PackedForwardBuffer into Buffer
- โ Add Ingester class layer
-
v1.8.0 Changes
April 01, 2018๐ Features:
- ๐ Support SSL/TLS
- โก๏ธ Update dependencies
-
v1.7.0 Changes
January 05, 2018๐ Features:
- โ Add
size
field tooption
section of PackedForward requests
- โ Add