From 7df33f14a46c46bdc790fd6cbc5ddf2f398107ea Mon Sep 17 00:00:00 2001 From: markbackman <1924426+markbackman@users.noreply.github.com> Date: Sun, 5 Jul 2026 15:27:08 +0000 Subject: [PATCH] Update changelog for version 1.4.0 --- CHANGELOG.md | 19 +++++++++++++++++++ changelog/284.added.md | 1 - changelog/290.deprecated.md | 1 - 3 files changed, 19 insertions(+), 2 deletions(-) delete mode 100644 changelog/284.added.md delete mode 100644 changelog/290.deprecated.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 14594d45..e4491593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [1.4.0] - 2026-07-05 + +### Added + +- Added an audio eval suite (`evals/`) for pre-release end-to-end testing of + core Flows behaviors, built on Pipecat's `pipecat eval` framework. Run it + with `uv run pipecat eval suite evals/manifest.yaml`. The covered examples + now support the eval transport (`-t eval`). + (PR [#284](https://github.com/pipecat-ai/pipecat-flows/pull/284)) + +### Deprecated + +- Pipecat Flows is now part of `pipecat-ai` under the `pipecat.flows` + namespace, and this standalone `pipecat-ai-flows` package is deprecated and + frozen at this final release. Importing `pipecat_flows` now emits a + `DeprecationWarning`; migrate by importing from `pipecat.flows` instead (the + API is unchanged). See the [README](./README.md) for details. + (PR [#290](https://github.com/pipecat-ai/pipecat-flows/pull/290)) + ## [1.3.0] - 2026-06-18 ### Added diff --git a/changelog/284.added.md b/changelog/284.added.md deleted file mode 100644 index 80a738da..00000000 --- a/changelog/284.added.md +++ /dev/null @@ -1 +0,0 @@ -- Added an audio eval suite (`evals/`) for pre-release end-to-end testing of core Flows behaviors, built on Pipecat's `pipecat eval` framework. Run it with `uv run pipecat eval suite evals/manifest.yaml`. The covered examples now support the eval transport (`-t eval`). diff --git a/changelog/290.deprecated.md b/changelog/290.deprecated.md deleted file mode 100644 index 9c14f29a..00000000 --- a/changelog/290.deprecated.md +++ /dev/null @@ -1 +0,0 @@ -- Pipecat Flows is now part of `pipecat-ai` under the `pipecat.flows` namespace, and this standalone `pipecat-ai-flows` package is deprecated and frozen at this final release. Importing `pipecat_flows` now emits a `DeprecationWarning`; migrate by importing from `pipecat.flows` instead (the API is unchanged). See the [README](./README.md) for details.