Skip to content

Commit

Permalink
Initial Code Changes for EG 4.13.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sarangan12 committed Nov 7, 2023
1 parent 8f78790 commit 49f12c8
Show file tree
Hide file tree
Showing 66 changed files with 4,780 additions and 1,963 deletions.
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

## 4.13.0-beta.3 (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": "4.13.0-beta.3",
"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

0 comments on commit 49f12c8

Please sign in to comment.