- Support Scala 2.12 and 2.11
- Dropped Scala 2.10 support
-
Dependencies
- Update Scala version from 2.10.4, 2.11.5 to 2.10.6, 2.11.7.
- Update fluent-logger from 0.3.1 to 0.3.2.
- Update slf4j-api and slf4j-simple from 1.7.10 to 1.7.13.
- Update json4s-native from 3.2.11 to 3.3.0.
-
Bug fixes
- Fix to return false if it exceeds the buffer capacity.
-
Misc
- Refactor code.
- Big fixes
- Reconnect to fluentd servers at flush() correctly(Contributed by @anekos).
- Flush buffers when closing.
- Deprecated scala 2.9.x support.
- Refactoring tests.
- Using json as serialization format instead of msgpack-scala.
- Scala native class support(basic collections/options).
- Changed to use fluent-logger-java
- Added tests.
- First version