Merge pull request #2389 from pipecat-ai/aleix/pipecat-0.0.78
update CHANGELOG for 0.0.78
This commit is contained in:
20
CHANGELOG.md
20
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to **Pipecat** will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.0.78] - 2025-08-07
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@@ -86,6 +86,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- The development runner now strips any provided protocol (e.g. https://) from
|
- The development runner now strips any provided protocol (e.g. https://) from
|
||||||
the proxy address and issues a warning. It also strips trailing `/`.
|
the proxy address and issues a warning. It also strips trailing `/`.
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
- In the `pipecat.runner.daily`, the `configure_with_args()` function is
|
||||||
|
deprecated. Use the `configure()` function instead.
|
||||||
|
|
||||||
|
- The development runner's `/connect` endpoint is deprecated and will be
|
||||||
|
removed in a future version. Use the `/start` endpoint in its place. In the
|
||||||
|
meantime, both endpoints work and deliver equivalent functionality.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed a `DailyTransport` issue that would result in an unhandled
|
- Fixed a `DailyTransport` issue that would result in an unhandled
|
||||||
@@ -120,15 +129,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Fixed an issue in `TaskObserver` (a proxy to all observers) that was degrading
|
- Fixed an issue in `TaskObserver` (a proxy to all observers) that was degrading
|
||||||
global performance.
|
global performance.
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
|
|
||||||
- In the `pipecat.runner.daily`, the `configure_with_args()` function is
|
|
||||||
deprecated. Use the `configure()` function instead.
|
|
||||||
|
|
||||||
- The development runner's `/connect` endpoint is deprecated and will be
|
|
||||||
removed in a future version. Use the `/start` endpoint in its place. In the
|
|
||||||
meantime, both endpoints work and deliver equivalent functionality.
|
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
- Added `07aa-interruptible-soniox.py`, `07ab-interruptible-inworld-http.py`,
|
- Added `07aa-interruptible-soniox.py`, `07ab-interruptible-inworld-http.py`,
|
||||||
|
|||||||
Reference in New Issue
Block a user