Skip to content

Apollo v0.10.0 Release

Compare
Choose a tag to compare
@nobodyiam nobodyiam released this 25 Mar 07:05
· 1238 commits to master since this release
37b6485

This release includes several enhancements and bug fixes.

Apollo Client

  • Support apollo config injection in Spring Boot bootstrap phase #937 #978
  • Support auto updating Spring Placeholder values #972 #1013
  • Support injecting and auto updating Json values with @ApolloJsonValue #989
  • Fix the namespace sequence issue when using @EnableApolloConfig #962 #965
  • Adjust long polling timeout #1003

Apollo Portal

  • Fix ConfigChangeContentBuilder update item issue #934
  • Refresh spring security session & add admin pages entry point #973
  • Add static resource cache control #1002

Apollo Config Service

  • Adjust long polling timeout #1003

How to upgrade from v0.9.1 to v0.10.0

There is no schema change between v0.9.1 and v0.10.0.
So simply deploy v0.10.0 executables with the following sequences:

  1. apollo-configservice
  2. apollo-adminservice
  3. apollo-portal