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:
- apollo-configservice
- apollo-adminservice
- apollo-portal