Skip to content

Commit 5caa16f

Browse files
Improve release notes (Azure#50910)
* Improve release notes * add doc link * update
1 parent d121f2c commit 5caa16f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

sdk/eventgrid/Azure.Messaging.EventGrid/CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
# Release History
22

3-
## 5.0.0 (2025-06-25)
3+
## 5.0.0 (2025-06-26)
44

55
### Features Added
66

77
- Added a dependency on the `Azure.Messaging.EventGrid.SystemEvents` package.
8-
The system events are now referenced via type-forwarding.
8+
The system events are now referenced via [type forwarding](https://learn.microsoft.com/dotnet/standard/assembly/type-forwarding). If you encounter any exceptions
9+
related to missing types, ensure that you `dotnet clean` and `dotnet build` your project. You should not
10+
use the `Azure.Messaging.EventGrid.SystemEvents` package with a version of `Azure.Messaging.EventGrid` prior to 5.0.0,
11+
as it will result in type conflicts.
912

1013
### Breaking Changes
1114

1215
- Various system events have been updated to reflect the actual service behavior.
1316
There are no binary breaks or compilation breaks, but there are behavior breaking changes. For instance,
14-
some properties that were previously incorrectly marked as optional, have been marked as required.
17+
some properties that were previously incorrectly marked as optional, have been marked as required. If you
18+
are using the `EventGridModelFactory` methods to create such events, and you encounter `ArgumentNullException` when
19+
upgrading, you will need to update your code to provide the required properties.
1520

1621
## 5.0.0-beta.1 (2025-06-04)
1722

0 commit comments

Comments
 (0)