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 9 updates #407

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2024

Bumps the gomod-deps group with 9 updates:

Package From To
github.com/google/uuid 1.5.0 1.6.0
google.golang.org/grpc 1.58.0 1.62.0
google.golang.org/protobuf 1.31.0 1.32.0
gorm.io/driver/mysql 1.5.1 1.5.4
gorm.io/gorm 1.25.4 1.25.7-0.20240204074919-46816ad31dde
github.com/alibabacloud-go/tea 1.2.1 1.2.2
github.com/OpenIMSDK/protocol 0.0.21 0.0.55
github.com/OpenIMSDK/tools 0.0.31 0.0.36
github.com/redis/go-redis/v9 9.2.1 9.5.1

Updates github.com/google/uuid from 1.5.0 to 1.6.0

Release notes

Sourced from github.com/google/uuid's releases.

v1.6.0

1.6.0 (2024-01-16)

Features

Bug Fixes

Changelog

Sourced from github.com/google/uuid's changelog.

1.6.0 (2024-01-16)

Features

Bug Fixes

Commits

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

Release notes

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

Release 1.62.0

New Features

  • grpc: Add StaticMethod CallOption as a signal to stats handler that a method is safe to use as an instrument key (#6986)

Behavior Changes

  • grpc: Return canonical target string from ClientConn.Target() and resolver.Address.String() (#6923)

Bug Fixes

  • server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#6977)

Performance Improvements

  • *: Allow building without x/net/trace by using grpcnotrace to enable dead code elimination (#6954)
  • rand: improve performance and simplify implementation of grpcrand by adopting math/rand's top-level functions for go version 1.21.0 and newer. (#6925)

Dependencies

  • *: Use google.golang.org/protobuf/proto instead of github.com/golang/protobuf. (#6919)

[!NOTE] The above change in proto library usage introduces a minor behavior change within those libraries. The old github.com/golang/protobuf library would error if given a nil message to Marshal, while the new google.golang.org/protobuf library will successfully output zero bytes in this case. This means server method handlers that did return nil, nil will now return an empty message and no error, while it used to return an error. This also affects the client side, where clients sending nil messages used to fail without sending the RPC, and now they will send an empty message.

Release 1.61.1

Bug Fixes

  • server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#6977)

Release 1.61.0

New Features

  • resolver: provide method, AuthorityOverrider, to allow resolver.Builders to override the default authority for a ClientConn. (EXPERIMENTAL) (#6752)
  • xds: add support for mTLS Credentials in xDS bootstrap (gRFC A65) (#6757)
  • server: add grpc.WaitForHandlers ServerOption to cause Server.Stop to block until method handlers return. (EXPERIMENTAL) (#6922)

Performance Improvements

... (truncated)

Commits

Updates google.golang.org/protobuf from 1.31.0 to 1.32.0

Updates gorm.io/driver/mysql from 1.5.1 to 1.5.4

Commits

Updates gorm.io/gorm from 1.25.4 to 1.25.7-0.20240204074919-46816ad31dde

Commits

Updates github.com/alibabacloud-go/tea from 1.2.1 to 1.2.2

Release notes

Sourced from github.com/alibabacloud-go/tea's releases.

Release version v1.2.2

What's Changed

Full Changelog: alibabacloud-go/tea@v1.2.1...v1.2.2

Commits

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

Release notes

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

v0.0.55

What's Changed

Full Changelog: openimsdk/protocol@v0.0.54...v0.0.55

v0.0.54

Full Changelog: openimsdk/protocol@v0.0.53...v0.0.54

v0.0.53

Full Changelog: openimsdk/protocol@v0.0.52...v0.0.53

v0.0.52

Full Changelog: openimsdk/protocol@v0.0.51...v0.0.52

v0.0.51

Full Changelog: openimsdk/protocol@v0.0.50...v0.0.51

v0.0.50

v0.0.49

What's Changed

Full Changelog: openimsdk/protocol@v0.0.48...v0.0.49

v0.0.48

Full Changelog: openimsdk/protocol@v0.0.47...v0.0.48

What's Changed

Full Changelog: openimsdk/protocol@v0.0.47...v0.0.48

v0.0.47

What's Changed

Full Changelog: openimsdk/protocol@v0.0.46...v0.0.47

v0.0.46

What's Changed

... (truncated)

Commits
  • 09cafc0 Merge pull request #65 from luhaoling/main
  • 148eedd fix: fix the SingleMsgToUserPlatform
  • 6e6742b feat: add GetUserTokenReq token
  • bab90fc feat: add getUserToken rpc and add ex field in MsgInfo
  • 8e26a62 feat: group online status
  • c65feab feat: GetConversationNotReceiveMessageUserIDsReq
  • ddfe05c feat: setUserStatusReq
  • daf3342 feat: NotificationUserInfoUpdateReq add old and new user info
  • 444639b feat: NotificationUserInfoUpdateReq add old and new user info
  • 84b7e0f Merge pull request #64 from FGadvancer/main
  • Additional commits viewable in compare view

Updates github.com/OpenIMSDK/tools from 0.0.31 to 0.0.36

Release notes

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

v0.0.36

Full Changelog: openimsdk/tools@v0.0.33...v0.0.36

v0.0.35

Full Changelog: openimsdk/tools@v0.0.33...v0.0.35

v0.0.34

What's Changed

Full Changelog: openimsdk/tools@v0.0.32...v0.0.34

v0.0.33

What's Changed

Full Changelog: openimsdk/tools@v0.0.32...v0.0.33

v0.0.32

What's Changed

Full Changelog: openimsdk/tools@v0.0.31...v0.0.32

Commits

Updates github.com/redis/go-redis/v9 from 9.2.1 to 9.5.1

Release notes

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

9.5.1

Changes

Note: This release fixes the SETINFO issue from 9.5.0. This release restores connections to redis versions that do not have SETINFO. Thank you to our amazing community for their help with this issue

🐛 Bug Fixes

  • bug: Fix SETINFO ensuring it is set-and-forget (#2915)

🧰 Maintenance

  • docs: README update to highlight how to disable sending client identification (#2913)

Contributors

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

@​ofekshenawa

9.5.0

Changes

Note: This release implements SETINFO by default, and currently breaks with Redis versions prior to 7.2 due to the way the change was implemented. It should have failed silently, but did not. 9.5.1 will fix this. To disable this behaviour, with this release, please DisableIdentity: true in your RedisOptions struct.

🚀 New Features

  • Add object fraq command (#2844)
  • Speed up connections by sending SetInfo via a pipeline (#2880)
  • Add helpers to set libinfo without panic (#2724)

🧰 Maintenance

  • Remove unnecessary Node project definition file (#2863)
  • Add support for specifying bitcount unit as byte or bit, byte default (#2887)
  • fix ConnPool race in newConn (#2885)

📚 Documentation & Testing

  • Docs: update features (#2846)
  • Docs: add bytes in scan struct example (#2836)
  • Tests: add ut for util_test (#2840)

⚙️ Dependencies & Infrastructure

  • chore: update OpenTelemetry and Uptrace to the latest version (#2864)
  • chore(deps): bump release-drafter/release-drafter from 5 to 6 (#2883)
  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0 (#2889)
  • chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#2890)
  • Change RE image to 7.2.4-108 (#2884)
  • Add CredentialsProvider to ClusterOptions (#2791)

Contributors

... (truncated)

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

| Package | From | To |
| --- | --- | --- |
| [github.com/google/uuid](https://github.com/google/uuid) | `1.5.0` | `1.6.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.58.0` | `1.62.0` |
| google.golang.org/protobuf | `1.31.0` | `1.32.0` |
| [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) | `1.5.1` | `1.5.4` |
| [gorm.io/gorm](https://github.com/go-gorm/gorm) | `1.25.4` | `1.25.7-0.20240204074919-46816ad31dde` |
| [github.com/alibabacloud-go/tea](https://github.com/alibabacloud-go/tea) | `1.2.1` | `1.2.2` |
| [github.com/OpenIMSDK/protocol](https://github.com/OpenIMSDK/protocol) | `0.0.21` | `0.0.55` |
| [github.com/OpenIMSDK/tools](https://github.com/OpenIMSDK/tools) | `0.0.31` | `0.0.36` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.2.1` | `9.5.1` |


Updates `github.com/google/uuid` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.5.0...v1.6.0)

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

Updates `google.golang.org/protobuf` from 1.31.0 to 1.32.0

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

Updates `gorm.io/gorm` from 1.25.4 to 1.25.7-0.20240204074919-46816ad31dde
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](https://github.com/go-gorm/gorm/commits)

Updates `github.com/alibabacloud-go/tea` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/alibabacloud-go/tea/releases)
- [Commits](alibabacloud-go/tea@v1.2.1...v1.2.2)

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

Updates `github.com/OpenIMSDK/tools` from 0.0.31 to 0.0.36
- [Release notes](https://github.com/OpenIMSDK/tools/releases)
- [Commits](openimsdk/tools@v0.0.31...v0.0.36)

Updates `github.com/redis/go-redis/v9` from 9.2.1 to 9.5.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.2.1...v9.5.1)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-deps
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-deps
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/alibabacloud-go/tea
  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/OpenIMSDK/tools
  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] <[email protected]>
@dependabot dependabot bot requested review from cubxxw and a team as code owners February 22, 2024 08:13
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 22, 2024
@pull-request-size pull-request-size bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Feb 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 26, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 26, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-deps-44d47bb966 branch February 26, 2024 08:22
@openimsdk openimsdk locked and limited conversation to collaborators Feb 26, 2024
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