Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
chkr1011 committed Aug 24, 2024
1 parent bda21f0 commit c4eb051
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
VERSION: "5.0.0.${{github.run_number}}"
PACKAGE_SUFFIX: "-beta"
PACKAGE_SUFFIX: "-RC"

jobs:
build:
Expand Down
10 changes: 10 additions & 0 deletions Source/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
**! Read the migration guide (https://github.com/dotnet/MQTTnet/wiki/Upgrading-guide) before migrating to version 5!**

## Changes
* Memory usage optimizations (thanks to @mregen)
* Performance optimizations (thanks to @mregen)
* Removal of no longer supported .NET Frameworks **(BREAKING CHANGE)**
* Changed code signing and nuget certificate
* Namespace changes **(BREAKING CHANGE)**
* Removal of Managed Client **(BREAKING CHANGE)**
* Client: MQTT 5.0.0 is now the default version when connecting with a server **(BREAKING CHANGE)**

0 comments on commit c4eb051

Please sign in to comment.