Skip to content

v6.8.0

Compare
Choose a tag to compare
@temeddix temeddix released this 05 May 12:33
· 51 commits to main since this release

What's Changed

  • Update reqwest requirement from 0.11.23 to 0.12.1 by @dependabot in #312
  • Fix messages with empty bytes and seprate binary signals by @temeddix in #315

Full Changelog: v6.7.0...v6.8.0

  • Now sendSignalToRust and send_signal_to_dart methods no longer require null or None, making the API much cleaner. To make them include binary data, write [RINF:DART-SIGNAL-BINARY] or [RINF:RUST-SIGNAL-BINARY] in Protobuf files.
  • The problem of panicking from null pointers that arise from empty signal data has been fixed.