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 7 updates #294

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps the gomod-deps group with 7 updates:

Package From To
github.com/google/uuid 1.3.1 1.4.0
google.golang.org/grpc 1.58.0 1.59.0
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.33
github.com/OpenIMSDK/tools 0.0.17 0.0.20
github.com/redis/go-redis/v9 9.1.0 9.3.0

Updates github.com/google/uuid from 1.3.1 to 1.4.0

Release notes

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

v1.4.0

1.4.0 (2023-10-26)

Features

  • UUIDs slice type with Strings() convenience method (#133) (cd5fbbd)

Fixes

  • Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)
Changelog

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

1.4.0 (2023-10-26)

Features

  • UUIDs slice type with Strings() convenience method (#133) (cd5fbbd)

Fixes

  • Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)
Commits
  • 8de8764 chore(master): release 1.4.0 (#134)
  • 7c22e97 Clarify the documentation of Parse to state its job is to parse, not validate...
  • cd5fbbd feat: UUIDs slice type with Strings() convenience method (#133)
  • 47f5b39 docs: fix a typo in CONTRIBUTING.md (#130)
  • 542ddab chore(tests): add Fuzz tests (#128)
  • 06716f6 chore(tests): Add json.Unmarshal test with empty value cases (#116)
  • See full diff in compare view

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

Release notes

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

Release 1.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
  • 7765221 Change version to 1.59.0 (#6695)
  • e88f12e server: prohibit more than MaxConcurrentStreams handlers from running at once...
  • be7919c transport: Pass Header metadata to tap handle. (#6652)
  • e3f1514 Reapply "status: fix/improve status handling (#6662)" (#6673) (#6688)
  • 696faa9 client: add a test for NewSubConn / StateListener / cc.Close racing (#6678)
  • 318c717 readme: fix badges (#6687)
  • 39972fd github: add code coverage with codecov.io (#6676)
  • 93dbc05 xds: move virtual host matcher test to the xdsresource package (#6680)
  • 2c00469 github: update actions/setup-go and actions/checkout (#6675)
  • 1f73ed5 Replace the gRFC pull request with the permanent link. (#6674)
  • Additional commits viewable in compare view

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.33

Release notes

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

v0.0.33

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

v0.0.32

What's Changed

New Contributors

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

v0.0.31

What's Changed

New Contributors

Full Changelog: openimsdk/protocol@v0.0.30...v0.0.31

v0.0.30

What's Changed

Full Changelog: openimsdk/protocol@v0.0.29...v0.0.30

v0.0.29

What's Changed

Full Changelog: openimsdk/protocol@v0.0.28...v0.0.29

v0.0.28

What's Changed

Full Changelog: openimsdk/protocol@v0.0.27...v0.0.28

v0.0.27

v0.0.26

v0.0.25

What's Changed

... (truncated)

Commits

Updates github.com/OpenIMSDK/tools from 0.0.17 to 0.0.20

Release notes

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

v0.0.20

Full Changelog: openimsdk/tools@v0.0.19...v0.0.20

v0.0.19

What's Changed

Full Changelog: openimsdk/tools@v0.0.18...v0.0.19

v0.0.18

No release notes provided.

Commits
  • 352a604 fix: findOptionToCountOption
  • dcca911 Merge pull request #3 from luhaoling/main
  • 7ca5b73 Merge branch 'openimsdk:main' into main
  • e58033d fix: fix the StructFieldNotNilReplace function
  • f38d03e feat: mongo util pagination
  • See full diff in compare view

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

Release notes

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

9.3.0

What's new?

JSON support

We are continuing to add support for more Redis data types in Go-Redis. Today, we are happy to announce support for JSON. JSON is a Redis data structure for storing, querying, and manipulating a single JSON document.

With a JSON key in Redis, you can:

  • Use it as a versatile hierarchical data type
  • Opt for it as a sophisticated alternative to the traditional hash data structure
  • Treat it as a singular document in a document-based database

The following example demonstrate how to get started with JSON in Go-Redis:

var ctx = context.Background()
client := redis.NewClient(&redis.Options{
	Addr: "localhost:6379",
})
type Bicycle struct {
Brand       string
Model       string
Price       int
}
bicycle := Bicycle{
Brand: "Velorim",
Model: "Jigger",
Price: 270,
}
_, err := client.JSONSet(ctx, "bicycle:1", "$", bicycle).Result()
if err != nil {
panic(err)
}
res, err := client.JSONGet(ctx, "bicycle:1", ".Model").Result()
if err != nil {
panic(err)
}
fmt.Println("bicycle:1 model is", res)

Learn more about JSON support in Redis

Other notable improvements

  • Allow using pointers of simple data types as command values (#2745) (#2753)
  • Add InfoMap command (#2665)

🐛 Bug Fixes

... (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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/google/uuid](https://github.com/google/uuid) | `1.3.1` | `1.4.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.58.0` | `1.59.0` |
| [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.33` |
| [github.com/OpenIMSDK/tools](https://github.com/OpenIMSDK/tools) | `0.0.17` | `0.0.20` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.1.0` | `9.3.0` |


Updates `github.com/google/uuid` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.3.1...v1.4.0)

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

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.33
- [Release notes](https://github.com/OpenIMSDK/protocol/releases)
- [Commits](openimsdk/protocol@v0.0.21...v0.0.33)

Updates `github.com/OpenIMSDK/tools` from 0.0.17 to 0.0.20
- [Release notes](https://github.com/OpenIMSDK/tools/releases)
- [Commits](openimsdk/tools@v0.0.17...v0.0.20)

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

---
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: 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/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 December 11, 2023 08:38
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2023
@pull-request-size pull-request-size bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Dec 11, 2023
Copy link

sweep-ai bot commented Dec 11, 2023

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.
  • Apply: Add docstrings to all functions and file headers.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 12, 2023

Superseded by #295.

@dependabot dependabot bot closed this Dec 12, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-deps-5c32b6ec8d branch December 12, 2023 08:28
@openimsdk openimsdk locked and limited conversation to collaborators Dec 12, 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