Skip to content

Releases: kitex-contrib/xds

v0.4.1

06 Sep 02:25
cff307b
Compare
Choose a tag to compare

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

20 Aug 08:49
4e15c4b
Compare
Choose a tag to compare

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

Full Changelog: v0.3.0...v0.4.0

v0.3.0

23 Jan 02:52
64bbf75
Compare
Choose a tag to compare

Feature

Doc

v0.2.0

30 Oct 07:04
9347e5c
Compare
Choose a tag to compare

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

v0.1.1

31 Mar 02:17
e75192c
Compare
Choose a tag to compare

Feature

[#13] feat: add TLS config to enable xDS Auth

Optimize

[#14] optimize: revise the send and receive logic of xDS client

Doc

[#15] chore: add comments for RouterMetaExtractor
[#7, #9] doc: update the example link in README

Full Changelog: v0.1.0...v0.1.1

v0.1.0

10 Oct 09:15
26dc445
Compare
Choose a tag to compare

Feature:

[#1] feat: add support for xDS api
[#5] feat(route): header match based on metadata
[#6] refactor: use nds.proto in local file to remove the dependency of Istio

Doc:

[#3, #4] doc: en and zh README