Skip to content

Releases: mavlink/MAVSDK

v2.5.1

22 Mar 08:54
06a13b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

19 Mar 22:40
10876a8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.5.0

v2.4.1

07 Mar 03:51
fad115c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.1

v2.4.0

06 Mar 00:25
52fc1c4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

20 Feb 00:34
f5e6945
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

13 Feb 20:40
65a8530
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

27 Jan 21:43
3131cc9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

29 Dec 04:05
25f8dbc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

27 Dec 04:11
75943e6
Compare
Choose a tag to compare

🎉 Version 2 of MAVSDK is finally out!

📓 Note that v2 means that the API (and ABI) has changed, for details see: https://mavsdk.mavlink.io/v2.0/en/cpp/api_changes.html#v2

High level changelog

  • API changes (upgrade guide)
    • Multiple callback subscriptions
    • Required configuration of Mavsdk instances, consolidated component types
    • Easier autopilot discovery
  • Better support for server components (camera, companion/onboard computer side)
  • New functionality
  • New plugins
  • Tons of refactoring and bugfixes
  • Updated dependencies

All pull requests

Read more

v1.4.18

18 Dec 19:23
b87a21d
Compare
Choose a tag to compare

Bugfixes

  • fix storage type translation #2150
  • gimbal device test fixes #2158
  • mavsdk_server: fix dl-lib linking #2180
  • Backport disable -ffast-math for iOS #2177
  • core: fix component ID check #2194

Enhancements

  • mavsdk_server: default to the first autopilot #2159
  • update ci actions #2166
  • Downgrade Python to 3.11 for macOS CI builds #2182

Contributors:

@JonasVautherin, @julianoes, @ThomasDebrunner

Full Changelog: v1.4.17...v1.4.18