Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Comparing Beta4 and Main #29468

Closed
wants to merge 11 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions common/config/rush/pnpm-lock.yaml

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

17 changes: 8 additions & 9 deletions sdk/communication/communication-call-automation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 1.2.0 (2024-04-15)

### Features Added
- EventProcessor is a new way to easily handle mid-connection events. Take a look at readme file for usage.
- StartRecording now accepts PauseOnStart.
- Introduced `TeamsComplianceRecordingStateChanged` and `TeamsRecordingStateChanged` events.

### Breaking Changes

### Bugs Fixed


- Support for Bring Your Own Storage recording option
- Support for PauseOnStart Recording Option
- Support for Recording state change with Recording Kind

### Other Changes

- Support for MicrosoftTeamsAppIdentifier CommunicationIdentifier

## 1.1.0 (2023-11-23)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "js",
"TagPrefix": "js/communication/communication-call-automation",
"Tag": "js/communication/communication-call-automation_22a209c61b"
"Tag": "js/communication/communication-call-automation_7325141b7f"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/communication-call-automation",
"version": "1.2.0-beta.1",
"version": "1.2.0",
"description": "Azure client library for Azure Communication Call Automation services",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down Expand Up @@ -84,7 +84,8 @@
"@azure/core-util": "^1.6.1",
"@azure/logger": "^1.0.0",
"events": "^3.0.0",
"tslib": "^2.2.0"
"tslib": "^2.2.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@azure-tools/test-credential": "^1.0.1",
Expand All @@ -99,6 +100,7 @@
"@types/mocha": "^10.0.0",
"@types/node": "^18.0.0",
"@types/sinon": "^17.0.0",
"@types/uuid": "^8.3.2",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"dotenv": "^16.0.0",
Expand Down