cloudwego / kitex-examples

Examples for Kitex.
Apache License 2.0
363 stars 230 forks source link

chore(deps): bump the kitex-dependencies group across 16 directories with 1 update #155

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the kitex-dependencies group with 1 update in the / directory: github.com/cloudwego/kitex. Bumps the kitex-dependencies group with 1 update in the /basic/example_shop directory: github.com/cloudwego/kitex. Bumps the kitex-dependencies group with 1 update in the /bizdemo/easy_note directory: github.com/cloudwego/kitex. Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_ent directory: github.com/cloudwego/kitex. Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_gorm directory: github.com/cloudwego/kitex. Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_gorm_gen directory: github.com/cloudwego/kitex. Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_zorm directory: github.com/cloudwego/kitex. Bumps the kitex-dependencies group with 1 update in the /generic-protobuf/jsonpb-client directory: github.com/cloudwego/kitex. Bumps the kitex-dependencies group with 1 update in the /grpc_multi_service/client directory: github.com/cloudwego/kitex. Bumps the kitex-dependencies group with 1 update in the /grpc_multi_service/server directory: github.com/cloudwego/kitex. Bumps the kitex-dependencies group with 1 update in the /istio directory: github.com/cloudwego/kitex. Bumps the kitex-dependencies group with 1 update in the /kitex/protobuf directory: github.com/cloudwego/kitex. Bumps the kitex-dependencies group with 1 update in the /kitex/template directory: github.com/cloudwego/kitex. Bumps the kitex-dependencies group with 1 update in the /kitex/thrift directory: github.com/cloudwego/kitex. Bumps the kitex-dependencies group with 1 update in the /proxyless directory: github.com/cloudwego/kitex. Bumps the kitex-dependencies group with 1 update in the /seata_go directory: github.com/cloudwego/kitex.

Updates github.com/cloudwego/kitex from 0.10.1 to 0.10.3

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.10.3

Hotfix

