@@ -6,27 +6,34 @@ All notable changes to Parlant will be documented here.
6
6
7
7
TBD
8
8
9
- ## [ 3.0.2] - 2025-08-20
9
+ ## [ 3.0.2] - 2025-08-27
10
10
11
11
### Added
12
12
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
13
19
- Added auth permission READ_AGENT_DESCRIPTION
14
- - Add optional AWS_SESSION_TOKEN to BedrockService
20
+ - Added optional AWS_SESSION_TOKEN to BedrockService
15
21
- Support creating status events via the API
16
22
17
23
### Changed
18
24
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
21
28
- Removed ` last_known_event_offset ` from ` LoadedContext.interaction `
22
29
23
30
### Fixed
24
31
25
- - Fix presentation of missing API keys for built-in NLP services
32
+ - Fixed presentation of missing API keys for built-in NLP services
26
33
- 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
30
37
31
38
## [ 3.0.1] - 2025-08-16
32
39
0 commit comments