1.2.0 (2022-11-16)
Minimum required Best HTTP/2 version is v2.8.0!
- [Improvement] Use WebSocket’s SendAsBinary introduced in Best HTTP/2 v2.8.0.
- [Bugfix] Disable proxy usage under WebGL
1.1.1 (2022-08-26)
- [Improvement]
ConnectPacketBuilder
: If not already added, set defaultTopicAlias Maximum
toushort.MaxValue
. - [Improvement] Call error and disconnect event handler after
OnServerConnectAckMessage
ifReasonString
contains an error. - [Bugfix] Fixed compile error when BESTHTTP_DISABLE_PROXY is defined.
- [Bugfix] Made
ApplicationMessage
’sTopicAlias
andWithTopicName
internal. - [Bugfix] Made
BulkUnsubscribePacketBuilder
’sUnsubscribePacketBuilder
andBulkUnsubscribePacketBuilder
internal. - [Bugfix]
LastWillBuilder
will not try to set payload format indicator.
1.1.0 (2022-03-30)
- [New Feature] Added MQTT v3.1.1 support. Documentation about how to switch between versions.
1.0.0 (2022-01-04)
Initial Release