Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[@azure/eventgrid] - Azure EventGrid Beta Release V5.1.0-beta.1 #27666

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions sdk/eventgrid/eventgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Release History

## 5.1.0-beta.1 (2023-11-13)

### Features Added

- In the `EventGridClient` class, a new API `renewCloudEventLocks` has been added.
- In the `EventGridClient` class, for the `publishCloudEvent` API, a new option `binaryMode` has been added. This enables the users to send in the binary encoded event.
- For the `ReleaseCloudEventsOptions` interface, a new property `releaseDelayInSeconds` has been added.

### Breaking Changes

- The interfaces `RequestOptions`, `ReleaseOptions`, `RejectOptions`, `ClientOptions`, `AcknowledgeOptions` have been removed.
- In the `FailedLockToken` interface, the properties `errorCode` & `errorDescription` have been removed and replaced with new property `error` of type `ErrorModel`.

Please refer [PR #27666](https://github.com/Azure/azure-sdk-for-js/pull/27666) for further details.

## 4.13.0-beta.2 (2023-06-26)

### Bugs Fixed
Expand Down
4 changes: 3 additions & 1 deletion sdk/eventgrid/eventgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "client",
"author": "Microsoft Corporation",
"description": "An isomorphic client library for the Azure Event Grid service.",
"version": "4.13.0-beta.2",
"version": "5.1.0-beta.1",
"keywords": [
"node",
"azure",
Expand Down Expand Up @@ -97,6 +97,8 @@
"@azure-rest/core-client": "^1.1.3",
"@azure/core-tracing": "^1.0.0",
"@azure/logger": "^1.0.0",
"@azure/core-util": "^1.6.1",
"buffer": "^6.0.0",
"tslib": "^2.2.0",
"uuid": "^8.3.0"
},
Expand Down
Loading