Skip to content

v0.12.0

Compare
Choose a tag to compare
@Totodore Totodore released this 20 Mar 22:20
· 60 commits to main since this release
3ecc207

MSRV: Minimum supported Rust version is now 1.75.

Changelog

  • (Breaking): Introduction of connect middlewares. It allows to execute code before the connection to the namespace is established. It is useful to check the request, to authenticate the user, to log the connection etc. It is possible to add multiple middlewares and to chain them.
  • The SocketRef extractor is now Clone. Be careful to drop clones when the socket is disconnected to avoid any memory leak.

What's Changed

Full Changelog: v0.11.1...v0.12.0