Skip to content

Commit

Permalink
Update signaling version and Changelog (#30617)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR
@Azure/communication-chat 

### Describe the problem that is addressed by this PR

- Update the dependency @azure/communication-signaling package version
to fix the regressions in real time notification support in React
Native.
- 
- Update the dependency @azure/core-rest-pipeline package version to fix
the regressions in client response support in React Native.


### Checklists
- [x] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [x] Added a changelog (if necessary)
  • Loading branch information
LuChen-Microsoft committed Aug 2, 2024
1 parent 461450f commit b0d1f9b
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 100 deletions.
114 changes: 24 additions & 90 deletions common/config/rush/pnpm-lock.yaml

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

6 changes: 4 additions & 2 deletions sdk/communication/communication-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Release History

## 1.6.0 (upcoming)
## 1.5.2 (2024-08-06)

### Features Added
### Other Changes

- Updated to @azure/communication-signaling@1.0.0-beta.28 with React Native support.
- Updated @azure/core-client and @azure/core-rest-pipeline version.

## 1.5.1 (2024-06-12)

Expand Down
10 changes: 5 additions & 5 deletions sdk/communication/communication-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/communication-chat",
"version": "1.6.0",
"version": "1.5.2",
"description": "Azure client library for Azure Communication Chat services",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down Expand Up @@ -64,11 +64,11 @@
"dependencies": {
"@azure/abort-controller": "^2.0.0",
"@azure/communication-common": "^2.3.1",
"@azure/communication-signaling": "1.0.0-beta.26",
"@azure/communication-signaling": "1.0.0-beta.28",
"@azure/core-auth": "^1.3.0",
"@azure/core-client": "^1.6.0",
"@azure/core-client": "^1.9.2",
"@azure/core-paging": "^1.1.1",
"@azure/core-rest-pipeline": "^1.9.0",
"@azure/core-rest-pipeline": "^1.16.3",
"@azure/core-tracing": "^1.0.0",
"@azure/logger": "^1.0.0",
"events": "^3.0.0",
Expand All @@ -78,7 +78,7 @@
"devDependencies": {
"@azure-tools/test-credential": "^1.0.0",
"@azure-tools/test-recorder": "^3.5.1",
"@azure/communication-identity": "^1.1.0-beta.2",
"@azure/communication-identity": "^1.3.1",
"@azure/core-util": "^1.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
Expand Down

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

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

2 changes: 1 addition & 1 deletion sdk/communication/communication-chat/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ model-date-time-as-string: false
optional-response-headers: true
add-credentials: false
disable-async-iterators: true
package-version: 1.5.0
package-version: 1.5.2
use-extension:
"@autorest/typescript": "latest"
tracing-info:
Expand Down

0 comments on commit b0d1f9b

Please sign in to comment.