Skip to content

Commit 4e36c68

Browse files
Pouyanpimiyoungc
andauthored
docs: add release notes for v0.19.0 (#1525)
* docs: add release notes for v0.19.0 * edit release notes & prep (#1527) --------- Co-authored-by: Miyoung Choi <miyoungc@nvidia.com>
1 parent dfe9688 commit 4e36c68

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

docs/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "name": "nemo-guardrails-toolkit", "version": "0.18.0" }
1+
{ "name": "nemo-guardrails-toolkit", "version": "0.19.0" }

docs/release-notes.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,25 @@ For a complete record of changes in a release, refer to the
1414

1515
---
1616

17+
(v0-19-0)=
18+
19+
## 0.19.0
20+
21+
(v0-19-0-features)=
22+
23+
### Key Features
24+
25+
- Added support for LangChain 1.x, including the content blocks API for reasoning traces and tool calls.
26+
27+
(v0-19-0-fixed-issues)=
28+
29+
### Fixed Issues
30+
31+
- Fixed TypeError in Colang 2.x chat caused by incorrect type conversion between `State` and `dict`.
32+
- Fixed async streaming support for the ChatNVIDIA provider patch by adding a new `async_stream_decorator`.
33+
34+
---
35+
1736
(v0-18-0)=
1837

1938
## 0.18.0

docs/versions1.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[
22
{
33
"preferred": true,
4+
"version": "0.19.0",
5+
"url": "../0.19.0/"
6+
},
7+
{
48
"version": "0.18.0",
59
"url": "../0.18.0/"
610
},

0 commit comments

Comments
 (0)