Skip to content

Commit 7600cdc

Browse files
committed
CSDK-2201 daily-python: prepare 0.7.0
1 parent 8e503e8 commit 7600cdc

File tree

3 files changed

+4
-40
lines changed

3 files changed

+4
-40
lines changed

CHANGELOG.md

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ All notable changes to the **daily-python** SDK will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.7.0] - 2024-02-29
99

1010
### Added
1111

12-
<!-- for new functionality -->
13-
1412
- Added initial support for low-level Voice Activity Detection (VAD).
1513

1614
```python
@@ -61,8 +59,6 @@ class MyClient(EventHandler):
6159

6260
### Changed
6361

64-
<!-- for changed functionality -->
65-
6662
- ⚠️ Breaking change ⚠️: Completion callbacks now receive only the necessary
6763
arguments. For example, before `CallClient.leave(completion=...)` completion
6864
callback would receive `(None, Error | None)` arguments when it should only
@@ -81,41 +77,9 @@ class MyClient(EventHandler):
8177
If you use any of the completion callbacks from one of the functions listed
8278
above, you simply need to remove the first argument from your callable.
8379

84-
### Deprecated
85-
86-
<!-- for soon-to-be removed functionality -->
87-
88-
- n/a
89-
90-
### Removed
91-
92-
<!-- for removed functionality -->
93-
94-
- n/a
95-
96-
### Fixed
97-
98-
<!-- for fixed bugs -->
99-
100-
- n/a
101-
102-
### Performance
103-
104-
<!-- for performance-relevant changes -->
105-
106-
- n/a
107-
108-
### Security
109-
110-
<!-- for security-relevant changes -->
111-
112-
- n/a
113-
11480
### Other
11581

116-
<!-- for everything else -->
117-
118-
- n/a
82+
- Updated demos to use the new `CallClient.release()` function.
11983

12084
## [0.6.4] - 2024-02-28
12185

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "daily-python"
3-
version = "0.6.4"
3+
version = "0.7.0"
44
edition = "2021"
55
license = "LicenseRef-Daily-co-Proprietary"
66
resolver = "2"

0 commit comments

Comments
 (0)