@azure/eventgrid
Advanced tools
Comparing version
# Release History | ||
## 4.0.1 (Unreleased) | ||
## 4.1.0 (2021-03-23) | ||
- The system event names `Microsoft.Communication.ChatParticipantAddedToThread` and `Microsoft.Communication.ChatParticipantRemovedFromThread` have been removed, and | ||
`Microsoft.Communication.ChatThreadParticipantAdded` and `Microsoft.Communication.ChatThreadParticipantRemoved` have been added. The old names did not match the | ||
the type names that Azure Communication Services was using for these events. TypeScript users will now see compliation errors if they are calling `isSystemEvent` with | ||
either `Microsoft.Communication.ChatParticipantAddedToThread` or `Microsoft.Communication.ChatParticipantRemovedFromThread` as the event name. To fix these issues, | ||
replace all uses of `Microsoft.Communication.ChatParticipantAddedToThread` with `Microsoft.Communication.ChatThreadParticipantAdded` and | ||
`Microsoft.Communication.ChatParticipantRemovedFromThread` with `Microsoft.Communication.ChatThreadParticipantRemoved`. | ||
- Add `Microsoft.Communications.RecordingFileStatusUpdated` system event. | ||
## 4.0.0 (2021-03-17) | ||
@@ -7,0 +15,0 @@ |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
export const SDK_VERSION = "4.0.1"; | ||
export const SDK_VERSION = "4.1.0"; | ||
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": "4.0.1-alpha.20210322.1", | ||
"version": "4.1.0", | ||
"keywords": [ | ||
@@ -38,4 +38,4 @@ "node", | ||
{ | ||
"path": "src/generated/generatedClientContext.ts", | ||
"prefix": "packageVersion" | ||
"path": "swagger/README.md", | ||
"prefix": "package-version" | ||
}, | ||
@@ -65,3 +65,3 @@ { | ||
"integration-test:browser": "karma start --single-run", | ||
"integration-test:node": "nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js", | ||
"integration-test:node": "nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
@@ -76,3 +76,3 @@ "lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]", | ||
"unit-test:browser": "karma start --single-run", | ||
"unit-test:node": "mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js", | ||
"unit-test:node": "mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"dist-test/index.node.js\"", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser", | ||
@@ -87,3 +87,3 @@ "docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src" | ||
"@azure/core-rest-pipeline": "^1.0.0", | ||
"@azure/core-tracing": "^1.0.0-alpha", | ||
"@azure/core-tracing": "1.0.0-preview.10", | ||
"@azure/logger": "^1.0.0", | ||
@@ -95,6 +95,6 @@ "@opentelemetry/api": "^0.10.2", | ||
"devDependencies": { | ||
"@azure/dev-tool": "^1.0.0-alpha", | ||
"@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha", | ||
"@azure/dev-tool": "^1.0.0", | ||
"@azure/eslint-plugin-azure-sdk": "^3.0.0", | ||
"@azure/service-bus": "^7.0.0", | ||
"@azure/test-utils-recorder": "^1.0.0-alpha", | ||
"@azure/test-utils-recorder": "^1.0.0", | ||
"@microsoft/api-extractor": "7.7.11", | ||
@@ -142,3 +142,3 @@ "@rollup/plugin-commonjs": "11.0.2", | ||
"source-map-support": "^0.5.9", | ||
"ts-node": "^8.3.0", | ||
"ts-node": "^9.0.0", | ||
"typescript": "~4.2.0", | ||
@@ -145,0 +145,0 @@ "typedoc": "0.15.2" |
Sorry, the diff of this file is not supported yet
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
Sorry, the diff of this file is not supported yet
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
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1338268
1.34%16529
1.42%0
-100%+ Added
+ Added