Skip to content

Commit

Permalink
Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpark-msft committed Oct 14, 2024
1 parent 437a935 commit 473720c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sdk/messaging/eventgrid/azsystemevents/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Features Added

- New field has been added to ACSIncomingCallEventData: OnBehalfOfCallee.

### Breaking Changes

### Bugs Fixed
Expand All @@ -27,14 +29,14 @@

### Breaking Changes

- Models that were not system events (ex: ACSChatMessageEventInThreadBaseProperties), or referenced by system events, have been removed.
- Models that were not system events (ex: ACSChatMessageEventInThreadBaseProperties), or referenced by system events, have been removed.

## 0.4.0 (2024-06-11)

### Breaking Changes

- `Type` has been removed, making it simpler to compare the EventGridEvent.Type and CloudEvent.Type values against
our provided constants.
our provided constants.

- The following models have had 'Advanced' removed from their name:
- ACSMessageButtonContent
Expand All @@ -56,6 +58,7 @@ our provided constants.
### Breaking Changes

Field and type renames:

- Globally, types and fields named ChannelType has been renamed to ChannelKind
- ACS events and constants have been changed to use an all-caps name (ex: AcsEmailDeliveryReportStatusDetails -> ACSEmailDeliveryReportStatusDetails).
- ACSAdvancedMessageContext.ID -> MessageID
Expand Down

0 comments on commit 473720c

Please sign in to comment.