v0.16.2
Changelog
engineioxide-core 0.1.0
- New crate to share engineioxide core types.
engineioxide 0.16.2
- fix: pause heartbeat when the socket is being upgraded to avoid the client
from resending polling requests to respond to ping packets. - deps: use engineioxide-core 0.1 as a dependency
socketioxide-redis 0.2.1
- doc: add an incompatibility warning with the
@socket.io/redis-adapter
package.
socketioxide-core 0.16.1
- deps: use engineioxide-core 0.1 rather than engineioxide
socketioxide 0.16.2
- deps: bump engineioxide to 0.16.2
What's Changed
- chore(ci): fix release ci by @Totodore in #454
- Prepare release v0.16.1 by @Totodore in #453
- test(socketio): mock http/ws connections by @Totodore in #455
- docs: remove instability warning by @Totodore in #456
- test(socketio): fix service doctest by @Totodore in #457
- doc(redis): add incompat section by @Totodore in #461
- chore(deps): exclude fuzzing targets from workspace by @Totodore in #462
- chore(deps): bump tokio-tungstenite from 0.26.1 to 0.26.2 by @dependabot in #467
- chore(deps): bump rand from 0.8.5 to 0.9.0 by @dependabot in #464
- chore(deps): bump redis from 0.28.2 to 0.29.0 by @dependabot in #465
- chore(deps): bump serde_json from 1.0.135 to 1.0.139 by @dependabot in #463
- feat(engineio-core): create engineioxide-core for common types by @Totodore in #468
- chore(deps): bump hyper from 1.5.2 to 1.6.0 by @dependabot in #471
- chore(deps): bump bytes from 1.9.0 to 1.10.0 by @dependabot in #472
- chore(deps): bump bytes from 1.10.0 to 1.10.1 by @dependabot in #476
- chore(deps): bump redis from 0.29.0 to 0.29.1 by @dependabot in #477
- chore(deps): bump http from 1.2.0 to 1.3.1 by @dependabot in #483
- fix(engineio/bench): fix breaking change from #468 by @Totodore in #486
- fix(eio/upgrade): 25s upgrade latency due to multiple polling req while upgrading by @Totodore in #487
Full Changelog: v0.16.1...v0.16.2