Skip to content

Commit ac36c2c

Browse files
mikemckiernantgasser-nv
authored andcommitted
docs: Release notes for v0.17.0 (#1438)
Signed-off-by: Mike McKiernan <[email protected]>
1 parent fbacab6 commit ac36c2c

File tree

3 files changed

+25
-13
lines changed

3 files changed

+25
-13
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.16.0" }
1+
{ "name": "nemo-guardrails-toolkit", "version": "0.17.0" }

docs/release-notes.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,26 @@ The following sections summarize and highlight the changes for each release.
1212
For a complete record of changes in a release, refer to the
1313
[CHANGELOG.md](https://github.com/NVIDIA/NeMo-Guardrails/blob/develop/CHANGELOG.md) in the GitHub repository.
1414

15+
(v0-17-0)=
16+
17+
## 0.17.0
18+
19+
(v0-17-0-features)=
20+
21+
### Key Features
22+
23+
- Added support for [integrating with LangGraph and tool calling](./user-guides/langchain/langgraph-integration.md).
24+
- Enhanced support for [integrating with LangChain `RunnableRails`](./user-guides/langchain/runnable-rails.md).
25+
This release supports synchronous and asynchronous operations, streaming, and batch processing.
26+
27+
(v0-17-0-other-changes)=
28+
29+
### Other Changes
30+
31+
- Improved URL handling for connecting to NemoGuard JailbreakDetect NIM.
32+
Guardrails now tolerates the URL for `rails.config.jailbreak_detection.nim_base_url` ending with or without a trailing slash.
33+
Refer to [](./user-guides/advanced/nemoguard-jailbreakdetect-deployment.md) for information about using the NIM.
34+
1535
(v0-16-0)=
1636

1737
## 0.16.0

docs/versions1.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[
22
{
33
"preferred": true,
4+
"version": "0.17.0",
5+
"url": "../0.17.0/"
6+
},
7+
{
48
"version": "0.16.0",
59
"url": "../0.16.0/"
610
},
@@ -11,17 +15,5 @@
1115
{
1216
"version": "0.14.1",
1317
"url": "../0.14.1/"
14-
},
15-
{
16-
"version": "0.14.0",
17-
"url": "../0.14.0/"
18-
},
19-
{
20-
"version": "0.13.0",
21-
"url": "../0.13.0/"
22-
},
23-
{
24-
"version": "0.12.0",
25-
"url": "../0.12.0/"
2618
}
2719
]

0 commit comments

Comments
 (0)