Skip to content

0.20.0

Compare
Choose a tag to compare
@mburumaxwell mburumaxwell released this 23 Nov 05:31
· 137 commits to main since this release

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 of services.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 replaces IEventConfigurator 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