From c4eb05105b89220a644e35dc832d719217e0cb13 Mon Sep 17 00:00:00 2001 From: christian <6939810+chkr1011@users.noreply.github.com> Date: Sat, 24 Aug 2024 12:04:24 +0200 Subject: [PATCH] Update release notes --- .github/workflows/ci.yml | 2 +- Source/ReleaseNotes.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2416e31f6..7bde3e8cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push, pull_request] env: VERSION: "5.0.0.${{github.run_number}}" - PACKAGE_SUFFIX: "-beta" + PACKAGE_SUFFIX: "-RC" jobs: build: diff --git a/Source/ReleaseNotes.md b/Source/ReleaseNotes.md index e69de29bb..b6c01dce2 100644 --- a/Source/ReleaseNotes.md +++ b/Source/ReleaseNotes.md @@ -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)** \ No newline at end of file