Releases: bluenviron/mavp2p
Releases · bluenviron/mavp2p
v1.2.1
v1.2.0
v1.1.2
v1.1.1
Fixes and improvements
- prevent a channel from blocking all others by using a ring buffer (bluenviron/gomavlib#68)
- discard outgoing messages when an endpoint is reconnecting (bluenviron/gomavlib#70)
- emit ChannelClose and ChannelOpen when a client connects and disconnects (bluenviron/gomavlib#71)
v1.1.0
v1.0.0
v0.7.1
Fixes and improvements
- Support OpenWRT
v0.7.0
New major features
Fixes and improvements
- fix race condition with TCP/UDP client endpoints or serial endpoints (bluenviron/gomavlib@9a49375)
- avoid memory leak when reconnecting to a server (bluenviron/gomavlib@b7cbaec)
- fix constant overflow in 32bit architectures (bluenviron/gomavlib#19)
- fix crash that happens with a UDP server endpoint and packets with a size greater > 512 (bluenviron/gomavlib#16)
- Switch to Go 1.18