Skip to content

Commit 30bf60b

Browse files
authored
Merge pull request #134 from pipecat-ai/mb/release-0.0.17
Prepare for 0.0.17 release
2 parents 51488ce + ffcb04d commit 30bf60b

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@ All notable changes to **Pipecat Flows** 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.0.17] - 2025-05-16
99

1010
### Added
1111

1212
- Added support for `AWSBedrockLLMService` by adding an `AWSBedrockAdapter`.
1313

1414
### Changed
1515

16-
- Added `respond_immediately` to `NodeConfig`. Setting it to `False` has the effect of making the
17-
bot wait, after the node is activated, for the user to speak before responding.
16+
- Added `respond_immediately` to `NodeConfig`. Setting it to `False` has the
17+
effect of making the bot wait, after the node is activated, for the user to
18+
speak before responding. This can be used for the initial node, if you want
19+
the user to speak first.
1820

1921
- Bumped the minimum required `pipecat-ai` version to 0.0.67 to align with AWS
2022
Bedrock additions in Pipecat. This also adds support for `FunctionCallParams`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pipecat-ai-flows"
7-
version = "0.0.16"
7+
version = "0.0.17"
88
description = "Conversation Flow management for Pipecat AI applications"
99
license = { text = "BSD 2-Clause License" }
1010
readme = "README.md"

0 commit comments

Comments
 (0)