Skip to content

v1.10.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@chuntaojun chuntaojun released this 01 Aug 10:31
33e2b1f

What's Changed

Feature

  • [PR #403] feat: add tls and acl options to redis configuration
  • [PR #405] feat: add redis options of minIdleConns and poolSize
  • [PR #419] fully support all the eureka api
  • [PR #454] feat: support cluster-deployed redis and sentinel-deployed redis
  • [PR #456] feat: 通讯支持加密协议TLS
  • [PR #519 ] support docker-image for standalone & support set port info when install standalone in VM
  • [PR #521 ] 修复创建鉴权策略时返回不符合预期的空数组
  • [PR #523 ] xds协议中,service中的ports属性如果为空的话,需要从instance中获取

Bugfix

  • [PR #378] 依赖timestamp进行cache增量更新
  • [PR #397] add operator for config module
  • [PR #413] fix config_center uint test failure
  • [PR #433] 修复配置中心部分函数栈移除
  • [PR #450] bugfix: fix prometheus server post process callback
  • [PR #452] Service cache not refresh when service delete
  • [PR #480] Fix ratelimit rule refresh cache when use boltdb
  • [PR #484] fix:fix return of empty string
  • [PR #486] fix not permission when crontab run check.sh
  • [PR #492] fix new regis logic not compitable old sdk version
  • [PR #528 ] 服务注册后,没有做任何操作但是实例的修改时间会发生变化

Enhancement

  • [PR #375] remove authority and perf register
  • [PR #381] 服务名称支持使用反斜线进行拼接
  • [PR #440] Registration & Heartbeat Performance Optimization

Install

  • [PR #388] feat: add polaris server with config build script
  • [PR #442] 修改CHARSET = utf8mb4 COLLATE = utf8mb4_bin
  • [PR #444] 修改编译任务支持arm64版本打包
  • [PR #478] fix: add build version
  • [PR #479] fix build version for docker

Code Style

  • [PR #224] style: improve code readability
  • [PR #372] 补充单元测试 & 修复boltdb问题
  • [PR #385] add pr codecov
  • [PR #399] feat: event watch refactor use map with rwlock
  • [PR #401] feat: config/utils code adjust
  • [PR #406] feat:refactor server init and go fmt
  • [PR #408] feat: refactor redispool
  • [PR #410] feat: refactor StringSliceDeDuplication
  • [PR #411] Feature/daheige/default auth adjust
  • [PR #424] feat: maintain code adjust and default refactor
  • [PR #458] refactor: remove unused file
  • [PR #471] feat: refactor CircuitBreakerCache and ClientCache with map + rwlock

New Contributors

Full Changelog: v1.9.0...v1.10.0-alpha.0