Go Chassis Versions Save

a cloud native application framework for Go with rich eco-system

v2.7.0

1 year ago

Feature:

Monitoring

  • Get gauge value API
  • Get summary value API
  • Able to observe metrics by API pattern and method name

Improvement:

Reliability

  • if provider is 0, go chassis will not set local cache and query service center for every reuquest to provider, that causes heavy load to service center. Now it won't query service center by setting a empty cache.

Full Changelog: https://github.com/go-chassis/go-chassis/compare/v2.6.0...v2.7.0

v2.6.0

1 year ago

Feature:

  • Support ServiceComb RBAC(only for service discovery) doc
  • Codec tool #1059 doc

Improvement:

  • upgrade to support go 1.18

New Contributors

  • @kaylazqq

Full Changelog: https://github.com/go-chassis/go-chassis/compare/v2.5.2...v2.6.0

v2.5.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/go-chassis/go-chassis/compare/v2.5.1...v2.5.2

v2.5.1

1 year ago

bug fix

v2.5.0

1 year ago

Feature:

Improvement:

Bug fix:

  • serverListFilters configuration does not take effect
  • prevent override when NoRefreshSchema is true

v2.4.0

2 years ago

Feature:

  • 支持TLS1.3

Improvement:

  • 重构quota管理
  • 更改了metrics的前缀以区分其他业务模块的metrics name

Bug fix:

  • 部分动态配置不生效

v2.3.0

2 years ago

feature:

  • Consumer TLS config supports through compensation (#990)

improvment:

  • 注册实例时候默认不注册schema到service-center #999
  • 支持log是否进行绕接和是否压缩的配置项 (#1001)

Fix:

  • change jwt dep

v2.2.0

2 years ago

Feature:

  • 提供Cipher 管理API(#966)
  • 提供新的配额管理API #969

Improvement:

  • use foundation API to load tls cert (#963)
  • server插件开发不再依赖archaius (#978)
  • schema目录扫描不到文件不再报错,而是降级 (#978)

Bug fix:

  • 限流不生效问题 (#965)
  • 可以正确处理字符串类型的限流数字定义 #962

v2.1.1

3 years ago
  • 为Client增加关闭空闲连接,可以及时回收资源;删除多余代码 (#940) …
  • Fix/typo/registry config (#946)
  • decouple sc client to https://github.com/go-chassis/sc-client (#948)
  • 逐步解耦传输层对具体协议的依赖 (#950)

v2.1.0

3 years ago

Features

  • 可以使用kubernetes原生容器网络,或者在任意服务网格之上进行调用

inprovement:

  • 优化了文档
  • fix function typo
  • remove service center depenency
  • better code comments

Bug Fix: