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

feat(deps): bump the gomod-deps group with 3 updates #217

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2023

Bumps the gomod-deps group with 3 updates: google.golang.org/grpc, github.com/OpenIMSDK/protocol and github.com/redis/go-redis/v9.

Updates google.golang.org/grpc from 1.58.0 to 1.58.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.58.1

Bug Fixes

  • grpc: fix a bug that was decrementing active RPC count too early for streaming RPCs; leading to channel moving to IDLE even though it had open streams
  • grpc: fix a bug where transports were not being closed upon channel entering IDLE
Commits

Updates github.com/OpenIMSDK/protocol from 0.0.21 to 0.0.24

Release notes

Sourced from github.com/OpenIMSDK/protocol's releases.

v0.0.24

feat: add command of update user info callback. Full Changelog: openimsdk/protocol@v0.0.23...v0.0.24

v0.0.22

What's Changed

New Contributors

Full Changelog: openimsdk/protocol@v0.0.21...v0.0.22

Commits
  • 1d04bfb feat: add command of update user info callback.
  • 9c33830 Merge pull request #27 from CNCSMonster/main
  • 3db0812 feat:add rpc DeleteLogs,SearchLogs
  • c7a41c4 Merge pull request #25 from CNCSMonster/main
  • 1499b76 feat: add rpc UploadLogs
  • See full diff in compare view

Updates github.com/redis/go-redis/v9 from 9.1.0 to 9.2.0

Release notes

Sourced from github.com/redis/go-redis/v9's releases.

9.2.0

What's new?

Time series support

We are happy to announce support for Time Series. This enhancement allows developers to leverage the time series data structure directly within Go-Redis, enabling efficient ingestion, querying, and storage of time-sequential data. Whether you're tracking metrics, logs, or other time-sensitive information, this feature offers a robust solution to manage time series data seamlessly. We encourage developers to explore this new capability and provide feedback for further improvements. Learn more about Redis Time Series

Better support for Redis 7.2

Go-Redis now supports WAITAOF and CLIENT SETINFO commands introduced in Redis 7.2.

Other notable improvements

  • Add the ability to set a connection growth limit with MaxActiveConns configuration setting (#2646)
  • Add support for multiple values in the bitfield cmd (#2648)

Breaking Changes

  • Changing the suffix for probablistic commands acceptings arguments to WithArgs from Args (#2701)

🧰 Maintenance

  • Making command structs digestible (#2716)
  • change interfaces probabilistic and redis gears from private to public (#2695)
  • Adding CONTRIBUTING guidelines (#2718)
  • Adding Go 1.21.x for CI coverage (#2697)
  • chore(deps): bump actions/checkout from 3 to 4 (#2702)
  • chore(deps): bump github.com/bsm/ginkgo/v2 from 2.9.5 to 2.12.0 (#2690)
  • chore(deps): bump github.com/bsm/gomega from 1.26.0 to 1.27.10 (#2689)
  • Adding stale issues workflow (#2700)
  • Updating redis binary for makefile to 7.2.1 (#2693)
  • Skip flaky tests (#2699)
  • Format code and fix go vet (#2696)
  • Use time duration calculation (#2651)

Contributors

We'd like to thank all the contributors who worked on this release!

@​NikanV, @​SoulPancake, @​chayim, @​dependabot, @​dependabot[bot], @​nvorobev, @​ofekshenawa, @​peczenyj, @​taytzehao and @​wzlove

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod-deps group with 3 updates: [google.golang.org/grpc](https://github.com/grpc/grpc-go), [github.com/OpenIMSDK/protocol](https://github.com/OpenIMSDK/protocol) and [github.com/redis/go-redis/v9](https://github.com/redis/go-redis).


Updates `google.golang.org/grpc` from 1.58.0 to 1.58.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.58.0...v1.58.1)

Updates `github.com/OpenIMSDK/protocol` from 0.0.21 to 0.0.24
- [Release notes](https://github.com/OpenIMSDK/protocol/releases)
- [Commits](openimsdk/protocol@v0.0.21...v0.0.24)

Updates `github.com/redis/go-redis/v9` from 9.1.0 to 9.2.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](redis/go-redis@v9.1.0...v9.2.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-deps
- dependency-name: github.com/OpenIMSDK/protocol
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-deps
- dependency-name: github.com/redis/go-redis/v9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from cubxxw and a team as code owners September 21, 2023 09:10
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 21, 2023
@pull-request-size pull-request-size bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Sep 21, 2023
@dependabot dependabot bot temporarily deployed to openim September 21, 2023 09:10 Inactive
@dependabot dependabot bot temporarily deployed to openim September 21, 2023 09:10 Inactive
@dependabot dependabot bot temporarily deployed to openim September 21, 2023 09:10 Inactive
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2023

Superseded by #218.

@dependabot dependabot bot closed this Sep 22, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-deps-d62f0e81f1 branch September 22, 2023 09:01
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 size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants