File tree Expand file tree Collapse file tree 3 files changed +4
-40
lines changed Expand file tree Collapse file tree 3 files changed +4
-40
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,10 @@ All notable changes to the **daily-python** SDK will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.7.0 ] - 2024-02-29
9
9
10
10
### Added
11
11
12
- <!-- for new functionality -->
13
-
14
12
- Added initial support for low-level Voice Activity Detection (VAD).
15
13
16
14
``` python
@@ -61,8 +59,6 @@ class MyClient(EventHandler):
61
59
62
60
### Changed
63
61
64
- <!-- for changed functionality -->
65
-
66
62
- ⚠️ Breaking change ⚠️: Completion callbacks now receive only the necessary
67
63
arguments. For example, before ` CallClient.leave(completion=...) ` completion
68
64
callback would receive ` (None, Error | None) ` arguments when it should only
@@ -81,41 +77,9 @@ class MyClient(EventHandler):
81
77
If you use any of the completion callbacks from one of the functions listed
82
78
above, you simply need to remove the first argument from your callable.
83
79
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
-
114
80
### Other
115
81
116
- <!-- for everything else -->
117
-
118
- - n/a
82
+ - Updated demos to use the new ` CallClient.release() ` function.
119
83
120
84
## [ 0.6.4] - 2024-02-28
121
85
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " daily-python"
3
- version = " 0.6.4 "
3
+ version = " 0.7.0 "
4
4
edition = " 2021"
5
5
license = " LicenseRef-Daily-co-Proprietary"
6
6
resolver = " 2"
You can’t perform that action at this time.
0 commit comments