Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve performance and drop support for old frameworks #2068

Merged
merged 51 commits into from
Aug 24, 2024
Merged

Conversation

chkr1011
Copy link
Collaborator

This PR removes the support for already unsupported frameworks and starts with .NET 8.0.
This also opens the door for multiple performance and memory consumption improvements.

chkr1011 and others added 21 commits May 17, 2024 17:00
# Conflicts:
#	.github/workflows/ReleaseNotes.md
#	.github/workflows/ci.yml
#	Source/MQTTnet.Tests/Internal/CrossPlatformSocket_Tests.cs
#	Source/MQTTnet/Client/Options/MqttClientOptionsBuilder.cs
#	Source/MQTTnet/Client/Options/MqttClientTcpOptions.cs
#	Source/MQTTnet/Implementations/CrossPlatformSocket.cs
# Conflicts:
#	.github/workflows/ReleaseNotes.md
#	.github/workflows/ci.yml
#	Source/MQTTnet/Client/Options/MqttClientTcpOptions.cs
Added NuGet audit mode and some other settings to get informed about security issues.
# Conflicts:
#	Source/MQTTnet.Extensions.ManagedClient/MQTTnet.Extensions.ManagedClient.csproj
* use ReadOnlySequence as payload

* fix build

* fix build

* skip sign in forks

* remove unnecessary owner

* tests and extensions

* remove test

* simplify WritePacketBuffer, remove unused helper
# Conflicts:
#	Source/MQTTnet.Benchmarks/SerializerBenchmark.cs
# Conflicts:
#	Samples/MQTTnet.Samples.csproj
#	Samples/ManagedClient/Managed_Client_Subscribe_Samples.cs
#	Source/MQTTnet.AspnetCore/MqttHostedServer.cs
#	Source/MQTTnet.Extensions.ManagedClient/IManagedMqttClient.cs
#	Source/MQTTnet.Extensions.ManagedClient/ManagedMqttClient.cs
#	Source/MQTTnet.Extensions.TopicTemplate/MQTTnet.Extensions.TopicTemplate.csproj
#	Source/MQTTnet.Extensions.TopicTemplate/MqttTopicTemplate.cs
#	Source/MQTTnet.TestApp/MQTTnet.TestApp.csproj
@chkr1011 chkr1011 changed the title Improve performance and reduce framework support Improve performance and drop support for old frameworks Aug 24, 2024
@chkr1011 chkr1011 merged commit 980a5d0 into master Aug 24, 2024
11 checks passed
@chkr1011 chkr1011 deleted the version5 branch August 24, 2024 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants