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

Post release automated changes for communication releases #32870

Open
wants to merge 1 commit into
base: release/communication-chat-1.6.0-beta.4
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 23 additions & 13 deletions sdk/communication/communication-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
# Release History

## 1.6.0-beta.4 (2025-02-04)
## 1.6.0-beta.5 (Unreleased)

### Features Added

- Beta support for StreamingChatMessageStartEvent and StreamingChatMessageChunkReceivedEvent events

## 1.6.0-beta.3 (2024-06-24)
### Breaking Changes

### Bugs Fixed

- Updating with hotfix from version 1.5.1
### Other Changes

## 1.6.0-beta.2 (2024-06-06)
## 1.6.0-beta.4 (2025-02-04)

### Features Added

- New `messagingPolicy` property in `ChatThreadProperties` for `textOnlyChat`.
- New `policyViolation` property in `ChatMessage` for data loss prevention.

### Other Changes

- Updated @azure/communication-signaling to 1.0.0-beta.27
- Updated @azure-tools/test-recorder to 3.5.1
- Beta support for StreamingChatMessageStartEvent and StreamingChatMessageChunkReceivedEvent events

## 1.5.4 (2024-10-24)

Expand All @@ -44,12 +36,30 @@
- Updated to @azure/[email protected] with React Native support.
- Updated @azure/core-client and @azure/core-rest-pipeline version.

## 1.6.0-beta.3 (2024-06-24)

### Bugs Fixed

- Updating with hotfix from version 1.5.1

## 1.5.1 (2024-06-12)

### Bugs Fixed

- Updated @azure/core-client and @azure/core-rest-pipeline version.

## 1.6.0-beta.2 (2024-06-06)

### Features Added

- New `messagingPolicy` property in `ChatThreadProperties` for `textOnlyChat`.
- New `policyViolation` property in `ChatMessage` for data loss prevention.

### Other Changes

- Updated @azure/communication-signaling to 1.0.0-beta.27
- Updated @azure-tools/test-recorder to 3.5.1

## 1.6.0-beta.1 (2024-04-17)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion 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-beta.4",
"version": "1.6.0-beta.5",
"description": "Azure client library for Azure Communication Chat services",
"sdk-type": "client",
"main": "./dist/commonjs/index.js",
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.6.0-beta.4
package-version: 1.6.0-beta.5
use-extension:
"@autorest/typescript": "latest"
tracing-info:
Expand Down