Skip to content

socketioxide-v0.18.3

Latest

Choose a tag to compare

@Totodore Totodore released this 12 Apr 12:17
· 7 commits to main since this release
e250da1

Changelog

  • fix: race condition when emitting with acknowledgement.
  • feat: expose global configured ack timeout to adapter implementations

What's Changed

  • chore(deps): bump futures-core from 0.3.31 to 0.3.32 by @dependabot[bot] in #672
  • chore(deps): bump futures-util from 0.3.31 to 0.3.32 by @dependabot[bot] in #673
  • chore(deps): bump redis from 1.0.3 to 1.0.4 by @dependabot[bot] in #674
  • chore(deps): bump tokio from 1.49.0 to 1.50.0 by @dependabot[bot] in #676
  • chore(deps): bump redis from 1.0.4 to 1.0.5 by @dependabot[bot] in #677
  • chore(deps): bump quinn-proto from 0.11.13 to 0.11.14 in /examples by @dependabot[bot] in #678
  • chore(deps): bump salvo from 0.88.1 to 0.89.3 in /examples by @dependabot[bot] in #682
  • chore(deps): bump tokio-tungstenite from 0.28.0 to 0.29.0 by @dependabot[bot] in #680
  • chore(deps): bump rustls-webpki from 0.103.4 to 0.103.10 by @dependabot[bot] in #684
  • chore(deps): bump rustls-webpki from 0.103.8 to 0.103.10 in /examples by @dependabot[bot] in #685
  • chore(deps): bump redis from 1.0.5 to 1.1.0 by @dependabot[bot] in #686
  • chore(deps): bump unicode-segmentation from 1.12.0 to 1.13.2 by @dependabot[bot] in #688
  • chore(deps): bump hyper from 1.8.1 to 1.9.0 by @dependabot[bot] in #691
  • chore(clippy): improve clippy lints by @Totodore in #690
  • chore(deps): bump example deps by @Totodore in #692
  • fix(ci): add socketioxide-mongodb to feature flag tests by @Totodore in #693
  • feat(ci): dependabot for gh actions by @Totodore in #694
  • chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #695
  • chore(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #699
  • chore(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #698
  • chore(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #697
  • chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #696
  • chore(deps): bump hoverkraft-tech/compose-action from 2.0.2 to 2.5.0 by @dependabot[bot] in #705
  • chore(deps): bump tokio from 1.50.0 to 1.51.1 by @dependabot[bot] in #704
  • chore(deps): bump matchit from 0.9.1 to 0.9.2 by @dependabot[bot] in #703
  • chore(deps): bump redis from 1.1.0 to 1.2.0 by @dependabot[bot] in #702
  • fix(socketio): emit with ack race cond by @Totodore in #708
  • fix(clippy): remove global missing docs lint by @Totodore in #707
  • fix(ci): breaking change on mode parameter for the codspeed action by @Totodore in #706
  • fix(socketio): concurrent acknowledgement timeouts by @Totodore in #709

Full Changelog: socketioxide-v0.18.2...socketioxide-v0.18.3