All Versions
38
Latest Version
Avg Release Cycle
86 days
Latest Release
566 days ago

Changelog History
Page 2

  • v2.4.0 Changes

    August 31, 2019

    ๐Ÿ”‹ Features:

    • ๐Ÿ“‡ Rename flushIntervalMillis to flushAttemptIntervalMillis in fluency-fluentd
    • โž• Add senderMaxRetryIntervalMillis and senderBaseRetryIntervalMillis 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
  • 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 in close()
  • 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
  • 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 to option section of PackedForward requests