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

v0.12.0 #290

Merged
merged 4 commits into from
Mar 20, 2024
Merged

v0.12.0 #290

merged 4 commits into from
Mar 20, 2024

Conversation

Totodore
Copy link
Owner

MSRV: Minimum supported Rust version is now 1.75.

socketioxide

  • (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.

@Totodore Totodore changed the title Release/v0.12.0 v0.12.0 Mar 20, 2024
@Totodore Totodore enabled auto-merge (squash) March 20, 2024 22:06
@Totodore Totodore merged commit 5f0f5af into main Mar 20, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant