Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.02 KB

File metadata and controls

22 lines (14 loc) · 1.02 KB

Changelog

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.

Fixed

  • Restore serializing dates as numeric epoch timestamps in DefaultRestClient; Jackson 3 changed the WRITE_DATES_AS_TIMESTAMPS default to false, which broke clients that parse the timestamps as numbers (#475)

2.2.0 - 2026-06-30

Added

  • Add logging-support module with StructuredArgumentsConverter for rendering kv() structured arguments in plain-text log patterns (#453)

Changed

  • Migrate to Spring Boot 4.0 (Spring Framework 7, Jackson 3) (#451)