Skip to content

Releases: huaweicloud/spring-cloud-huawei

v1.3.3

04 Jun 09:17
Compare
Choose a tag to compare

support spring boot 2.2.x , spring cloud Hoxton. based on spring cloud huawei 1.3.3-Greenwich.

v1.3.2

09 May 09:44
2ac8bcc
Compare
Choose a tag to compare

bugfix

  • when env is production, will notice when registry schema.(#190)
  • update framework version.
  • fix random error when url list is empty (#185)
  • fix error when use domain name (#183)

enhance

  • when websocket is close , will retry. (#184) (#186)
  • when registry instance , no more registry schema.(#190)
  • log optimization

update dependency

  • upgrade Java-WebSocket to 1.5.0

v1.3.1-Greenwich

24 Apr 08:41
Compare
Choose a tag to compare

support spring boot 2.1.x , spring cloud Greenwich. based on spring cloud huawei 1.3.1.

v1.3.1

24 Apr 08:42
Compare
Choose a tag to compare

new feature

  • discovery optimization:
    use revision reduce request time.
    support az affinity.
    add exponential backoff algorithm.
    after heardbeat failed and register reprint success log (#167)
    random index when choose server (#173)
    add server center watch by websocket (#172)
  • hystrix strategy switch, avoid strategy conflict.

update dependency

  • spring cloud Hoxton SR3
  • spring boot 2.2.6.RELEASE
  • spring-webmvc 5.2.5.RELEASE

v1.2.0-Edgware

24 Apr 08:38
Compare
Choose a tag to compare

support spring boot 1.5.x , spring cloud Edgware . based on spring cloud huawei 1.2.0.

v1.2.0-Finchley

24 Apr 08:40
Compare
Choose a tag to compare

support spring boot 2.0.x , spring cloud Finchley. based on spring cloud huawei 1.2.0.

v1.2.0

26 Mar 08:27
9bfaba4
Compare
Choose a tag to compare

new feature

  • support read config from servicecomb-kie.
    kie is a service for configuration management in distributed system.
    also support get key value changes by long polling.

bug fix

  • sometimes too many objects will be instantiated when read ak/sk from default path on ServiceStage, resulting in opening too many handles exceed limit.
  • remove spring-fox ui : it listen default port without the user knowing, you can manual import if still want it.
  • Retry registry after heardbeat failed : the service center will clean the instance without heartbeat. Sometimes, for example, the instance is accidentally cleaned due to service center upgrade or network fluctuation, and the instance should try to register again.

v1.1.0

28 Feb 03:16
2b5ae7a
Compare
Choose a tag to compare

bug fix

  • Log optimization
    • more information when error occur
    • No longer print heartbeat all the time
  • After registed on cse engine,show framework icon and version
  • Fix SSL not work problem , add a demo to show how to use

update dependency

  • update spring version to latest 5.2.3RELEASE
  • update java-chassis version to latest 2.0.0

v1.0.0

16 Jan 09:14
eb7e7db
Compare
Choose a tag to compare

new feature

  • new module spring-cloud-swagger
    • register swagger to ServiceComb-Server-Center
    • use edge-service gateway and interworking with Java-chassis
  • support environmental isolation by config
  • support ssl encryption

bug fix

  • autoDiscovery don't work in some case
  • remove meaningless log
  • Ak/Sk by config has the highest priority

v0.0.3

13 Jan 06:27
6d7934d
Compare
Choose a tag to compare

BugFix

  • fix a bug cause register failed when use local server center.