Skip to content

v0.17.0

Latest
Compare
Choose a tag to compare
@Totodore Totodore released this 04 May 19:21
· 28 commits to main since this release

This new release introduce the socketioxide-mongodb adapter crate. This adapter enables horizontal scaling of your Socketioxide servers across distributed deployments by leveraging MongoDB as a message bus.

The Socket::on_fallback method will allow you to set a fallback event handler if you want to handle incoming event dynamically. Extract the associated dynamic event with the Event extractor.

Changelog

socketioxide 0.17.0

  • deps: bump socketioxide-core to 0.17
  • feat: add SocketIo::on_fallback
    and Event extractor to add a fallback event handler and
    dynamically extract the incoming event.
  • MSRV: rust-version is now 1.86 with edition 2024

socketioxide-core 0.17.0

  • feat(breaking): remote-adapter packets are now refactored in the core crate. Any adapter implementation can use
    it through the remote-adapter flag.
  • MSRV: rust-version is now 1.86 with edition 2024

socketioxide-mongodb 0.1.0

  • Initial release!

What's Changed

Full Changelog: v0.15.0...socketioxide-v0.17.0