github apolloconfig/apollo v0.8.0
Apollo v0.8.0 Release

latest releases: v2.3.0, v2.2.0, tag-oidc-debug-log-2...
7 years ago

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.
  • #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:

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

Don't miss a new apollo release

NewReleases is sending notifications on new releases.