Releases: kitex-contrib/xds
Releases · kitex-contrib/xds
v0.4.1
What's Changed
- fix(retry): fix the retry policy do not take affect by @whalecold in #33
- fix: use the correct envoy field to set the limit policy by @whalecold in #34
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- feat(circuitbreak): support config circuitbreak policy with xds by @whalecold in #29
- feat(limit): support limit config by @whalecold in #30
- feat: support retry integration with istio by @whalecold in #31
- chore: update version & rm useless file & fix printf-style issue by @GuangmingLuo in #32
New Contributors
- @GuangmingLuo made their first contribution in #32
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Feature
- feat: support regexp and prefix match by @whalecold in #21
- feat: support inject meta info from env by @whalecold in #22
- feat: support using short name access service by @whalecold in #23
- feat: support customize parameter by env by @whalecold in #24
Doc
- doc: update document by @whalecold in #25
v0.2.0
What's Changed
- optimize: remove the limit of total weight in weighted cluster by @ppzqh in #16
- refactor: revise update resource logic and check full ads response by @ppzqh in #18
- chore: upgrade dep and fix data race in ut by @ppzqh in #19
- chore: upgrade grpc by @ppzqh in #20
Full Changelog: v0.1.1...v0.1.2