Skip to content

v0.16.0

Latest
Compare
Choose a tag to compare
@Totodore Totodore released this 17 Jan 16:45
· 4 commits to main since this release
ff872c3

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

  • 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

What's Changed

Full Changelog: v0.15.1...v0.16.0