Skip to content

Releases: mavlink/rust-mavlink

0.17.1

01 Feb 18:56

Choose a tag to compare

What's Changed

  • refactor: remove i24 reading/writing by @danieleades in #451
  • chore(deps): update quick-xml requirement from 0.38 to 0.39 by @dependabot[bot] in #452
  • Documentation for MAV_CMD variants by @pv42 in #437
  • use Option for MavDeprecation.replaced_by in parser by @onur-ozkan in #456
  • refactor: split async serial port into separate r/w mutexes by @onur-ozkan in #457

Full Changelog: 0.17.0...0.17.1

0.17.0

02 Jan 15:28

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.16.2...0.17.0

0.16.2

16 Nov 13:56

Choose a tag to compare

What's Changed

Full Changelog: 0.16.1...0.16.2

0.16.1

14 Oct 18:57

Choose a tag to compare

What's Changed

Full Changelog: 0.16.0...0.16.1

0.16.0

14 Oct 13:33
b33ce10

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.15.0...0.16.0

0.15.0

20 Jun 17:48
276d6d3

Choose a tag to compare

What's Changed

  • Remove dialect feature depencies by @pv42 in #312
  • fix: remove outdated slugs dialect by @pv42 in #314
  • Documentation improvements by @pv42 in #315
  • lock-free {SerialConnection, AsyncSerialConnection} sequence by @onur-ozkan in #318
  • avoid unnecessary buffer allocation in PeekReader by @onur-ozkan in #322
  • use single atomic operation for both write and read by @onur-ozkan in #323
  • chore(deps): update quick-xml requirement from 0.36 to 0.37 by @dependabot in #289
  • remove outdated serial and migrate to serialport by @onur-ozkan in #325
  • implement try_recv to MavConnection by @onur-ozkan in #320
  • refactor: split serial port into separate r/w mutexes by @onur-ozkan in #329
  • Revert "refactor: split serial port into separate r/w mutexes" by @onur-ozkan in #331
  • refactor: split serial port into separate r/w mutexes by @onur-ozkan in #332

New Contributors

Full Changelog: 0.14.1...0.15.0

0.14.1

26 May 16:12

Choose a tag to compare

Full Changelog: 0.14.0...0.14.1

0.14.0

22 May 12:25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.13.2...0.14.0

0.13.2

10 Aug 21:11

Choose a tag to compare

What's Changed

  • Improve final binary size by @G1gg1L3s in #244
  • Fix enum entry value generation when no implicit value is set by @pv42 in #247
  • mavlink-codegen documentaion by @pv42 in #249
  • Incompatibility Flags check by @pv42 in #252

New Contributors

Full Changelog: 0.13.1...0.13.2

0.13.1

18 Jul 19:05

Choose a tag to compare

Fix and add missing links to README

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>