Skip to content

v0.10.1

Compare
Choose a tag to compare
@Totodore Totodore released this 19 Jan 12:01
· 84 commits to main since this release
92f675f

Socketioxide

  • New as_str fn for Sid.
  • Http request is now cloned for the websocket transport (it was not possible before http v1). Therefore it is possible to get headers/extensions of the initial request.

What's Changed

  • fix(clippy): errors by @Totodore in #223
  • feat(engineio/sid): add as_str fn for Sid by @Totodore in #224
  • feat(engineio/ws): Clone http request for ws transport by @Totodore in #227
  • chore(deps): update salvo requirement from 0.63.0 to 0.64.0 by @dependabot in #228
  • chore(deps): viz 0.8.0 by @fundon in #230
  • chore(deps): update salvo requirement from 0.64.0 to 0.65.0 by @dependabot in #235
  • docs(socketio): correct links in the socket.io doc homepage by @zaregata in #238
  • chore(ci): add release pipeline by @Totodore in #239
  • docs(socketio): Document emit variable arguments fn by @Totodore in #240

Full Changelog: v0.10.0...v0.10.1