Skip to content

v2.4.12

Compare
Choose a tag to compare
@ruanshudong ruanshudong released this 04 Dec 02:54
· 366 commits to master since this release

v2.4.12 2021.03.29

en

  • perfect docker.sh Script and compilation are also execute in docker
  • Making docker supporting arm64
  • Support dynamic load balancing
  • Modify the version of the service and the Framework version in SQL when the framework is installed
  • tarsAdimnRegistry supports obtaining the interface of the Framework version for web use
  • Fix nodetimeoutinterval minimum
  • Try to fix node with certain probability on Windows platform_ The ID cannot be obtained normally
  • Fix the bug that tarsnode occasionally fails to update the service status of registry

cn

  • 完善 docker.sh 脚本, 编译也放在 docker 里面进行
  • 支持 arm64 的 docker 制作
  • 支持动态负载均衡
  • framework 安装时修改 sql 中服务的版本和 framework 版本匹配
  • tarsAdminRegistry 支持获取 framework 版本的接口, 以便 web 使用
  • 修复 nodeTimeoutInterval 最小值的问题
  • 尝试修复在 windows 平台上一定概率 NODE_ID 无法正常获取的问题
  • 修复 tarsnode 更新 registry 的服务状态偶尔失败的 bug