2.0.0
What's Changed
There has been quite a lot of changes on this version. There's multiple breaking changes on the logic, calls and etc.
- Now producing .NET 9 and dotnetstandard 2.0 packages. Before there was only dotnetstandard 2.0
- AOT Compilation. .NET 9 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
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.4...2.0.0