Skip to content

Commit a113030

Browse files
committed
CSDK-2309 prepare daily-python 0.7.4
1 parent eb0b8b1 commit a113030

File tree

3 files changed

+7
-45
lines changed

3 files changed

+7
-45
lines changed

CHANGELOG.md

Lines changed: 3 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -5,59 +5,18 @@ 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]
9-
10-
### Added
11-
12-
<!-- for new functionality -->
13-
14-
- n/a
15-
16-
### Changed
17-
18-
<!-- for changed functionality -->
19-
20-
- n/a
21-
22-
### Deprecated
23-
24-
<!-- for soon-to-be removed functionality -->
25-
26-
- n/a
27-
28-
### Removed
29-
30-
<!-- for removed functionality -->
31-
32-
- n/a
8+
## [0.7.4] - 2024-04-16
339

3410
### Fixed
3511

36-
<!-- for fixed bugs -->
37-
3812
- Fixed a crash caused by the following completion callbacks:
3913
`CallClient.update_inputs()`, `CallClient.update_publishing()`,
4014
`CallClient.update_subscriptions()`,
4115
`CallClient.update_subscription_profiles()`. The signature of the functions
4216
was wrongly documented as only a single `error` argument is passed.
4317

44-
### Performance
45-
46-
<!-- for performance-relevant changes -->
47-
48-
- n/a
49-
50-
### Security
51-
52-
<!-- for security-relevant changes -->
53-
54-
- n/a
55-
56-
### Other
57-
58-
<!-- for everything else -->
59-
60-
- n/a
18+
- Fixed issue when calling `CallClient.update_publishing()` immediately after
19+
`CallClient.update_inputs()`.
6120

6221
## [0.7.3] - 2024-04-09
6322

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.7.3"
3+
version = "0.7.4"
44
edition = "2021"
55
license = "BSD 2-Clause License"
66
resolver = "2"

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![PyPI](https://img.shields.io/pypi/v/daily-python)](https://pypi.org/project/daily-python)
2+
[![Docs](https://img.shields.io/badge/API-docs-00CC00)](https://reference-python.daily.co/)
3+
14
# Daily Client SDK for Python
25

36
The Daily client SDK for Python allows you to build video and audio calling into your native desktop and server applications.

0 commit comments

Comments
 (0)