File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,16 +5,18 @@ All notable changes to **Pipecat Flows** will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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 `
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pipecat-ai-flows"
7- version = " 0.0.16 "
7+ version = " 0.0.17 "
88description = " Conversation Flow management for Pipecat AI applications"
99license = { text = " BSD 2-Clause License" }
1010readme = " README.md"
You can’t perform that action at this time.
0 commit comments