v0.9.1
Changelog
- Add
SocketIo::get_socket
andOperators::get_socket
methods to get a socket ref from its id. - Switch to
pin-project-lite
instead ofpin-project
.
What's Changed
- doc(socketio/extract): add missing extractors to the list by @Totodore in #199
- chore(deps): switch to
pin-project-lite
for Pin Projection by @Totodore in #200 - doc: Fix version compatibility (Axum - Hyper - Socketioxide) by @tausifcreates in #202
- fix(git): Cargo.lock should be ignored by @fundon in #204
- doc: add a PR template and update contrib doc by @Totodore in #208
- refactor: service implementation by @fundon in #205
- doc: Fix wrong links to axum in README.md by @AkiraMiyakoda in #209
- examples: add viz-echo example by @fundon in #203
- doc: add tokio discordl ink by @Totodore in #210
- examples: Add Room based chat example, built with React and Socketioxide. by @tausifcreates in #211
- feat: get a socket by the specified sid by @fundon in #216
New Contributors
- @fundon made their first contribution in #204
- @AkiraMiyakoda made their first contribution in #209
Full Changelog: v0.9.0...v0.9.1