Skip to content

2.5.0 Release

Latest

Choose a tag to compare

@nobodyiam nobodyiam released this 19 Feb 06:19
· 4 commits to main since this release

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

Full Changelog: v2.4.0...v2.5.0