Releases: enbility/ship-go
Releases · enbility/ship-go
Version 0.6.0
What's Changed
- Support implementations that send invalid trailing 0x00 bytes in JSON messages by @Neverminda in #30
- Add support for IPv6 connections by @DerAndereAndi in #31
- Fix a few linter warnings by @DerAndereAndi in #35
- Add support for Avahi reconnects by @DerAndereAndi in #36
- Improve closing of ship connection by @DerAndereAndi in #33
- Change default mDNS to
MdnsProviderSelectionAll
: Try Avahi and use zeroconf if not found - Update minimum Go version to 1.22.0
- Update dependencies
New Contributors
- @Neverminda made their first contribution in #30
Full Changelog: v0.5.3...v0.6.0
Version 0.5.3
What's Changed
- Improve reconnect attempts by @DerAndereAndi in #28
- Only try a reconnect if still visible in mDNS by @DerAndereAndi
- Fix setting trust with active connection by @DerAndereAndi
- Fix handshake waiting for trust check by @DerAndereAndi
- Fix Fix possible data races by @DerAndereAndi
Full Changelog: v0.5.2...v0.5.3
Version 0.5.2
What's Changed
- Fix possible panic by @DerAndereAndi in #26
- Fix certificate SKI calculation to use public instead of private key by @sthelen-enqs in #25
New Contributors
- @sthelen-enqs made their first contribution in #25
Full Changelog: v0.5.1...v0.5.2
Version 0.5.1
What's Changed
- Make sure to always use normalized SKI values
- Make sure registered SKIs are always considered trusted
- Update dependencies
New Contributors
Full Changelog: v0.5.0...v0.5.1
Version 0.5.0
What's Changed
- Release SHIP-GO as its own go package, moved out from https://github.com/enbility/eebus-go/
- Major refactoring and improvements across the board
- Over 90% test coverage
New Contributors
Full Changelog: https://github.com/enbility/ship-go/commits/v0.5.0