Skip to content

0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 11:07
· 89 commits to master since this release

What's new in Jarust

Thanks to @fcx-mrogez for adding support for streaming plugin to jarust and finding bugs!

0.7.0 - 2024-10-01

πŸš€ Features

  • Add minimal support for streaming plugin
  • Added audio bridge error
  • Added has_keep_alive function

πŸ› Bug Fixes

  • Fixed parsing error response bug

🚜 Refactor

  • Renamed jarust_transport -> jarust_interface
  • Moved all usage to jarust_interface result and error types
  • Remove jarust interface result alias and made error explicit
  • Added support for plugin errors
  • Removed audio bridge response enum approach
  • Streaming plugin supports the new error variant

πŸ“š Documentation

  • Updated lib docs

⚑ Performance

  • Removed unnessassary arcs

βš™οΈ Miscellaneous Tasks

  • Bump and remove unused dependencies