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/centrifugal/centrifuge from 0.13.0 to 0.30.0 #321

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps github.com/centrifugal/centrifuge from 0.13.0 to 0.30.0.

Release notes

Sourced from github.com/centrifugal/centrifuge's releases.

v0.30.0

What's Changed

Full Changelog: centrifugal/centrifuge@v0.29.4...v0.30.0

v0.29.4

What's Changed

  • Bump google.golang.org/protobuf from 1.30.0 to 1.31.0
  • Bump google.golang.org/grpc from 1.36.0 to 1.53.0
  • Bump github.com/redis/rueidis from v1.0.10-go1.18 to v1.0.14-go1.18
  • Use centrifuge-js v4 in examples

Full Changelog: centrifugal/centrifuge@v0.29.3...v0.29.4

v0.29.3

What's Changed

  • Support cf_ws_frame_ping_pong url param to simplify WebSocket protocol debugging with Postman, wscat, etc. #306

Full Changelog: centrifugal/centrifuge@v0.29.2...v0.29.3

v0.29.2

What's Changed

  • Use http.ResponseController to set write timeout in SSE and HTTP-streaming handlers #292
  • Experimental Client's storage API for keeping user-defined objects during connection lifetime, #296
  • Up Rueidis to v1.0.8 - fixes connect to Redis Sentinel with ipv6 address
gorelease -base v0.29.1 -version v0.29.2
# github.com/centrifugal/centrifuge
## compatible changes
(*Client).AcquireStorage: added
ConnectReply.Storage: added

summary

v0.29.2 is a valid semantic version for this release.

Full Changelog: centrifugal/centrifuge@v0.29.1...v0.29.2

v0.29.1

  • Add ForceRESP2 option for RedisShardConfig. If set to true forces using RESP2 protocol for communicating with Redis. By default, Redis client tries to detect supported Redis protocol automatically trying RESP3 first.
gorelease -base v0.29.0 -version v0.29.1
</tr></table> 

... (truncated)

Changelog

Sourced from github.com/centrifugal/centrifuge's changelog.

v0.29.3

  • Support cf_ws_frame_ping_pong url param to simplify debugging with Postman #306

v0.29.2

  • http.ResponseController to set write timeout in SSE and HTTP-streaming handlers #292
  • Experimental Client's storage API for keeping user-defined objects during connection lifetime, #296
  • Up rueidis to v1.0.8 - fixes connect to Redis Sentinel with ipv6 address
  • Use default mux in examples for pprof to work
gorelease -base v0.29.1 -version v0.29.2
# github.com/centrifugal/centrifuge
## compatible changes
(*Client).AcquireStorage: added
ConnectReply.Storage: added

summary

v0.29.2 is a valid semantic version for this release.

v0.29.1

  • Add ForceRESP2 option for RedisShardConfig. If set to true forces using RESP2 protocol for communicating with Redis. By default, Redis client tries to detect supported Redis protocol automatically trying RESP3 first.
gorelease -base v0.29.0 -version v0.29.1
# github.com/centrifugal/centrifuge
## compatible changes
RedisShardConfig.ForceRESP2: added

summary

v0.29.1 is a valid semantic version for this release.

v0.29.0

This release contains several breaking changes.

  • Removing client protocol v1 and all related parts, see #275 for more details. If you are using the latest SDK versions - this should not affect you.
  • Possibility to configure history meta TTL on a per-channel level, #264. This is optional and global history TTL value may be set over Config.HistoryMetaTTL option. By default, it's 30 days.
  • One shot encode/decode for control proto #263. Note that with this change all nodes in your Centrifuge cluster should be v0.29.0 to work properly. Do not mix nodes based on Centrifuge < v0.29.0 with nodes based on Centrifuge v0.29.0.
  • Add client level ping config, remove AppLevelPing #286 by @​bfwbbrj.
</tr></table> 

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/centrifugal/centrifuge](https://github.com/centrifugal/centrifuge) from 0.13.0 to 0.30.0.
- [Release notes](https://github.com/centrifugal/centrifuge/releases)
- [Changelog](https://github.com/centrifugal/centrifuge/blob/master/changelog.md)
- [Commits](centrifugal/centrifuge@v0.13.0...v0.30.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 14, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 28, 2023

Superseded by #328.

@dependabot dependabot bot closed this Aug 28, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/centrifugal/centrifuge-0.30.0 branch August 28, 2023 08:11
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 go Pull requests that update Go code
Projects
None yet
0 participants