Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions crates/socketioxide/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# socketioxide 0.18.1
* fix: issue [#627](https://github.com/Totodore/socketioxide/issues/627). In case of namespace connect failure,
the socket was not properly removed from the adapter and the namespace.

# socketioxide 0.18.0
* feat(**breaking**): remove sync handlers to gain 50% of compilation speed.
* feat: Socket rooms will be removed only **after** the disconnect handler execution,
Expand Down
2 changes: 1 addition & 1 deletion crates/socketioxide/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "socketioxide"
description = "Socket IO server implementation in rust as a Tower Service."
version = "0.18.0"
version = "0.18.1"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
Expand Down
Loading