There has been quite a lot of changes on this version. There's multiple breaking changes on the logic, calls and etc.
- Now producing dotnet9 and dotnetstandard 2.0 packages. Before there was only dotnetstandard 2.0
- AOT Compilation. Dotnet9 version is AOT compatible
- Switched from newtonsoft json to system.text.json
- Changed the event types for channels that are returning status to make them easier to use
- Removed reflection usage
- Performance improvements and memory usage reduction
- Improved error handling
This might be beta for a while because I haven't had time to test it a lot.
If you find anything that breaks please let me know and also if you are able to use it properly would be great to know that too.
Full Changelog: 1.2.3...2.0.0-beta1