Skip to content

Commit 5f4be99

Browse files
author
sap-ai-sdk
committed
v2.3.0
1 parent 485e21b commit 5f4be99

File tree

29 files changed

+123
-30
lines changed

29 files changed

+123
-30
lines changed

.changeset/clean-dolls-tap.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/crisp-animals-move.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smooth-showers-throw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@
2828

2929
-
3030

31+
# 2.3.0
32+
## Compatibility Notes
33+
34+
- [langchain, orchestration, prompt-registry] `zod` was upgraded to v4 (7c9605d)
35+
36+
## New Features
37+
38+
- [langchain] Bump langchain to v1 (7c9605d)
39+
- [orchestration] Added support for `protected_material_code` property to `buildAzureContentSafetyFilter()` function for output filter configuration to allow detecting protected code content from known github repositories. (485e21b)
40+
3141
# 2.2.0
3242
## Compatibility Notes
3343

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sap-ai-sdk",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "",
55
"keywords": [],
66
"license": "Apache-2.0",

packages/ai-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sap-ai-sdk/ai-api
22

3+
## 2.3.0
4+
5+
### Patch Changes
6+
7+
- @sap-ai-sdk/core@2.3.0
8+
39
## 2.2.0
410

511
### Minor Changes

packages/ai-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sap-ai-sdk/ai-api",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "",
55
"license": "Apache-2.0",
66
"keywords": [

packages/core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @sap-ai-sdk/core
22

3+
## 2.3.0
4+
35
## 2.2.0
46

57
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sap-ai-sdk/core",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "",
55
"license": "Apache-2.0",
66
"keywords": [

packages/document-grounding/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sap-ai-sdk/document-grounding
22

3+
## 2.3.0
4+
5+
### Patch Changes
6+
7+
- @sap-ai-sdk/core@2.3.0
8+
39
## 2.2.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)