Skip to content

Azure.Messaging.EventGrid_5.0.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 26 Jun 19:58
5caa16f

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 you dotnet clean and dotnet build your project. You should not
    use the Azure.Messaging.EventGrid.SystemEvents package with a version of Azure.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 the EventGridModelFactory methods to create such events, and you encounter ArgumentNullException when
    upgrading, you will need to update your code to provide the required properties.