Releases: mavlink/mavlink2rest
Releases · mavlink/mavlink2rest
t0.11.13
- Update watcher to show latest received message while waits for new messages to show
Full Changelog: patrickelectric/mavlink2rest@mavftp...t0.11.13
master: README: Move from continuous to latest build
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
t0.11.12
What's Changed
- Fix watcher URL address function
Full Changelog: patrickelectric/mavlink2rest@t0.11.11...t0.11.12
t0.11.11
What's Changed
- Re-add the cors lines for actix https://github.com/patrickelectric/mavlink2rest/pull/62
- Add watcher web page
- Add more links for vehicle and components
New Contributors
- @noahbliss made their first contribution in https://github.com/patrickelectric/mavlink2rest/pull/62
Full Changelog: patrickelectric/mavlink2rest@t0.11.10...t0.11.11
t0.11.10
What's Changed
- Register received messages from web https://github.com/patrickelectric/mavlink2rest/pull/60
- Add mac M1 binaries
Full Changelog: patrickelectric/mavlink2rest@register_received_messages_from_web...t0.11.10
t0.11.9
- Improve python websocket example 7dc4ef3
- Fail if software version is not available f7662b9
- Add support of POST data with NaN, +/- Infinity b80e14a...43215ea
Full Changelog: patrickelectric/mavlink2rest@t0.11.8...t0.11.9
t0.11.8
What's Changed
- README: update to reflect new helper API https://github.com/patrickelectric/mavlink2rest/pull/45
- Fix message when wrong MAVLink message is not corrected constructed on post
- Add debug message when receiving posts via mavlink endpoint
Full Changelog: patrickelectric/mavlink2rest@t0.11.7...t0.11.8
t0.11.7
What's Changed
- Add header on mavlink websocket endpoint
Full Changelog: patrickelectric/mavlink2rest@0.11.6...t0.11.7
t0.11.6: src: server: Add swagger ui
- Add Swagger API documentation under
/docs
t0.11.5: tests: Update sha test
- Add REST API documentation in /docs
- Use new vergen generator