Skip to content

v7.0.0

Compare
Choose a tag to compare
@temeddix temeddix released this 21 Sep 14:06
· 103 commits to main since this release

What's Changed

New Contributors

Summarization

  • To migrate from Rinf version 6, please refer to this section in the documentation.
  • Rinf no longer relies on tokio. While it is provided by default in the template, you can now choose whichever async runtime you prefer.
  • The CLI output is now more compact and includes animations.
  • The full flutter run command with the necessary arguments can now be obtained by running rinf server.
  • It is now recommended to import compiled message classes and structs from the root messages module.
  • Memory copying for messages sent from Dart to Rust has been reduced. This was achieved using Dart's FFI feature called 'leaf calls.'

Full Changelog: v6.15.0...v7.0.0