Skip to content

Commit 7c8ce19

Browse files
committed
add changelog
1 parent e14dc05 commit 7c8ce19

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
@@ -36,10 +36,11 @@ This version and all future versions will require Python 3.8+.
3636

3737
### Features Added
3838

39-
- 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.
40-
- 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`.
41-
- The `binary_mode` keyword argument on `publish_cloud_events` was added to allow for binary mode support when publishing single Cloud Events.
42-
- Added new models to support these new operations on EventGridClient.
39+
- Beta EventGridClient features were added on top of the last GA version of EventGrid.
40+
- 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.
41+
- 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`.
42+
- The `binary_mode` keyword argument on `publish_cloud_events` was added to allow for binary mode support when publishing single Cloud Events.
43+
- Added new models to support these new operations on EventGridClient.
4344

4445
## 4.16.0 (2023-11-08)
4546

@@ -63,6 +64,7 @@ This version and all future versions will require Python 3.8+.
6364

6465
### Features Added
6566

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

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

0 commit comments

Comments
 (0)