We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0757cda commit f05cb2cCopy full SHA for f05cb2c
crates/engineioxide/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# engineioxide 0.17.1
2
+* fix: upgrade process was timing out when the client made accidentally more
3
+than one polling requests while upgrading (#497).
4
+
5
# engineioxide 0.17
6
* MSRV: rust-version is now 1.86 with edition 2024
7
crates/engineioxide/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "engineioxide"
description = "Engine IO server implementation in rust as a Tower Service."
-version = "0.17.0"
+version = "0.17.1"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
0 commit comments