Skip to content

Bump github.com/centrifugal/centrifuge from 0.19.0 to 0.27.0#259

Closed
dependabot[bot] wants to merge 1 commit into
v8.5.xfrom
dependabot/go_modules/github.com/centrifugal/centrifuge-0.27.0
Closed

Bump github.com/centrifugal/centrifuge from 0.19.0 to 0.27.0#259
dependabot[bot] wants to merge 1 commit into
v8.5.xfrom
dependabot/go_modules/github.com/centrifugal/centrifuge-0.27.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Nov 14, 2022

Bumps github.com/centrifugal/centrifuge from 0.19.0 to 0.27.0.

Release notes

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

v0.27.0

What's Changed

gorelease -base v0.26.0 -version v0.27.0
# github.com/centrifugal/centrifuge
## compatible changes
(*Node).OnCommandRead: added
CommandReadEvent: added
CommandReadHandler: added
DisconnectInappropriateProtocol: added

summary

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

New Contributors

Full Changelog: centrifugal/centrifuge@v0.26.0...v0.27.0

v0.26.0

In this release we are finishing up a migration to client protocol v2: experimental marks removed, ping/pong configuration standardized. Most probably this is a last minor release that supports Go 1.17.

  • Standardize a way to configure server-to-client ping/pong using PingPongConfig struct - #250
  • Add possibility to set subscription Source, which may be returned later when calling Client.ChannelsWithContext method - #249
  • Refactor Redis Engine to avoid leaking connection in tests (and possibly in production in case of unstable network between application and Redis). See #237
  • Add nodeRegistry.size() to improve nodes registry performance a bit #236
  • Fix some data races in tests #240 and avoid blinking tests #241
  • Add Redis Cluster benchmarks #238
gorelease -base v0.25.0 -version v0.26.0
# github.com/centrifugal/centrifuge
## incompatible changes
HTTPStreamConfig.AppLevelPingInterval: removed
HTTPStreamConfig.AppLevelPongTimeout: removed
SSEConfig.AppLevelPingInterval: removed
SSEConfig.AppLevelPongTimeout: removed
SockjsConfig.AppLevelPingInterval: removed
SockjsConfig.AppLevelPongTimeout: removed
</tr></table> 

... (truncated)

Changelog

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

v0.27.0

  • Disconnect clients in case of inappropriate protocol #256
  • Avoid flushing remaining in some cases #260
  • Command read handler to set callback called upon processing Command received from client connection #259
  • Shutdown nodes in tests #252
  • Better Origin check documentation
gorelease -base v0.26.0 -version v0.27.0
# github.com/centrifugal/centrifuge
## compatible changes
(*Node).OnCommandRead: added
CommandReadEvent: added
CommandReadHandler: added
DisconnectInappropriateProtocol: added

summary

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

v0.26.0

In this release we are finishing up a migration to client protocol v2: experimental marks removed, ping/pong configuration standardized. Most probably this is a last minor release that supports Go 1.17.

  • Standardize a way to configure server-to-client ping/pong using PingPongConfig struct - #250
  • Add possibility to set subscription Source, which may be returned later when calling Client.ChannelsWithContext method - #249
  • Refactor Redis Engine to avoid leaking connection in tests (and possibly in production in case of unstable network between application and Redis). See #237
  • Add nodeRegistry.size() to improve nodes registry performance a bit #236
  • Fix some data races in tests #240 and avoid blinking tests #241
  • Add Redis Cluster benchmarks #238
gorelease -base v0.25.0 -version v0.26.0
# github.com/centrifugal/centrifuge
## incompatible changes
HTTPStreamConfig.AppLevelPingInterval: removed
HTTPStreamConfig.AppLevelPongTimeout: removed
SSEConfig.AppLevelPingInterval: removed
SSEConfig.AppLevelPongTimeout: removed
SockjsConfig.AppLevelPingInterval: removed
SockjsConfig.AppLevelPongTimeout: removed
WebsocketConfig.AppLevelPingInterval: removed
WebsocketConfig.AppLevelPongTimeout: removed
## compatible changes
(*Client).ChannelsWithContext: added
(*RedisBroker).Close: added
(*RedisPresenceManager).Close: added
</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 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.19.0 to 0.27.0.
- [Release notes](https://github.com/centrifugal/centrifuge/releases)
- [Changelog](https://github.com/centrifugal/centrifuge/blob/master/changelog.md)
- [Commits](centrifugal/centrifuge@v0.19.0...v0.27.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 Nov 14, 2022
@jkreileder jkreileder deleted the dependabot/go_modules/github.com/centrifugal/centrifuge-0.27.0 branch November 14, 2022 13:30
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Dec 19, 2022

Superseded by #264.

@dependabot dependabot Bot closed this Dec 19, 2022
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

Development

Successfully merging this pull request may close these issues.

0 participants