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 github.com/cloudwego/kitex from 0.4.4 to 0.5.1 #119

Merged
merged 1 commit into from
Apr 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2023

Bumps github.com/cloudwego/kitex from 0.4.4 to 0.5.1.

Release notes

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

v0.5.1

Fix:

  • [#862] fix(loadbalance): ensure Next return non-nil when idx large than vtarget

Optimize:

  • [#868] optimize(grpc): do not return error in handleStreams of grpc server to avoid error log when connection is closed normally

Chore:

  • [#863] chore: add go-1.20 compatibility test

v0.5.0

Feature:

  • [#840] feat(fallback): support fallback ability for kitex client-side, usage guide refer to Fallback
  • [#841] feat(tool): add GetResult() and GetFirstArgument() methods for service params of protobuf
  • [#791] feat(tool): merge two ways of passing extensions, to support two ways at sametime
  • [#797] feat(loadbalance): use smooth weighted round robin algo as default Loadbalance policy
  • [#760] feat(grpc): support TLS config in kitex grpc client
  • [#781] feat(tool): supports custom templates
  • [#783] feat(ttheader): add encode logic for gdpr token in TransInfo
  • [#775] feat(tool): support custom generate path
  • [#687] feat(tool): add protoc plugin flag

Optimize:

  • [#750] optimize(generic): generic call write zero value for required and default fields to meet the specification of apache thrift and keep consistent with normal thrift encode of Kitex.
  • [#739] optimize(generic): modify the url routing to align with Hertz for HTTP generic call
  • [#752] optimize(ttheader): attach part of ttheader binary into error when readKVInfo failed, which is useful for troubleshooting
  • [#821] optimize(config): add DeepCopy() & Equals() to circuitbreaker.CBConfig and retry.Policy
  • [#827] optimize: revise the remoteInfo of retry call, using the remoteInfo of the RPCCall that returns
  • [#762] optimize(tool): add go mod auto replace to thrift 0.13 in thrift mode
  • [#755] optimize: improve client error msg when ctx cancel or timeout
  • [#756] optimize: use sync.Cond as the profiler event trigger
  • [#753] optimize: add recover for client's Close

Fix

  • [#734] fix(retry): fix the panic problem caused by concurrent read and write of rpcinfo under backup retry
  • [#837 #842] fix(metahandler): adjust MetainfoHandler to the top of the MetaHandlers array to ensure that the logic of custom MetaHandlers that depends on MetainfoHandler works
  • [#812] fix: use detectionHandler to perform protocol detection in windows environment to support gRPC
  • [#851] fix: upgrade frugal to v0.1.6 for missing stop field
  • [#845] fix: fix the problem that RPCStat report status as success when biz handler return err
  • [#822] fix(loadbalance): don't share balancer factory when loadbalance is defined by user
  • [#732] fix(mux): mux server waits for shardqueue close before shutdown
  • [#795] fix(grpc): zero first byte of grpc data frame, which could be random data from mcache
  • [#668] fix: fix race problem in queue.go/queue @​dugenkui03
  • [#743] fix: use sharedTicker for long conn pool to prevent goroutine numbers increase as the number of client increases

... (truncated)

Commits
  • 9c76b55 Merge pull request #870 from cloudwego/release/v0.5.1
  • 666d41c chore: update version v0.5.1
  • 5c07bc3 optimize(grpc): do not return error in handleStreams of grpc server to avoid ...
  • 85c7f1f Revert "feat(thrift): support unknown fields in fast codec" (#869)
  • 654b1b4 fix(loadbalance): ensure Next return non-nil when idx large than vtarget (#862)
  • 240a646 feat(thrift): support unknown fields in fast codec (#858)
  • 9c96190 chore(tool): add automatically deletion logic for kitex.yaml generated by v0....
  • d5f1f20 chore: add go-1.20 compatibility test (#863)
  • 7e364f1 Merge pull request #853 from cloudwego/main
  • 1f307f2 Merge pull request #852 from cloudwego/release/v0.5.0
  • 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 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 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 dependencies for bot label Apr 1, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/cloudwego/kitex-0.5.1 branch 3 times, most recently from b4b545a to 39c8d10 Compare April 5, 2023 07:38
Bumps [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex) from 0.4.4 to 0.5.1.
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.4.4...v0.5.1)

---
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.5.1 branch from 39c8d10 to 3d82929 Compare April 5, 2023 07:51
@L2ncE L2ncE merged commit adb0648 into dev Apr 13, 2023
@L2ncE L2ncE deleted the dependabot/go_modules/github.com/cloudwego/kitex-0.5.1 branch April 13, 2023 14:51
L2ncE added a commit that referenced this pull request Jul 31, 2023
* Update README.md

* optimize: improve birthDateGen

* refactor: change ids from i64 to string and modify redis db (#129)

* refactor: change ids from i64 to string

* fix: change redis db

* fix: use consts to set the limit of some profile and some trip

* fix: fix test

* test: fix user test

* fix: fix account id bug (#130)

* optimize: profile handler

* fix: fix delete and check profile bug (#131)

* feat: add limiter mw

* chore(deps): bump github.com/cloudwego/kitex from 0.4.4 to 0.5.1 (#119)

Bumps [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex) from 0.4.4 to 0.5.1.
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.4.4...v0.5.1)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: add delayed double delete

* docs: fix wrong link

* feat: refactor car sim (#133)

* feat: add ChatGPT

* optimize: improve gpt service

* optimize: add proxy for gpt

* feat: add payment (#135)

* feat: Add k8s deployment files (#136)

* Create K8s

* Add files via upload

* Delete K8s

* Delete ingress.yaml

* Delete sc.yaml

* Delete test.yaml

* Update Makefile

* chore(deps): bump github.com/hashicorp/consul/api from 1.18.0 to 1.20.0 (#141)

Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.18.0 to 1.20.0.
- [Release notes](https://github.com/hashicorp/consul/releases)
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md)
- [Commits](hashicorp/consul@api/v1.18.0...api/v1.20.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/consul/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump github.com/cloudwego/hertz from 0.6.0 to 0.6.2 (#140)

Bumps [github.com/cloudwego/hertz](https://github.com/cloudwego/hertz) from 0.6.0 to 0.6.2.
- [Release notes](https://github.com/cloudwego/hertz/releases)
- [Commits](cloudwego/hertz@v0.6.0...v0.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump gorm.io/driver/mysql from 1.4.5 to 1.5.0 (#139)

Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.4.5 to 1.5.0.
- [Release notes](https://github.com/go-gorm/mysql/releases)
- [Commits](go-gorm/mysql@v1.4.5...v1.5.0)

---
updated-dependencies:
- dependency-name: gorm.io/driver/mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump github.com/cloudwego/kitex from 0.5.1 to 0.5.2 (#138)

Bumps [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.5.1...v0.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xinhao Yuan <llance_24@foxmail.com>

* chore(deps): bump gorm.io/gorm (#142)

Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.24.7-0.20230306060331-85eaf9eeda11 to 1.25.1.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](https://github.com/go-gorm/gorm/commits/v1.25.1)

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* optimize: improve cors

* chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#147)

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.15.0...v1.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump github.com/cloudwego/hertz from 0.6.2 to 0.6.4 (#144)

Bumps [github.com/cloudwego/hertz](https://github.com/cloudwego/hertz) from 0.6.2 to 0.6.4.
- [Release notes](https://github.com/cloudwego/hertz/releases)
- [Commits](cloudwego/hertz@v0.6.2...v0.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* style: update src

* chore(deps): bump github.com/minio/minio-go/v7 from 7.0.49 to 7.0.59 (#151)

Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.49 to 7.0.59.
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.49...v7.0.59)

---
updated-dependencies:
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump gorm.io/gorm from 1.25.1 to 1.25.2 (#150)

Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.1 to 1.25.2.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.25.1...v1.25.2)

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump aidanwoods.dev/go-paseto from 1.3.0 to 1.4.0 (#149)

Bumps [aidanwoods.dev/go-paseto](https://github.com/aidantwoods/go-paseto) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/aidantwoods/go-paseto/releases)
- [Commits](aidantwoods/go-paseto@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: aidanwoods.dev/go-paseto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump github.com/hertz-contrib/http2 from 0.1.5 to 0.1.7 (#143)

Bumps [github.com/hertz-contrib/http2](https://github.com/hertz-contrib/http2) from 0.1.5 to 0.1.7.
- [Release notes](https://github.com/hertz-contrib/http2/releases)
- [Commits](hertz-contrib/http2@v0.1.5...v0.1.7)

---
updated-dependencies:
- dependency-name: github.com/hertz-contrib/http2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xinhao Yuan <llance_24@foxmail.com>

* docs: update README

* docs: update README

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Qing Zhou <claude-zq@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nihilism <114405451+Nihilism0@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies dependencies for bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant