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 socketioxide from 0.15.1 to 0.16.1 #158

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps socketioxide from 0.15.1 to 0.16.1.

Release notes

Sourced from socketioxide's releases.

v0.16.1

Changelog

engineioxide 0.16.1

  • feat: add Config::ws_read_buffer_size to set the read buffer size for each websocket. It will default to 4KiB (previously 128KiB). You can increase it if you have high message throughput and less sockets.

socketioxide 0.16.1

  • feat: add Config::ws_read_buffer_size to set the read buffer size for each websocket.
  • deps: bump engineioxide to 0.16.1.

socketioxide-parser-common 0.16.1

  • fix: clone partial packets when keeping them to avoid holding a reference to the ws read buffer for too long. Otherwise it cause the ws read buffer to grows indefinitely in a many binary packets scenario.

socketioxide-redis 0.2

  • deps: bump redis to 0.28.2
  • feat(breaking): the redis cluster adapter constructor now takes a &redis::cluster::ClusterClient to match all other adapter constructors.

What's Changed

Full Changelog: Totodore/socketioxide@v0.16.0...v0.16.1

v0.16.0

News

  • Socketioxide has a new logo!
  • Remote adapters are finally here! You can use them to scale your socket.io application easily. See this article for more info.
  • Thanks to @​dollannn and @​BrianWiz for their sponsoring!

Changelog

From now all crate versions are disjoined.

socketioxide 0.16.0

  • feat(breaking): remote adapters, see this article for more details.
  • deps: bump thiserror to 2.0
  • deps: bump axum to 0.8
  • deps: bump engineioxide to 0.16.0
  • docs: fix grammar/typos

socketioxide-parser-msgpack 0.16.0

... (truncated)

Changelog

Sourced from socketioxide's changelog.

engineioxide 0.16.1

  • feat: add Config::ws_read_buffer_size to set the read buffer size for each websocket. It will default to 4KiB (previously 128KiB). You can increase it if you have high message throughput and less sockets.

socketioxide 0.16.1

  • feat: add Config::ws_read_buffer_size to set the read buffer size for each websocket.
  • deps: bump engineioxide to 0.16.1.

socketioxide-parser-common 0.16.1

  • fix: clone partial packets when keeping them to avoid holding a reference to the ws read buffer for too long. Otherwise it cause the ws read buffer to grows indefinitely in a many binary packets scenario.

socketioxide-redis 0.2

  • deps: bump redis to 0.28.2
  • feat(breaking): the redis cluster adapter constructor now takes a &redis::cluster::ClusterClient to match all other adapter constructors.

From now all crate versions are disjoined.

socketioxide 0.16.0

  • feat(breaking): remote adapters, see this article for more details.
  • deps: bump thiserror to 2.0
  • deps: bump axum to 0.8
  • deps: bump engineioxide to 0.16.0
  • docs: fix grammar/typos

socketioxide-parser-msgpack 0.16.0

  • feat(breaking): remote adapters

socketioxide-parser-common 0.16.0

  • feat(breaking): remote adapters

socketioxide-core 0.16.0

  • feat(breaking): remote adapters

socketioxide-redis 0.1.0

  • Initial release!

engineioxide 0.16.0

  • deps: bump thiserror to 2.0
  • deps: bump tokio-tungstenite to 0.26
  • docs: fix grammar/typos
  • fix(engineio): heartbeat start delay
Commits
  • 105a2cc Merge branch 'main' into release/v0.16.1
  • 58c6da6 Prepare release v0.16.1
  • 241e89b feat(redis): use ClusterClient for redis cluster adapter creation (#452)
  • 353bb80 feat(engineio/socket): set PacketBuf size to 2 to reduce mem usage
  • fe40809 fix(engineio/ws): add read_buffer_size option and set default to 4KiB (#450)
  • 1dc49e5 test(engineio): mock http/ws connections and improve integration tests (#447)
  • f486c7a Revert "test(engineio): mock http/ws connections (#444)" (#445)
  • 88dc4df test(engineio): mock http/ws connections (#444)
  • 1a8d896 chore(ci): remove tagging from release ci (#443)
  • ff872c3 chore(deps): v0.16 (#441)
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2025
Bumps [socketioxide](https://github.com/totodore/socketioxide) from 0.15.1 to 0.16.1.
- [Release notes](https://github.com/totodore/socketioxide/releases)
- [Changelog](https://github.com/Totodore/socketioxide/blob/main/CHANGELOG.md)
- [Commits](Totodore/socketioxide@v0.15.1...v0.16.1)

---
updated-dependencies:
- dependency-name: socketioxide
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/socketioxide-0.16.1 branch from d7e46d2 to 831b664 Compare February 1, 2025 19:24
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants