@azure/eventgrid
Advanced tools
Comparing version 3.0.0-alpha.20210209.1 to 3.0.0-alpha.20210210.1
@@ -5,9 +5,3 @@ # Release History | ||
### Breaking Changes | ||
- `EventGridSharedAccessCredential` has been removed, in favor of `AzureSASCredential`. Code which is using `EventGridSharedAccessCredential` should | ||
now use `AzureSASCredential` instead. | ||
- When constructing the client, you must now include the schema type your topic is configured to expect (one of "EventGrid", "CloudEvent" or "Custom"). | ||
- The `sendEvents` methods have been collapsed into a single method on the client called `send` which uses the input schema that was configured on the client. | ||
## 3.0.0-beta.3 (2020-10-06) | ||
@@ -22,2 +16,6 @@ | ||
using TypeScript and explicitly referencing these interfaces, you will need to update your code to use the new names. The payload of the events is unchanged. | ||
- `EventGridSharedAccessCredential` has been removed, in favor of `AzureSASCredential`. Code which is using `EventGridSharedAccessCredential` should | ||
now use `AzureSASCredential` instead. | ||
- When constructing the client, you must now include the schema type your topic is configured to expect (one of "EventGrid", "CloudEvent" or "Custom"). | ||
- The `sendEvents` methods have been collapsed into a single method on the client called `send` which uses the input schema that was configured on the client. | ||
@@ -24,0 +22,0 @@ ## 3.0.0-beta.2 (2020-09-24) |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
export const SDK_VERSION = "3.0.0-beta.3"; | ||
export const SDK_VERSION = "3.0.0-beta.4"; | ||
export const DEFAULT_API_VERSION = "2018-01-01"; | ||
//# sourceMappingURL=constants.js.map |
@@ -6,3 +6,3 @@ { | ||
"description": "An isomorphic client library for the Azure Event Grid service.", | ||
"version": "3.0.0-alpha.20210209.1", | ||
"version": "3.0.0-alpha.20210210.1", | ||
"keywords": [ | ||
@@ -83,3 +83,3 @@ "node", | ||
"dependencies": { | ||
"@azure/core-auth": "^1.1.3", | ||
"@azure/core-auth": "^1.2.0", | ||
"@azure/core-client": "^1.0.0-alpha", | ||
@@ -86,0 +86,0 @@ "@azure/core-https": "^1.0.0-alpha", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1303061
Updated@azure/core-auth@^1.2.0