Skip to content

0.2.9

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 08:12
· 33 commits to master since this release

What's new in Jarust

0.2.9 - 2024-05-11

πŸš€ Features

  • (audio-bridge) Added establishment protocol to join room event
  • (audio-bridge) Added room joined
  • (examples) Added better tracing subscriber

πŸ› Bug Fixes

  • (audio-bridge) Typo in destroy

🚜 Refactor

  • (core) Create jarust_transport & jarust_rt
  • (core) Depend on jarust_transport and remove transport module
  • (core) Removed jatask mod and use jarust_rt
  • Use single cancellation instead of vec
  • (rt) Rename abort_handle and cancellation to task

βš™οΈ Miscellaneous Tasks

  • Updated release on ci