Skip to content

Commit 4a2ccee

Browse files
committed
fixing the pipeline error
1 parent 9a569fb commit 4a2ccee

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

sdk/communication/azure-communication-callautomation/CHANGELOG.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Release History
22

3-
## 1.5.0b1 (Unreleased)
4-
3+
## 1.4.0 (2025-06-02)
4+
55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
7+
- Real-time transcription support
8+
- Audio and DTMF streaming capabilities
9+
- Integration of ConnectAPI for seamless streaming and transcription
10+
- Improved media streaming with bidirectional functionality, allowing audio formats in both directions, currently supporting sample rates of 24kHz and 16kHz
1211

1312
## 1.4.0b1 (2024-11-22)
1413

sdk/communication/azure-communication-callautomation/azure/communication/callautomation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ def __getattr__(name):
153153
from ._shared.models import _MicrosoftBotIdentifier
154154

155155
return _MicrosoftBotIdentifier
156-
raise AttributeError(f"module 'azure.communication.callautomation' has no attribute {name}")
156+
raise AttributeError(f"module 'azure.communication.callautomation' has no attribute {name}")

0 commit comments

Comments
 (0)