Highlights
Spring Boot 4.0 Compatibility
Apollo Java client now supports Spring Boot 4.0.
OpenAPI Client Enhancements
Added organization list API, namespace instance count API, and retry support.
What's Changed
- feat: Provide a new open API to return the organization list by @wjwang00 in #102
- feat: Add support to get instance count by namespace by @yuhaowin in #103
- feat: Support retry in open API client by @zth9 in #105
- support Spring Boot 4.0 bootstrap context package relocation by @Copilot in #115
- fix change listener de-duplication by identity to avoid stale property names cache by @nobodyiam in #121
- test: overhaul automated compatibility coverage across API/Spring/Spring Boot scenarios by @nobodyiam in #123
New Contributors
- @wjwang00 made their first contribution in #102
- @yuhaowin made their first contribution in #103
- @arrow1991 made their first contribution in #111
- @Copilot made their first contribution in #115
Full Changelog: v2.4.0...v2.5.0