5.0.0 (2025-06-26)
Features Added
- Added a dependency on the
Azure.Messaging.EventGrid.SystemEvents
package.
The system events are now referenced via type forwarding. If you encounter any exceptions
related to missing types, ensure that youdotnet clean
anddotnet build
your project. You should not
use theAzure.Messaging.EventGrid.SystemEvents
package with a version ofAzure.Messaging.EventGrid
prior to 5.0.0,
as it will result in type conflicts.
Breaking Changes
- Various system events have been updated to reflect the actual service behavior.
There are no binary breaks or compilation breaks, but there are behavior breaking changes. For instance,
some properties that were previously incorrectly marked as optional, have been marked as required. If you
are using theEventGridModelFactory
methods to create such events, and you encounterArgumentNullException
when
upgrading, you will need to update your code to provide the required properties.