Replies: 11 comments 38 replies
-
What is the timeframe of .NET 8 support? Why not add support for .NET 8 in a 4.x minor release? Is it a lot of work to validate compatibility ? |
Beta Was this translation helpful? Give feedback.
-
I would also like to see support for large payloads using ReadOnlySequence buffers. Thanks, Martin |
Beta Was this translation helpful? Give feedback.
-
@rido-min Do you have any updates regarding the signing certificate? |
Beta Was this translation helpful? Give feedback.
-
@rido-min Regarding splitting the code into several libraries I have some ideas I want to share with you. Please let me know what you think or if you have another proposal. Strategy A
Having so many libraries will give us more insights which components are used based on the download statistics from nuget. Strategy B
Keeping the "MQTTnet" library will make sure that most users will simply upgrade to a new version and do not need to change the nuget package ID in all projects. It will also keep the nuget statistics. |
Beta Was this translation helpful? Give feedback.
-
@rido-min I finally have some time to start with the implementation. After the next release of version 4 (next few days) I will start with the new version. Summary:
After this is done, we can test and discuss the next steps. Do you have any information when the signing certificate is finally available? I would like to sign version 4 as well. |
Beta Was this translation helpful? Give feedback.
-
@rido-min the new branch is finally here. It is called "version5"... |
Beta Was this translation helpful? Give feedback.
-
@rido-min Here a quick update:
From my notes the only thing which is missing is the rewrite of the payload type which was already done as a draft by @mregen . |
Beta Was this translation helpful? Give feedback.
-
@chkr1011 Why Net7? It's not LTS and already deprecated as well since 14th of May 2024. |
Beta Was this translation helpful? Give feedback.
-
Hi @chkr1011, sorry I am just back from vacation.
are you planning to implement the payload type or do you need another PR on the v5 branch? |
Beta Was this translation helpful? Give feedback.
-
Hi @chkr1011, the PR #2017 is now ready to gather feedback also with the receive code path. |
Beta Was this translation helpful? Give feedback.
-
I migrated some of my projects to the new version and will let them run a couple of days/weeks. If there are no issues I will release the new version. @SeppPenner I will also start updating the Wiki and delete Version 3 stuff etc. |
Beta Was this translation helpful? Give feedback.
-
As discussed with @chkr1011 offline, we'd like to propose a new major release with the next goals:
There might be additional changes in the API, even breaking changes (per SemVer rules wrt Major Releases):
Thanks,
Rido
Beta Was this translation helpful? Give feedback.
All reactions