Skip to content

2.3.0 Release

Latest
Compare
Choose a tag to compare
@nobodyiam nobodyiam released this 10 Aug 13:57
· 4 commits to main since this release

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