[#1453] hotfix: issue of cannot handle conflicting methods correctly when registering a fallback service before another service

v0.10.2

Feature:

[#1363] feat(retry): support customizing retry policy key, used to adapt to other configuration centers (previously required to use Method), such as Istio.

[#1356] feat(tool): implement kitex tool as sdk

[#1404] feat(generic): support returning biz err for binary generic

Optimize:

[#1392] optimize: supplement the logic of checking if timeout error is business timeout. Identify that the context passed by the user includes timeout which is shorter than RPCTimeout, and judge it as "timeout by business"

Fix:

[#1416] fix(generic): fix payload length check of http generic

[#1438][#1436] fix: support setting PurePayload with new style

[#1402][#1439] refactor: refactoring service and method routing for multi-services to fix "unknown service xxx" error when using CombineService client, and also make code clear

Chore:

[#1433] chore: remove useless reflection api

[#1403] chore: fix bind err when test

[#1382] chore: remove the using of mockey

Commits
  • d4e163a Merge pull request #1459 from cloudwego/release/v0.10.3
  • 782b877 chore: update version v0.10.3
  • 9b52f9c Merge pull request #1453 from cloudwego/hotfix/multi_service_registry_issue
  • 4528947 hotfix: multi service registry issue
  • eb99c3f Merge pull request #1448 from cloudwego/release-v0.10.2
  • 1404b9e chore: update version v0.10.2
  • ec983e7 chore: update dependency (#1447)
  • 5db2a01 Revert "perf: custom allocator for fast codec ReadString/ReadBinary" (#1445)
  • bdd7536 refactor(multi-services): refactoring service and method routing for multi-se...
  • ec5a564 fix: support setting PurePayload with new style (#1438)
  • Additional commits viewable in compare view


Updates github.com/cloudwego/kitex from 0.10.1 to 0.10.3

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.10.3

Hotfix

[#1453] hotfix: issue of cannot handle conflicting methods correctly when registering a fallback service before another service

v0.10.2

Feature:

[#1363] feat(retry): support customizing retry policy key, used to adapt to other configuration centers (previously required to use Method), such as Istio.

[#1356] feat(tool): implement kitex tool as sdk

[#1404] feat(generic): support returning biz err for binary generic

Optimize:

[#1392] optimize: supplement the logic of checking if timeout error is business timeout. Identify that the context passed by the user includes timeout which is shorter than RPCTimeout, and judge it as "timeout by business"

Fix:

[#1416] fix(generic): fix payload length check of http generic

[#1438][#1436] fix: support setting PurePayload with new style

[#1402][#1439] refactor: refactoring service and method routing for multi-services to fix "unknown service xxx" error when using CombineService client, and also make code clear

Chore:

[#1433] chore: remove useless reflection api

[#1403] chore: fix bind err when test

[#1382] chore: remove the using of mockey

Commits
  • d4e163a Merge pull request #1459 from cloudwego/release/v0.10.3
  • 782b877 chore: update version v0.10.3
  • 9b52f9c Merge pull request #1453 from cloudwego/hotfix/multi_service_registry_issue
  • 4528947 hotfix: multi service registry issue
  • eb99c3f Merge pull request #1448 from cloudwego/release-v0.10.2
  • 1404b9e chore: update version v0.10.2
  • ec983e7 chore: update dependency (#1447)
  • 5db2a01 Revert "perf: custom allocator for fast codec ReadString/ReadBinary" (#1445)
  • bdd7536 refactor(multi-services): refactoring service and method routing for multi-se...
  • ec5a564 fix: support setting PurePayload with new style (#1438)
  • Additional commits viewable in compare view


Updates github.com/cloudwego/kitex from 0.10.1 to 0.10.3

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.10.3

Hotfix

[#1453] hotfix: issue of cannot handle conflicting methods correctly when registering a fallback service before another service

v0.10.2

Feature:

[#1363] feat(retry): support customizing retry policy key, used to adapt to other configuration centers (previously required to use Method), such as Istio.

[#1356] feat(tool): implement kitex tool as sdk

[#1404] feat(generic): support returning biz err for binary generic

Optimize:

[#1392] optimize: supplement the logic of checking if timeout error is business timeout. Identify that the context passed by the user includes timeout which is shorter than RPCTimeout, and judge it as "timeout by business"

Fix:

[#1416] fix(generic): fix payload length check of http generic

[#1438][#1436] fix: support setting PurePayload with new style

[#1402][#1439] refactor: refactoring service and method routing for multi-services to fix "unknown service xxx" error when using CombineService client, and also make code clear

Chore:

[#1433] chore: remove useless reflection api

[#1403] chore: fix bind err when test

[#1382] chore: remove the using of mockey

Commits
  • d4e163a Merge pull request #1459 from cloudwego/release/v0.10.3
  • 782b877 chore: update version v0.10.3
  • 9b52f9c Merge pull request #1453 from cloudwego/hotfix/multi_service_registry_issue
  • 4528947 hotfix: multi service registry issue
  • eb99c3f Merge pull request #1448 from cloudwego/release-v0.10.2
  • 1404b9e chore: update version v0.10.2
  • ec983e7 chore: update dependency (#1447)
  • 5db2a01 Revert "perf: custom allocator for fast codec ReadString/ReadBinary" (#1445)
  • bdd7536 refactor(multi-services): refactoring service and method routing for multi-se...
  • ec5a564 fix: support setting PurePayload with new style (#1438)
  • Additional commits viewable in compare view


Updates github.com/cloudwego/kitex from 0.10.1 to 0.10.3

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.10.3

Hotfix

[#1453] hotfix: issue of cannot handle conflicting methods correctly when registering a fallback service before another service

v0.10.2

Feature:

[#1363] feat(retry): support customizing retry policy key, used to adapt to other configuration centers (previously required to use Method), such as Istio.

[#1356] feat(tool): implement kitex tool as sdk

[#1404] feat(generic): support returning biz err for binary generic

Optimize:

[#1392] optimize: supplement the logic of checking if timeout error is business timeout. Identify that the context passed by the user includes timeout which is shorter than RPCTimeout, and judge it as "timeout by business"

Fix:

[#1416] fix(generic): fix payload length check of http generic

[#1438][#1436] fix: support setting PurePayload with new style

[#1402][#1439] refactor: refactoring service and method routing for multi-services to fix "unknown service xxx" error when using CombineService client, and also make code clear

Chore:

[#1433] chore: remove useless reflection api

[#1403] chore: fix bind err when test

[#1382] chore: remove the using of mockey

Commits
  • d4e163a Merge pull request #1459 from cloudwego/release/v0.10.3
  • 782b877 chore: update version v0.10.3
  • 9b52f9c Merge pull request #1453 from cloudwego/hotfix/multi_service_registry_issue
  • 4528947 hotfix: multi service registry issue
  • eb99c3f Merge pull request #1448 from cloudwego/release-v0.10.2
  • 1404b9e chore: update version v0.10.2
  • ec983e7 chore: update dependency (#1447)
  • 5db2a01 Revert "perf: custom allocator for fast codec ReadString/ReadBinary" (#1445)
  • bdd7536 refactor(multi-services): refactoring service and method routing for multi-se...
  • ec5a564 fix: support setting PurePayload with new style (#1438)
  • Additional commits viewable in compare view


Updates github.com/cloudwego/kitex from 0.10.1 to 0.10.3

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.10.3

Hotfix

[#1453] hotfix: issue of cannot handle conflicting methods correctly when registering a fallback service before another service

v0.10.2

Feature:

[#1363] feat(retry): support customizing retry policy key, used to adapt to other configuration centers (previously required to use Method), such as Istio.

[#1356] feat(tool): implement kitex tool as sdk

[#1404] feat(generic): support returning biz err for binary generic

Optimize:

[#1392] optimize: supplement the logic of checking if timeout error is business timeout. Identify that the context passed by the user includes timeout which is shorter than RPCTimeout, and judge it as "timeout by business"

Fix:

[#1416] fix(generic): fix payload length check of http generic

[#1438][#1436] fix: support setting PurePayload with new style

[#1402][#1439] refactor: refactoring service and method routing for multi-services to fix "unknown service xxx" error when using CombineService client, and also make code clear

Chore:

[#1433] chore: remove useless reflection api

[#1403] chore: fix bind err when test

[#1382] chore: remove the using of mockey

Commits
  • d4e163a Merge pull request #1459 from cloudwego/release/v0.10.3
  • 782b877 chore: update version v0.10.3
  • 9b52f9c Merge pull request #1453 from cloudwego/hotfix/multi_service_registry_issue
  • 4528947 hotfix: multi service registry issue
  • eb99c3f Merge pull request #1448 from cloudwego/release-v0.10.2
  • 1404b9e chore: update version v0.10.2
  • ec983e7 chore: update dependency (#1447)
  • 5db2a01 Revert "perf: custom allocator for fast codec ReadString/ReadBinary" (#1445)
  • bdd7536 refactor(multi-services): refactoring service and method routing for multi-se...
  • ec5a564 fix: support setting PurePayload with new style (#1438)
  • Additional commits viewable in compare view


Updates github.com/cloudwego/kitex from 0.10.1 to 0.10.3

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.10.3

Hotfix

[#1453] hotfix: issue of cannot handle conflicting methods correctly when registering a fallback service before another service

v0.10.2

Feature:

[#1363] feat(retry): support customizing retry policy key, used to adapt to other configuration centers (previously required to use Method), such as Istio.

[#1356] feat(tool): implement kitex tool as sdk

[#1404] feat(generic): support returning biz err for binary generic

Optimize:

[#1392] optimize: supplement the logic of checking if timeout error is business timeout. Identify that the context passed by the user includes timeout which is shorter than RPCTimeout, and judge it as "timeout by business"

Fix:

[#1416] fix(generic): fix payload length check of http generic

[#1438][#1436] fix: support setting PurePayload with new style

[#1402][#1439] refactor: refactoring service and method routing for multi-services to fix "unknown service xxx" error when using CombineService client, and also make code clear

Chore:

[#1433] chore: remove useless reflection api

[#1403] chore: fix bind err when test

[#1382] chore: remove the using of mockey

Commits
  • d4e163a Merge pull request #1459 from cloudwego/release/v0.10.3
  • 782b877 chore: update version v0.10.3
  • 9b52f9c Merge pull request #1453 from cloudwego/hotfix/multi_service_registry_issue
  • 4528947 hotfix: multi service registry issue
  • eb99c3f Merge pull request #1448 from cloudwego/release-v0.10.2
  • 1404b9e chore: update version v0.10.2
  • ec983e7 chore: update dependency (#1447)
  • 5db2a01 Revert "perf: custom allocator for fast codec ReadString/ReadBinary" (#1445)
  • bdd7536 refactor(multi-services): refactoring service and method routing for multi-se...
  • ec5a564 fix: support setting PurePayload with new style (#1438)
  • Additional commits viewable in compare view


Updates github.com/cloudwego/kitex from 0.10.1 to 0.10.3

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.10.3

Hotfix

[#1453] hotfix: issue of cannot handle conflicting methods correctly when registering a fallback service before another service

v0.10.2

Feature:

[#1363] feat(retry): support customizing retry policy key, used to adapt to other configuration centers (previously required to use Method), such as Istio.

[#1356] feat(tool): implement kitex tool as sdk

[#1404] feat(generic): support returning biz err for binary generic

Optimize:

[#1392] optimize: supplement the logic of checking if timeout error is business timeout. Identify that the context passed by the user includes timeout which is shorter than RPCTimeout, and judge it as "timeout by business"

Fix:

[#1416] fix(generic): fix payload length check of http generic

[#1438][#1436] fix: support setting PurePayload with new style

[#1402][#1439] refactor: refactoring service and method routing for multi-services to fix "unknown service xxx" error when using CombineService client, and also make code clear

Chore:

[#1433] chore: remove useless reflection api

[#1403] chore: fix bind err when test

[#1382] chore: remove the using of mockey

Commits
  • d4e163a Merge pull request #1459 from cloudwego/release/v0.10.3
  • 782b877 chore: update version v0.10.3
  • 9b52f9c Merge pull request #1453 from cloudwego/hotfix/multi_service_registry_issue
  • 4528947 hotfix: multi service registry issue
  • eb99c3f Merge pull request #1448 from cloudwego/release-v0.10.2
  • 1404b9e chore: update version v0.10.2
  • ec983e7 chore: update dependency (#1447)
  • 5db2a01 Revert "perf: custom allocator for fast codec ReadString/ReadBinary" (#1445)
  • bdd7536 refactor(multi-services): refactoring service and method routing for multi-se...
  • ec5a564 fix: support setting PurePayload with new style (#1438)
  • Additional commits viewable in compare view


Updates github.com/cloudwego/kitex from 0.10.1 to 0.10.3

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.10.3

Hotfix

[#1453] hotfix: issue of cannot handle conflicting methods correctly when registering a fallback service before another service

v0.10.2

Feature:

[#1363] feat(retry): support customizing retry policy key, used to adapt to other configuration centers (previously required to use Method), such as Istio.

[#1356] feat(tool): implement kitex tool as sdk

[#1404] feat(generic): support returning biz err for binary generic

Optimize:

[#1392] optimize: supplement the logic of checking if timeout error is business timeout. Identify that the context passed by the user includes timeout which is shorter than RPCTimeout, and judge it as "timeout by business"

Fix:

[#1416] fix(generic): fix payload length check of http generic

[#1438][#1436] fix: support setting PurePayload with new style

[#1402][#1439] refactor: refactoring service and method routing for multi-services to fix "unknown service xxx" error when using CombineService client, and also make code clear

Chore:

[#1433] chore: remove useless reflection api

[#1403] chore: fix bind err when test

[#1382] chore: remove the using of mockey

Commits
  • d4e163a Merge pull request #1459 from cloudwego/release/v0.10.3
  • 782b877 chore: update version v0.10.3
  • 9b52f9c Merge pull request #1453 from cloudwego/hotfix/multi_service_registry_issue
  • 4528947 hotfix: multi service registry issue
  • eb99c3f Merge pull request #1448 from cloudwego/release-v0.10.2
  • 1404b9e chore: update version v0.10.2
  • ec983e7 chore: update dependency (#1447)
  • 5db2a01 Revert "perf: custom allocator for fast codec ReadString/ReadBinary" (#1445)
  • bdd7536 refactor(multi-services): refactoring service and method routing for multi-se...
  • ec5a564 fix: support setting PurePayload with new style (#1438)
  • Additional commits viewable in compare view


Updates github.com/cloudwego/kitex from 0.10.1 to 0.10.3

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.10.3

Hotfix

[#1453] hotfix: issue of cannot handle conflicting methods correctly when registering a fallback service before another service

v0.10.2

Feature:

[#1363] feat(retry): support customizing retry policy key, used to adapt to other configuration centers (previously required to use Method), such as Istio.

[#1356] feat(tool): implement kitex tool as sdk

[#1404] feat(generic): support returning biz err for binary generic

Optimize:

[#1392] optimize: supplement the logic of checking if timeout error is business timeout. Identify that the context passed by the user includes timeout which is shorter than RPCTimeout, and judge it as "timeout by business"

Fix:

[#1416] fix(generic): fix payload length check of http generic

[#1438][#1436] fix: support setting PurePayload with new style

[#1402][#1439] refactor: refactoring service and method routing for multi-services to fix "unknown service xxx" error when using CombineService client, and also make code clear

Chore:

[#1433] chore: remove useless reflection api

[#1403] chore: fix bind err when test

[#1382] chore: remove the using of mockey

Commits
  • d4e163a Merge pull request #1459 from cloudwego/release/v0.10.3
  • 782b877 chore: update version v0.10.3
  • 9b52f9c Merge pull request #1453 from cloudwego/hotfix/multi_service_registry_issue
  • 4528947 hotfix: multi service registry issue
  • eb99c3f Merge pull request #1448 from cloudwego/release-v0.10.2
  • 1404b9e chore: update version v0.10.2
  • ec983e7 chore: update dependency (#1447)
  • 5db2a01 Revert "perf: custom allocator for fast codec ReadString/ReadBinary" (#1445)
  • bdd7536 refactor(multi-services): refactoring service and method routing for multi-se...
  • ec5a564 fix: support setting PurePayload with new style (#1438)
  • Additional commits viewable in compare view


Updates github.com/cloudwego/kitex from 0.10.1 to 0.10.3

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.10.3

Hotfix

[#1453] hotfix: issue of cannot handle conflicting methods correctly when registering a fallback service before another service

v0.10.2

Feature:

[#1363] feat(retry): support customizing retry policy key, used to adapt to other configuration centers (previously required to use Method), such as Istio.

[#1356] feat(tool): implement kitex tool as sdk

[#1404] feat(generic): support returning biz err for binary generic

Optimize:

[#1392] optimize: supplement the logic of checking if timeout error is business timeout. Identify that the context passed by the user includes timeout which is shorter than RPCTimeout, and judge it as "timeout by business"

Fix:

[#1416] fix(generic): fix payload length check of http generic

[#1438][#1436] fix: support setting PurePayload with new style

[#1402][#1439] refactor: refactoring service and method routing for multi-services to fix "unknown service xxx" error when using CombineService client, and also make code clear

Chore:

[#1433] chore: remove useless reflection api

[#1403] chore: fix bind err when test

[#1382] chore: remove the using of mockey

Commits
  • d4e163a Merge pull request #1459 from cloudwego/release/v0.10.3
  • 782b877 chore: update version v0.10.3
  • 9b52f9c Merge pull request #1453 from cloudwego/hotfix/multi_service_registry_issue
  • 4528947 hotfix: multi service registry issue
  • eb99c3f Merge pull request #1448 from cloudwego/release-v0.10.2
  • 1404b9e chore: update version v0.10.2
  • ec983e7 chore: update dependency (#1447)
  • 5db2a01 Revert "perf: custom allocator for fast codec ReadString/ReadBinary" (#1445)
  • bdd7536 refactor(multi-services): refactoring service and method routing for multi-se...
  • ec5a564 fix: support setting PurePayload with new style (#1438)
  • Additional commits viewable in compare view


Updates github.com/cloudwego/kitex from 0.10.1 to 0.10.3

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.10.3

Hotfix

[#1453] hotfix: issue of cannot handle conflicting methods correctly when registering a fallback service before another service

v0.10.2

Feature:

[#1363] feat(retry): support customizing retry policy key, used to adapt to other configuration centers (previously required to use Method), such as Istio.

[#1356] feat(tool): implement kitex tool as sdk

[#1404] feat(generic): support returning biz err for binary generic

Optimize:

[#1392] optimize: supplement the logic of checking if timeout error is business timeout. Identify that the context passed by the user includes timeout which is shorter than RPCTimeout, and judge it as "timeout by business"

Fix:

[#1416] fix(generic): fix payload length check of http generic

[#1438][#1436] fix: support setting PurePayload with new style

[#1402][#1439] refactor: refactoring service and method routing for multi-services to fix "unknown service xxx" error when using CombineService client, and also make code clear

Chore:

[#1433] chore: remove useless reflection api

[#1403] chore: fix bind err when test

[#1382] chore: remove the using of mockey

Commits
  • d4e163a Merge pull request #1459 from cloudwego/release/v0.10.3
  • 782b877 chore: update version v0.10.3
  • 9b52f9c Merge pull request #1453 from cloudwego/hotfix/multi_service_registry_issue
  • 4528947 hotfix: multi service registry issue
  • eb99c3f Merge pull request #1448 from cloudwego/release-v0.10.2
  • 1404b9e chore: update version v0.10.2
  • ec983e7 chore: update dependency (#1447)
  • 5db2a01 Revert "perf: custom allocator for fast codec ReadString/ReadBinary" (#1445)
  • bdd7536 refactor(multi-services): refactoring service and method routing for multi-se...
  • ec5a564 fix: support setting PurePayload with new style (#1438)
  • Additional commits viewable in compare view


Updates github.com/cloudwego/kitex from 0.10.1 to 0.10.3

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.10.3

Hotfix

[#1453] hotfix: issue of cannot handle conflicting methods correctly when registering a fallback service before another service

v0.10.2

Feature:

[#1363] feat(retry): support customizing retry policy key, used to adapt to other configuration centers (previously required to use Method), such as Istio.

[#1356] feat(tool): implement kitex tool as sdk

[#1404] feat(generic): support returning biz err for binary generic

Optimize:

[#1392] optimize: supplement the logic of checking if timeout error is business timeout. Identify that the context passed by the user includes timeout which is shorter than RPCTimeout, and judge it as "timeout by business"

Fix:

[#1416] fix(generic): fix payload length check of http generic

[#1438][#1436] fix: support setting PurePayload with new style

[#1402][#1439] refactor: refactoring service and method routing for multi-services to fix "unknown service xxx" error when using CombineService client, and also make code clear

Chore:

[#1433] chore: remove useless reflection api

[#1403] chore: fix bind err when test

[#1382] chore: remove the using of mockey

Commits
  • d4e163a Merge pull request #1459 from cloudwego/release/v0.10.3
  • 782b877 chore: update version v0.10.3
  • 9b52f9c Merge pull request #1453 from cloudwego/hotfix/multi_service_registry_issue
  • 4528947 hotfix: multi service registry issue
  • eb99c3f Merge pull request #1448 from cloudwego/release-v0.10.2
  • 1404b9e chore: update version v0.10.2
  • ec983e7 chore: update dependency (#1447)
  • 5db2a01 Revert "perf: custom allocator for fast codec ReadString/ReadBinary" (#1445)
  • bdd7536 refactor(multi-services): refactoring service and method routing for multi-se...
  • ec5a564 fix: support setting PurePayload with new style (#1438)
  • Additional commits viewable in compare view


Updates github.com/cloudwego/kitex from 0.10.1 to 0.10.3

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.10.3

Hotfix

[#1453] hotfix: issue of cannot handle conflicting methods correctly when registering a fallback service before another service

v0.10.2

Feature:

[#1363] feat(retry): support customizing retry policy key, used to adapt to other configuration centers (previously required to use Method), such as Istio.

[#1356] feat(tool): implement kitex tool as sdk

[#1404] feat(generic): support returning biz err for binary generic

Optimize:

[#1392] optimize: supplement the logic of checking if timeout error is business timeout. Identify that the context passed by the user includes timeout which is shorter than RPCTimeout, and judge it as "timeout by business"

Fix:

[#1416] fix(generic): fix payload length check of http generic

[#1438][#1436] fix: support setting PurePayload with new style

[#1402][#1439] refactor: refactoring service and method routing for multi-services to fix "unknown service xxx" error when using CombineService client, and also make code clear

Chore:

[#1433] chore: remove useless reflection api

[#1403] chore: fix bind err when test

[#1382] chore: remove the using of mockey

Commits
  • d4e163a Merge pull request #1459 from cloudwego/release/v0.10.3
  • 782b877 chore: update version v0.10.3
  • 9b52f9c Merge pull request #1453 from cloudwego/hotfix/multi_service_registry_issue
  • 4528947 hotfix: multi service registry issue
  • eb99c3f Merge pull request #1448 from cloudwego/release-v0.10.2
  • 1404b9e chore: update version v0.10.2
  • ec983e7 chore: update dependency (#1447)
  • 5db2a01 Revert "perf: custom allocator for fast codec ReadString/ReadBinary" (#1445)
  • bdd7536 refactor(multi-services): refactoring service and method routing for multi-se...
  • ec5a564 fix: support setting PurePayload with new style (#1438)
  • Additional commits viewable in compare view


Updates github.com/cloudwego/kitex from 0.10.1 to 0.10.3

Release notes

Sourced from