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 5 updates #231

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2023

Bumps the gomod-deps group with 5 updates:

Package From To
google.golang.org/grpc 1.58.0 1.58.3
gorm.io/driver/mysql 1.5.1 1.5.2
gorm.io/gorm 1.25.4 1.25.5
github.com/OpenIMSDK/protocol 0.0.21 0.0.26
github.com/redis/go-redis/v9 9.1.0 9.2.1

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

Release notes

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

Release v1.58.3

Security

  • server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487)

    In addition to this change, applications should ensure they do not leave running tasks behind related to the RPC before returning from method handlers, or should enforce appropriate limits on any such work.

Release 1.58.2

Bug Fixes

  • balancer/weighted_round_robin: fix ticker leak on update

    A new ticker is created every time there is an update of addresses or configuration, but was not properly stopped. This change stops the ticker when it is no longer needed.

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 gorm.io/driver/mysql from 1.5.1 to 1.5.2

Commits
  • 2a61ba0 When adding a new column to a table, include a primary key if the field is ei...
  • 386f545 Update README.md (#126)
  • d04acd7 build(deps): bump actions/checkout from 3 to 4 (#133)
  • 48b6526 feat: reference for error codes added
  • 3f88908 feat: ErrForeignKeyViolated implemented
  • 91dcda2 ci: added build & test jobs (#121)
  • See full diff in compare view

Updates gorm.io/gorm from 1.25.4 to 1.25.5

Commits

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

Release notes

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

v0.0.26

v0.0.25

What's Changed

New Contributors

Full Changelog: openimsdk/protocol@v0.0.24...v0.0.25

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
  • 68bb5d9 fix: SearchLogsResp LogsInfos format
  • 5506cd0 Merge pull request #30 from FGadvancer/fix_user_status
  • dd0103f fix: user status set info change.
  • ddfa8d0 build: create Apache LICENSE (#29)
  • 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.1

Release notes

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

9.2.1

🧰 Maintenance

  • chore(deps): bump actions/stale from 3 to 8 (#2732)
  • Add stream interface back to Cmdable (#2725)
  • Remove redundant nil check in gears (#2728)

Contributors

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

@​Juneezee, @​dependabot, @​dependabot[bot], @​gabrielgio and @​ofekshenawa

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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.58.0` | `1.58.3` |
| [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) | `1.5.1` | `1.5.2` |
| [gorm.io/gorm](https://github.com/go-gorm/gorm) | `1.25.4` | `1.25.5` |
| [github.com/OpenIMSDK/protocol](https://github.com/OpenIMSDK/protocol) | `0.0.21` | `0.0.26` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.1.0` | `9.2.1` |


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

Updates `gorm.io/driver/mysql` from 1.5.1 to 1.5.2
- [Commits](go-gorm/mysql@v1.5.1...v1.5.2)

Updates `gorm.io/gorm` from 1.25.4 to 1.25.5
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.25.4...v1.25.5)

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

Updates `github.com/redis/go-redis/v9` from 9.1.0 to 9.2.1
- [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.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-deps
- dependency-name: gorm.io/driver/mysql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-deps
- dependency-name: gorm.io/gorm
  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 October 13, 2023 08:52
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 13, 2023
@pull-request-size pull-request-size bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Oct 13, 2023
@sweep-ai
Copy link

sweep-ai bot commented Oct 13, 2023

Apply Sweep Rules to your PR?

  • Apply: Leftover TODOs in the code should be handled.
  • Apply: All new business logic should have corresponding unit tests in the tests/ directory.
  • Apply: Any clearly inefficient or repeated code should be optimized or refactored.

@dependabot dependabot bot temporarily deployed to openim October 13, 2023 08:52 Inactive
@dependabot dependabot bot temporarily deployed to openim October 13, 2023 08:52 Inactive
@dependabot dependabot bot temporarily deployed to openim October 13, 2023 08:52 Inactive
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 18, 2023

Superseded by #232.

@dependabot dependabot bot closed this Oct 18, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-deps-63fab6134a branch October 18, 2023 08:39
@openimsdk openimsdk locked and limited conversation to collaborators Oct 18, 2023
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 size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants