Skip to content

Bump github.com/centrifugal/centrifuge from 0.19.0 to 0.27.2#264

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

Bump github.com/centrifugal/centrifuge from 0.19.0 to 0.27.2#264
dependabot[bot] wants to merge 1 commit intov8.5.xfrom
dependabot/go_modules/github.com/centrifugal/centrifuge-0.27.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Dec 19, 2022

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

Release notes

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

v0.27.2

  • Fix emulation layer in multi-node scenario #269

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

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
</tr></table> 

... (truncated)

Changelog

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

v0.27.2

  • Fix emulation layer in multi-node scenario #269

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
</tr></table> 

... (truncated)

Commits
  • e7b556d rm backported test
  • d5e7b13 fix emulation layer in multinode scenario (#269)
  • 39f2d41 prepare v0.27.0 changelog
  • 82107b3 fix: close queue when flushRemaining is false
  • a4426ea mention cors setup
  • bfa1c85 fix code formatting in readme
  • 7fe01c7 update allowed origin description
  • 5492e21 Adding a tip on connecting from localhost (#265)
  • eaff506 Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#267)
  • 85b2fa3 Update README.md
  • Additional commits viewable in compare view

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.2.
- [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.2)

---
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 Dec 19, 2022
@jkreileder jkreileder deleted the dependabot/go_modules/github.com/centrifugal/centrifuge-0.27.2 branch December 19, 2022 13:30
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jan 23, 2023

Superseded by #267.

@dependabot dependabot Bot closed this Jan 23, 2023
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