News
- Socketioxide has a new logo!
- Remote adapters are finally here! You can use them to scale your socket.io application easily.
See this article for more info. - Thanks to @dollannn and @BrianWiz for their sponsoring!
Changelog
From now all crate versions are disjoined.
socketioxide 0.16.0
- feat(breaking): remote adapters, see this article for more details.
- deps: bump
thiserror
to 2.0 - deps: bump
axum
to 0.8 - deps: bump
engineioxide
to 0.16.0 - docs: fix grammar/typos
socketioxide-parser-msgpack 0.16.0
- feat(breaking): remote adapters
socketioxide-parser-common 0.16.0
- feat(breaking): remote adapters
socketioxide-core 0.16.0
- feat(breaking): remote adapters
socketioxide-redis 0.1.0
- Initial release!
engineioxide 0.16.0
- deps: bump
thiserror
to 2.0 - deps: bump
tokio-tungstenite
to 0.26 - docs: fix grammar/typos
- fix(engineio): heartbeat start delay
What's Changed
- doc: factor-out repetitive documentation by @Totodore in #394
- feat(socketio): add broadcast operator on
io
struct by @Totodore in #401 - chore(deps): bump thiserror to 2.0 by @Totodore in #406
- doc: fix grammar and typos by @Totodore in #407
- feat(core): async adapter by @Totodore in #419
- chore(deps): bump axum to 0.8 by @Totodore in #426
- chore(deps): bump tokio tungstenite to 0.26 by @Totodore in #428
- doc(redis): add doc and examples by @Totodore in #430
- chore(redis): set readme path on cargo.toml by @Totodore in #431
- chore(clippy): apply clipy lints by @Totodore in #432
- test: move e2e test suites to this repo by @Totodore in #433
- docs: add icon by @Totodore in #434
- chore(ci/e2e): fix polling ping timeout test by @Totodore in #436
- fix(engineio): heartbeat delay by @Totodore in #437
- doc(examples): replace nested_service by fallback_service by @Totodore in #438
- test: test redis adapter by @Totodore in #439
- chore(deps): prepare v0.16 by @Totodore in #441
Full Changelog: v0.15.1...v0.16.0