This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
- 🪲 Fix
PrintingSOEHandler
octet string size not printing properly. See 4372862 - 🪲 Fix keep-alive timer not properly calculated. See #407.
- 🪲 Fix
LinkContext
andMContext
possible lifetime issue. See #407. - 🪲 Fix UDP reconnect delay not being honoured. Also, initial UDP read errors (due to ICMP packets) do not close the socket immediately. See #438.
- ⚰️ Deprecate the
LinkConfig
constructor with an unuseduseConfirms
argument. See #439. - 🪲 In Java,
CommandHeader
builder methods now all returnCommandHeaders
. See #440. - 🪲 In Java, fix
LinkStatusListener
not getting called. Also added the missingonUnknownDestinationAddress
andonUnknownSourceAddress
callbacks. All the callbacks now have an empty default implementation. See #441. - 🪲 Added extra log when closing a new connection based on
ServerAcceptMode::CloseNew
. See #442. - 🪲 Fix TLS server not throwing exception when a certificate or key file is not valid. See #443.