-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41dafc1
commit 01cbfc4
Showing
2 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
#### 0.1.0-beta3 April 26th 2024 #### | ||
#### 0.1.0 May 1st 2024 #### | ||
|
||
First release; fully-functioning MQTT 3.1.1 client over TCP, but we're missing TLS support still. | ||
Fully functioning MQTT 3.1.1 support without TLS. Hitting 160k msg/s in our benchmarks on QoS=0 - see [TurboMqtt Performance](https://github.com/petabridge/TurboMqtt/blob/dev/docs/Performance.md) for details. | ||
|
||
Fixed some client resiliency problems, protecting against broker disconnect and failure scenarios with clean automatic restarts. | ||
|
||
Upgraded to [Akka.NET 1.5.20](https://github.com/akkadotnet/akka.net/releases/tag/1.5.20). |