Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps github.com/centrifugal/centrifuge from 0.30.2 to 0.36.0.

Release notes

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

v0.36.0

What's Changed

❯ gorelease -base v0.35.0 -version v0.36.0
# github.com/centrifugal/centrifuge
## incompatible changes
(*MemoryBroker).PublishControl: removed
(*MemoryBroker).Run: removed
(*RedisBroker).Run: removed
Broker.PublishControl: removed
Broker.RegisterBrokerEventHandler: added
Broker.Run: removed
BrokerEventHandler.HandleControl: removed
## compatible changes
(*MemoryBroker).RegisterBrokerEventHandler: added
(*Node).SetController: added
(*RedisBroker).RegisterBrokerEventHandler: added
(*RedisBroker).RegisterControlEventHandler: added
ChannelBatchConfig.FlushLatestPublication: added
Config.ClientTimerScheduler: added
ControlEventHandler: added
Controller: added
PublishOptions.Version: added
PublishOptions.VersionEpoch: added
TimerCanceler: added
TimerScheduler: added
WithVersion: added

summary

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

Full Changelog: centrifugal/centrifuge@v0.35.0...v0.36.0

v0.35.0

What's Changed

  • Support rediss:// scheme in Redis address and autodetect Redis Cluster by @​FZambia in centrifugal/centrifuge#463. Modern cloud providers usually provide redis://host:port or rediss://host:port URLs to users, which may correspond to either standalone Redis or Redis Cluster under the hood. Things should now work out of the box for Centrifuge users when using this string as the Redis address, making Centrifuge Redis Broker more cloud-friendly.
  • Per channel writer for per channel batching by @​FZambia in centrifugal/centrifuge#466 - experimental API for joining messages on channel level. Enabling batching on channel level adds overhead since messages go through additional buffers for every connection. But at the same time in channels with many messages per second it can actually result into drastically reduced CPU usage since less syscalls are being made.
  • Up rueidis to v1.0.56, min Go version 1.23 by @​FZambia in centrifugal/centrifuge#468

... (truncated)

Commits
  • e582c1f use base64.StdEncoding.AppendEncode in encodeAcceptKey (#481)
  • 3757487 Channel batching: improve flush latest publication behaviour (#479)
  • 45b492d Update README.md
  • 7077a01 Up dependencies (#478)
  • 16d4dcb remove one alloc on subprotocol selection (#476)
  • be9c49f up dependencies (#475)
  • 235c9be experimantal api to register custom client timer scheduler (#474)
  • 155d675 Possibility to provide version and version epoch fields for publication (#472)
  • 9be0c1a FlushLatest option for ChannelBatchConfig (#471)
  • 8ac36f7 fix concurrent map iteration and write (#473)
  • 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 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.30.2 to 0.36.0.
- [Release notes](https://github.com/centrifugal/centrifuge/releases)
- [Changelog](https://github.com/centrifugal/centrifuge/blob/master/changelog.md)
- [Commits](centrifugal/centrifuge@v0.30.2...v0.36.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 19, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 9, 2025

Superseded by #162.

@dependabot dependabot bot closed this Jun 9, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/centrifugal/centrifuge-0.36.0 branch June 9, 2025 06:39
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