This release includes several enhancements and bug fixes.
General
- #625 support running in Git Bash on Windows
- The JVM heap size settings in startup.sh is now disabled by default, you need to uncomment them if needed
- #639 Adjust several settings to improve performance
Apollo Portal
- #612 add create namespace open api
Apollo Client
- #636 fix default charset issue
- There is a charset issue in release v0.7.0. If your java application's
file-encoding
is not UTF-8, you may find Chinese characters garbled.
- There is a charset issue in release v0.7.0. If your java application's
- #638 remove logic of setting cluster to dev for DEV environment and to lpt for LPT environment
- Pay attention if you use the default dev and lpt cluster logic, we removed the logic since it's quite ctrip-specific
- #638 add default 2 seconds of initial delay to long polling
How to upgrade from v0.7.0 to v0.8.0
There is no schema change between v0.7.0 and v0.8.0.
So simply deploy v0.8.0 executables with the following sequences:
- apollo-configservice
- apollo-adminservice
- apollo-portal