Skip to content

Commit 77f171a

Browse files
committed
Update changelog
Signed-off-by: Yam Marcovitz <[email protected]>
1 parent 925ab5b commit 77f171a

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,34 @@ All notable changes to Parlant will be documented here.
66

77
TBD
88

9-
## [3.0.2] - 2025-08-20
9+
## [3.0.2] - 2025-08-27
1010

1111
### Added
1212

13+
- Added docs/\* and llms.txt
14+
- Added Vertex NLP service
15+
- Added Ollama NLP service
16+
- Added LiteLLM support to the SDK
17+
- Added Gemini support to the SDK
18+
- Added Journey.create_observation() helper
1319
- Added auth permission READ_AGENT_DESCRIPTION
14-
- Add optional AWS_SESSION_TOKEN to BedrockService
20+
- Added optional AWS_SESSION_TOKEN to BedrockService
1521
- Support creating status events via the API
1622

1723
### Changed
1824

19-
- Move tool call success log to DEBUG level
20-
- Remove `acknowledged_event_offset` from status events
25+
- Moved tool call success log to DEBUG level
26+
- Optimized canrep to not generate a draft in strict mode if no canrep candidates found
27+
- Removed `acknowledged_event_offset` from status events
2128
- Removed `last_known_event_offset` from `LoadedContext.interaction`
2229

2330
### Fixed
2431

25-
- Fix presentation of missing API keys for built-in NLP services
32+
- Fixed presentation of missing API keys for built-in NLP services
2633
- Improvements to canned response generation
27-
- Fix bug with null journey paths in some cases
28-
- Fix tiny bug with terminal nodes in journey node selection
29-
- Fix evaluations not showing properly after version upgrade
34+
- Fixed bug with null journey paths in some cases
35+
- Fixed tiny bug with terminal nodes in journey node selection
36+
- Fixed evaluations not showing properly after version upgrade
3037

3138
## [3.0.1] - 2025-08-16
3239

0 commit comments

Comments
 (0)