Skip to content

Commit b3e79b3

Browse files
committed
add changelog
1 parent c4bd2bd commit b3e79b3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

sdk/eventgrid/azure-eventgrid/CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ This version and all future versions will require Python 3.8+.
2626

2727
### Features Added
2828

29-
- Added new features to the EventGridClient that supports `publish_cloud_events`, `receive_cloud_events`, `acknowledge_cloud_events` , `release_cloud_events`, and `reject_cloud_events` operations. These features include a `renew_cloud_event_locks` operation, as well as a `release_with_delay` parameter on the `release_cloud_events` operation.
30-
- The `lock_tokens` parameter in `reject_cloud_events`, `release_cloud_events`, and `acknowledge_cloud_events` was renamed to `reject_options`, `release_options`, and `acknowledge_options`.
31-
- The `binary_mode` keyword argument on `publish_cloud_events` was added to allow for binary mode support when publishing single Cloud Events.
32-
- Added new models to support these new operations on EventGridClient.
29+
- Beta EventGridClient features were added on top of the last GA version of EventGrid.
30+
- Added new features to the EventGridClient that supports `publish_cloud_events`, `receive_cloud_events`, `acknowledge_cloud_events` , `release_cloud_events`, and `reject_cloud_events` operations. These features include a `renew_cloud_event_locks` operation, as well as a `release_with_delay` parameter on the `release_cloud_events` operation.
31+
- The `lock_tokens` parameter in `reject_cloud_events`, `release_cloud_events`, and `acknowledge_cloud_events` was renamed to `reject_options`, `release_options`, and `acknowledge_options`.
32+
- The `binary_mode` keyword argument on `publish_cloud_events` was added to allow for binary mode support when publishing single Cloud Events.
33+
- Added new models to support these new operations on EventGridClient.
3334

3435
## 4.16.0 (2023-11-08)
3536

@@ -53,6 +54,7 @@ This version and all future versions will require Python 3.8+.
5354

5455
### Features Added
5556

57+
- Beta EventGridClient features were removed for this and future GA versions.
5658
- Added new enum values to `SystemEventNames` related to Azure Container Services.
5759

5860
## 4.12.0b1 (2023-05-22)

0 commit comments

Comments
 (0)