Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 20, 2023

Bumps github.com/cloudwego/kitex from 0.6.2 to 0.7.0.

Release notes

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

v0.7.0

Feature:

[#1053] feat(retry): support to distinguish local retry request [#1058] feat(retry): support delete retry policy dynamically [#1000] feat(grpc): support grpc compress [#1018] feat: use local-session to backup request context in case of missing [#1045] feat(generic): support base64 codec for map generic [#1035] feat(config): provide the ability to dynamically configure the rpctimeout config on the method hierarchy [#825] feat(generic): integrate dynamicgo into kitex generic call [#1019] feat(lb): interleaved weighted round-robin load balancer

Optimize:

[#1064] optimize: check header max size when ttheader encode [#1017] optimize: implement unknown field function without serialization [#1036] optimize(protobuf): ignore err when (un)marshal empty req/resp [#1056] optimize(tool): optimize struct ref [#1043] optimize: add method info to the error message of the server handler panic for easy troubleshooting [#1025] optimize: use Tags of ServerBasicInfo as default Tags of RegistryInfo [#1020] optimize: add nil check for MethodInfo which get from ServiceInfo in client.Call to ignore panic

Fix:

[#1073] fix: fix failure retryer dump panic [#1067] fix: slim template with deepcopy [#1055] fix: ignore SIGHUP when run with nohup [#1048] fix(retry): keep the behavior of retry policy consistent between initing and updating [#1047] fix(tool): cli warning for unknown suffix [#1038] fix(config): correct the function signature of the rpcinfo.TimeoutProvider implementation [#1034] fix(generic): add case int16 into buildinTypeIntoString [#1023] fix(generic): avoid dead-loop when marshal self-referenced struct [#1028] fix:modify .licenserc.yaml [#1012] fix: skip frugal on go 1.21 [#992] fix(grpc): use mcache to fix memory leak caused by grpc codec buffer to reuse memory incorrectly [#994] fix(tool): fix kitex tool git repo pulling logic

Chore:

[#1074] chore: update thriftgo to v0.3.0 [#1031] chore: remove wechat group in readme [#1008] chore: update dynamicgo to v0.1.1 [#1006] chore: remove unecessary replace for frugal [#1007] chore: upgrade netpoll to v0.4.1

Commits
  • d06fec1 Merge pull request #1075 from cloudwego/release/v0.7.0
  • 901ab19 fix: fix json generic ut
  • d390e05 Merge branch 'main' into release/v0.7.0
  • 5b6d4b6 chore: update version v0.7.0
  • 645fec2 chore: update thriftgo to v0.3.0 (#1074)
  • 017f90b fix: fix failure retryer dump panic (#1073)
  • c8f3669 fix: slim template with deepcopy (#1067)
  • 5866e64 optimize: implement unknown field function without serialization (#1017)
  • a83858a optimise: check header max size when ttheader encode (#1064)
  • a8510e4 feat(retry): support to distinguish local retry request (#1053)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @AH-dark.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 20, 2023
@AH-dark
Copy link
Member

AH-dark commented Aug 28, 2023

@dependabot merge

Bumps [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.6.2...v0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/cloudwego/kitex-0.7.0 branch from d91c607 to 359f2b0 Compare August 28, 2023 11:53
@dependabot dependabot bot merged commit 8c31653 into main Aug 28, 2023
@AH-dark AH-dark deleted the dependabot/go_modules/github.com/cloudwego/kitex-0.7.0 branch September 10, 2023 03:42
AH-dark added a commit that referenced this pull request Apr 23, 2024
* Feat: hashmap cache support

* Test: redis cache in real redis client

* Chore: optimized
AH-dark added a commit that referenced this pull request Apr 23, 2024
* Feat: hashmap cache support

* Test: redis cache in real redis client

* Chore: optimized
AH-dark added a commit that referenced this pull request Apr 23, 2024
* Feat: hashmap cache support

* Test: redis cache in real redis client

* Chore: optimized
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants