0.20.0
What's Changed
- #558: Fix for CVE-2023-36414 in samples.
- #563: Support for .NET 8
- #564: Support for trimming which is necessary for AOT'd and trimmable apps. In this cases, use
service.AddSlimEventBus(...)
instead ofservices.AddEventBus(...)
and do not rely on binding values from configuration (support will come in a future release). - #565: Simplify models for IoTHub support hence support trimming.
- Standard configuration via
IEventBusConfigurator
which replacesIEventConfigurator
and non-IConfiguration
logic supported in non-trim scenarios. #566, #569. - #568: List of configurators is applied in reverse.
Full Changelog: 0.19.2...0.20.0