@azure/web-pubsub 1.1.0-alpha.20220516.2 → 1.1.0-alpha.20220517.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/CHANGELOG.md +0 -51
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/web-pubsub",
3
- "version": "1.1.0-alpha.20220516.2",
3
+ "version": "1.1.0-alpha.20220517.1",
4
4
  "description": "Azure client library for Azure Web PubSub",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
package/CHANGELOG.md DELETED
@@ -1,51 +0,0 @@
1
- # Release History
2
-
3
- ## 1.1.0 (Unreleased)
4
-
5
- ### Features Added
6
-
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
10
-
11
- ### Other Changes
12
-
13
- - Updated our `@azure/core-tracing` dependency to the latest version (1.0.0).
14
- - Notable changes include Removal of `@opentelemetry/api` as a transitive dependency and ensuring that the active context is properly propagated.
15
- - Customers who would like to continue using OpenTelemetry driven tracing should visit our [OpenTelemetry Instrumentation](https://www.npmjs.com/package/@azure/opentelemetry-instrumentation-azure-sdk) package for instructions.
16
-
17
- ## 1.0.0 (2021-11-11)
18
-
19
- No changes.
20
-
21
- ## 1.0.0-beta.4 (2021-11-09)
22
-
23
- ### Features Added
24
-
25
- - Support for DefaultAzureCredential
26
- - Added support for reverse proxies, enabling usage of Web Pubsub with Azure API Management.
27
- - Added method to close all connections in a hub `serviceClient.closeAllConnections`,
28
- - Added method to close all connections in a group `groupClient.closeAllConnections`
29
- - Added method to close all connections for a user `serviceClient.closeUserConnections`.
30
-
31
- ### Breaking Changes
32
-
33
- - Renamed method `getAuthenticationToken` to `getClientAccessToken`
34
- - Renamed method `hasUser` to `userExists`
35
- - Renamed method `hasGroup` to `groupExists`
36
- - Renamed method `hasConnection` to `connnectionExists`
37
-
38
- ## 1.0.0-beta.3 (2021-07-07)
39
-
40
- ### Breaking Changes
41
-
42
- - `hasUser` has been removed from `GroupClient` as that operation is no longer supported by the service.
43
- - Updated to have void returns for most operations. If you were previously using `RestResponse`, you can instead use the `onResponse` callback in the operation options. See README for an example.
44
-
45
- ## 1.0.0-beta.2 (2021-05-19)
46
-
47
- Remove "url" dependency
48
-
49
- ## 1.0.0-beta.1 (2021-04-23)
50
-
51
- This is the first release of the @azure/web-pubsub package.