diff --git a/docs/project.json b/docs/project.json index cd787d826..d6be7233e 100644 --- a/docs/project.json +++ b/docs/project.json @@ -1 +1 @@ -{ "name": "nemo-guardrails-toolkit", "version": "0.18.0" } +{ "name": "nemo-guardrails-toolkit", "version": "0.19.0" } diff --git a/docs/release-notes.md b/docs/release-notes.md index 78b7b9243..d9f84eb08 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -14,6 +14,25 @@ For a complete record of changes in a release, refer to the --- +(v0-19-0)= + +## 0.19.0 + +(v0-19-0-features)= + +### Key Features + +- Added support for LangChain 1.x, including the content blocks API for reasoning traces and tool calls. + +(v0-19-0-fixed-issues)= + +### Fixed Issues + +- Fixed TypeError in Colang 2.x chat caused by incorrect type conversion between `State` and `dict`. +- Fixed async streaming support for the ChatNVIDIA provider patch by adding a new `async_stream_decorator`. + +--- + (v0-18-0)= ## 0.18.0 diff --git a/docs/versions1.json b/docs/versions1.json index dcf9d7585..28f6f0dfe 100644 --- a/docs/versions1.json +++ b/docs/versions1.json @@ -1,6 +1,10 @@ [ { "preferred": true, + "version": "0.19.0", + "url": "../0.19.0/" + }, + { "version": "0.18.0", "url": "../0.18.0/" },