Skip to content

v6.10.0

Compare
Choose a tag to compare
@temeddix temeddix released this 22 May 15:52
· 506 commits to main since this release

What's Changed

  • Enable early Dart signals by @temeddix in #329
  • Improve performance and stability of Dart signals by @temeddix in #331
  • Provide better template with tokio and fewer samples by @temeddix in #330
  • feat(message): enable usage of the protoc-gen-prost-serde plugin by @NeoVance in #332

New Contributors

Full Changelog: v6.9.2...v6.10.0

  • Early Dart signals are now stored in the tokio channel instead of being ignored. Their performance is also slightly better.
  • Excessive sample code is not included in the template from the rinf template command anymore.
  • Now tokio is enabled by default in the template, not tokio_with_wasm.
  • A configuration option, rinf.message.rust_serde, was added to make generated Rust message files compatible with serde. Thanks @NeoVance!