Skip to content

Commit

Permalink
added v0.1.0 release notes (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored May 1, 2024
1 parent 41dafc1 commit 01cbfc4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
<Copyright>Copyright © 2024 Petabridge, LLC</Copyright>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<VersionPrefix>0.1.0-beta2</VersionPrefix>
<VersionPrefix>0.1.0</VersionPrefix>
<Authors>Petabridge</Authors>
<PackageReleaseNotes>First release; fully-functioning MQTT 3.1.1 client over TCP, but we're missing TLS support still.</PackageReleaseNotes>
<PackageReleaseNotes>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).</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Label="Build">
<LangVersion>latest</LangVersion>
Expand Down
8 changes: 6 additions & 2 deletions RELEASE_NOTES.md
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).

0 comments on commit 01cbfc4

Please sign in to comment.