Skip to content

Releases: apolloconfig/apollo-java

2.3.0 Release

10 Aug 13:57
Compare
Choose a tag to compare

What's Changed

  • bump version to 2.3.0-SNAPSHOT by @nobodyiam in #51
  • The initialization action of ProviderManager is no longer implemented in the constructor method by @s281542686 in #50
  • Implement parsing time based on pattern for @ApolloJsonValue by @huxleyliau in #53
  • fixed #56 for JUnit5 integration by @kimmking in #57
  • enhance to load mocked properties from apollo.cache-dir by @cheese8 in #58
  • perf: speed up the first loading of namespace when startup meet 404 by @Anilople in #61
  • perf: speed up when startup meet timeout by @Anilople in #64
  • fix the npe issue when @ApolloJsonValue is annotated on methods by @nobodyiam in #67
  • upgrade spring boot dependencies to 2.7.18 by @nobodyiam in #68

New Contributors

2.2.0 Release

04 Dec 01:21
Compare
Choose a tag to compare

What's Changed

  • bump version to 2.2.0-SNAPSHOT by @nobodyiam in #21
  • refactor(apollo-client): Optimize the exception message when failing to retrieve configuration information. by @klboke in #22
  • Support non-junit-binding testing server and junit5 extension. by @marks-yag in #25
  • Bump guava from 31.0.1-jre to 32.0.0-jre by @dependabot in #27
  • Support concurrent loading of Config for different namespaces (#29) by @Tian90coder in #31
  • fix: compatible with snakeyaml-2.x by @richieyan in #35
  • feat(openapi): create app by @Anilople in #32
  • feat(openapi): create app (#32) by @ThugJudy in #44
  • bump version to 2.2.0 by @nobodyiam in #46

New Contributors

2.1.0 Release

28 Jan 01:46
f8d2886
Compare
Choose a tag to compare

Highlights

Spring Boot 3.0 Support

Apollo java clients now support spring boot 3.0.

Override System Properties Feature

Users can now config whether apollo should override the system properties or not. See Enable Apollo Override System Properties.

Log4j2 Configuration Support

With the new apollo-plugin-log4j2 plugin, users could now configure log4j2.xml in apollo, see the guide for more information.

What's Changed

Features

Bug fixes

Misc

New Contributors