v1.5.0
This release brings you JSON message layout and several enhancements in retry functionality. It also contains a few breaking changes, the most notable one is an upgrade to Logback v1.3.x. Please check the Migration guide before upgrading.
New features
#193 Add support for retries on 429 rate limited requests (by @acm19)
#197 Upgrade Logback to 1.3.x
#204 Add exponential backoff and jitter for retries (by @acm19)
#206 JSON message layout support
Bug fixes
#211 Appender shouldn't fail on label parsing error
#218 JsonLayout: Message parameters are missing
Refactoring
#213 DummyHttpClient interface improvement
#214 Polishing retry functionality
Misc
#198 GrafanaCloud URL updated for integration tests
#208 Switch compatibility test from Java 20 to Java 21
#210 Add performance test for JsonLayer
#212 Dependencies upgraded