Skip to content

Releases: bluenviron/mavp2p

v1.3.1

14 Mar 21:30
ca2b9e3
Compare
Choose a tag to compare

Fixes and improvements

  • print close errors in #112
  • bump Go to 1.23 in #114
  • Bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot in #111
  • Bump github.com/bluenviron/gomavlib/v3 from 3.2.1-0.20250314162600-2f374d98ed11 to 3.2.1 by @dependabot in #116

v1.3.0

12 Mar 23:36
14156d7
Compare
Choose a tag to compare

Fixes and improvements

  • support dumping telemetry to disk (#8) (#24) (#84) (#106)
  • fix routing packets with missing empty byte truncation (#59)
  • Bump github.com/bluenviron/gomavlib to 3.2.0

v1.2.1

26 Apr 11:56
9996dca
Compare
Choose a tag to compare

Fixes and improvements

  • print warning when receiving messages addressed to unexistent nodes (#68)
  • update dependencies

v1.2.0

05 Oct 09:17
d681a17
Compare
Choose a tag to compare

Fixes and improvements

  • change default component ID to 191; add --hb-componentid (#46) (#47)

v1.1.2

23 Sep 09:45
e8983d2
Compare
Choose a tag to compare

Fixes and improvements

  • update gomavlib (#45)

v1.1.1

18 Aug 15:53
204a63a
Compare
Choose a tag to compare

Fixes and improvements

v1.1.0

07 Aug 17:36
660a6b3
Compare
Choose a tag to compare

New features

  • add --read-timeout, --write-timeout, --idle-timeout (#36)
  • close idle connections after a timeout (#33)
  • move docker image to bluenviron/mavp2p

v1.0.0

19 Jun 12:18
eb8b364
Compare
Choose a tag to compare

New features

  • route messages by target system ID and component ID (#19)

Fixes and improvements

  • add date when printing frames (#27)

v0.7.1

03 Jun 15:59
Compare
Choose a tag to compare

Fixes and improvements

  • Support OpenWRT

v0.7.0

17 Sep 17:59
Compare
Choose a tag to compare

New major features

  • Reconnect to serial devices in case of errors or disconnections (#5)
  • Add Docker Images (#6)

Fixes and improvements