Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

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

…with 1 update

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


Updates `github.com/cloudwego/kitex` from 0.10.1 to 0.10.3
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.10.1...v0.10.3)

Updates `github.com/cloudwego/kitex` from 0.10.1 to 0.10.3
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.10.1...v0.10.3)

Updates `github.com/cloudwego/kitex` from 0.10.1 to 0.10.3
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.10.1...v0.10.3)

Updates `github.com/cloudwego/kitex` from 0.10.1 to 0.10.3
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.10.1...v0.10.3)

Updates `github.com/cloudwego/kitex` from 0.10.1 to 0.10.3
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.10.1...v0.10.3)

Updates `github.com/cloudwego/kitex` from 0.10.1 to 0.10.3
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.10.1...v0.10.3)

Updates `github.com/cloudwego/kitex` from 0.10.1 to 0.10.3
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.10.1...v0.10.3)

Updates `github.com/cloudwego/kitex` from 0.10.1 to 0.10.3
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.10.1...v0.10.3)

Updates `github.com/cloudwego/kitex` from 0.10.1 to 0.10.3
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.10.1...v0.10.3)

Updates `github.com/cloudwego/kitex` from 0.10.1 to 0.10.3
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.10.1...v0.10.3)

Updates `github.com/cloudwego/kitex` from 0.10.1 to 0.10.3
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.10.1...v0.10.3)

Updates `github.com/cloudwego/kitex` from 0.10.1 to 0.10.3
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.10.1...v0.10.3)

Updates `github.com/cloudwego/kitex` from 0.10.1 to 0.10.3
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.10.1...v0.10.3)

Updates `github.com/cloudwego/kitex` from 0.10.1 to 0.10.3
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.10.1...v0.10.3)

Updates `github.com/cloudwego/kitex` from 0.10.1 to 0.10.3
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.10.1...v0.10.3)

Updates `github.com/cloudwego/kitex` from 0.10.1 to 0.10.3
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.10.1...v0.10.3)

---
updated-dependencies:
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kitex-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team as code owners July 29, 2024 06:25
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 29, 2024
@GuangmingLuo GuangmingLuo merged commit 9c40238 into main Jul 29, 2024
5 checks passed
@GuangmingLuo GuangmingLuo deleted the dependabot/go_modules/kitex-dependencies-05bbf38562 branch July 29, 2024 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

1 participant