Skip to content

Commit 271e468

Browse files
author
sap-ai-sdk
committed
v1.12.0
1 parent e7d3eb2 commit 271e468

File tree

30 files changed

+113
-24
lines changed

30 files changed

+113
-24
lines changed

.changeset/short-cloths-stare.md

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

.changeset/wide-otters-itch.md

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

CHANGELOG.md

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

2929
-
3030

31+
# 1.12.0
32+
## Compatibility Notes
33+
34+
- [langchain] Use `LangchainOrchestrationModuleConfig` to type the configuration object passed to the LangChain orchestration client. (5360c8c)
35+
36+
## New Features
37+
38+
- [orchestration] Add support for passing a YAML specification as a string to the `templating` property in `OrchestrationModuleConfig`. (5360c8c)
39+
3140
# 1.11.0
3241
## Compatibility Notes
3342

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": "1.11.0",
3+
"version": "1.12.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+
## 1.12.0
4+
5+
### Patch Changes
6+
7+
- @sap-ai-sdk/core@1.12.0
8+
39
## 1.11.0
410

511
### Patch 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": "1.11.0",
3+
"version": "1.12.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+
## 1.12.0
4+
35
## 1.11.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": "1.11.0",
3+
"version": "1.12.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+
## 1.12.0
4+
5+
### Patch Changes
6+
7+
- @sap-ai-sdk/core@1.12.0
8+
39
## 1.11.0
410

511
### Patch Changes

packages/document-grounding/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/document-grounding",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "",
55
"license": "Apache-2.0",
66
"keywords": [

0 commit comments

Comments
 (0)