You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/socketioxide/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
1
# socketioxide 0.18.0
2
+
* feat(**breaking**): remove sync handlers to gain 50% of compilation speed.
3
+
* feat: Socket rooms will be removed only **after** the disconnect handler execution,
4
+
making them available in the disconnect handler (thanks @Mettwasser).
2
5
3
6
# socketioxide 0.17.2
4
7
* fix: issue [#527](https://github.com/Totodore/socketioxide/issues/527). Socketioxide failed to build with the `tracing` flag enable and with `tracing-attributes` set to `v0.1.28`.
0 commit comments