All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Restore serializing dates as numeric epoch timestamps in
DefaultRestClient; Jackson 3 changed theWRITE_DATES_AS_TIMESTAMPSdefault tofalse, which broke clients that parse the timestamps as numbers (#475)
2.2.0 - 2026-06-30
- Add
logging-supportmodule withStructuredArgumentsConverterfor renderingkv()structured arguments in plain-text log patterns (#453)
- Migrate to Spring Boot 4.0 (Spring Framework 7, Jackson 3) (#451)