Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sap-ai-sdk committed Oct 4, 2024
1 parent 7fd3766 commit c1ba147
Show file tree
Hide file tree
Showing 30 changed files with 138 additions and 67 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-jokes-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-trees-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-needles-act.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/kind-boxes-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-chefs-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-pears-walk.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/two-bottles-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-rivers-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-mails-exist.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sap-ai-sdk",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"keywords": [],
"license": "Apache-2.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/ai-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @sap-ai-sdk/ai-api

## 1.1.0

### Minor Changes

- 5bd2e4d: [Compatibility Note] Move `modelsGet()` from `ModelApi` to `ScenarioApi`, and remove `ModelAPI`.
- 5bd2e4d: [Fixed Issue] Fix `AiExecutionModificationResponseList` type to correctly represent an array of responses or errors.
- 771f986: [Fixed Issue] Fix sending the correct resource group headers when custom resource group is set.
- 5bd2e4d: [Improvement] Add `kubesubmitV4ResourceQuotaGetDeploymentQuota()` function in `DeploymentApi` to get details about quota and usage for deployments. Additionally introduce two new types `BckndDeploymentQuotaItem` and `BckndDeploymentResourceQuotaResponse`.

### Patch Changes

- 506a1e4: [Fixed Issue] Fix missing and unused dependencies.
- Updated dependencies [506a1e4]
- Updated dependencies [771f986]
- @sap-ai-sdk/core@1.1.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/ai-api",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"license": "Apache-2.0",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sap-ai-sdk/core

## 1.1.0

### Minor Changes

- 771f986: [Fixed Issue] Fix sending the correct resource group headers when custom resource group is set.

### Patch Changes

- 506a1e4: [Fixed Issue] Fix missing and unused dependencies.

## 1.0.0

## 0.1.0
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/core",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"license": "Apache-2.0",
"keywords": [
Expand Down
18 changes: 18 additions & 0 deletions packages/foundation-models/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @sap-ai-sdk/foundation-models

## 1.1.0

### Minor Changes

- 771f986: [Fixed Issue] Fix sending the correct resource group headers when custom resource group is set.

### Patch Changes

- 3cbfdc7: [Fixed Issue] Fix index-based data access in embedding response. Previously, the 0th index data was always returned.
- 506a1e4: [Fixed Issue] Fix missing and unused dependencies.
- Updated dependencies [506a1e4]
- Updated dependencies [5bd2e4d]
- Updated dependencies [5bd2e4d]
- Updated dependencies [771f986]
- Updated dependencies [5bd2e4d]
- @sap-ai-sdk/ai-api@1.1.0
- @sap-ai-sdk/core@1.1.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation-models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/foundation-models",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"license": "Apache-2.0",
"keywords": [
Expand Down
21 changes: 21 additions & 0 deletions packages/langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @sap-ai-sdk/langchain

## 1.1.0

### Minor Changes

- 771f986: [Fixed Issue] Fix sending the correct resource group headers when custom resource group is set.

### Patch Changes

- 5a977da: [Fixed Issue] Fix auto completion for Azure OpenAI Embedding models.
- 506a1e4: [Fixed Issue] Fix missing and unused dependencies.
- 8cda2de: [Fixed Issue] Fix LangChain types for proper IDE auto completion.
- Updated dependencies [3cbfdc7]
- Updated dependencies [506a1e4]
- Updated dependencies [5bd2e4d]
- Updated dependencies [5bd2e4d]
- Updated dependencies [771f986]
- Updated dependencies [5bd2e4d]
- @sap-ai-sdk/foundation-models@1.1.0
- @sap-ai-sdk/ai-api@1.1.0
- @sap-ai-sdk/core@1.1.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/langchain",
"version": "1.0.0",
"version": "1.1.0",
"description": "LangChain clients based on the @sap-ai-sdk",
"license": "Apache-2.0",
"keywords": [
Expand Down
18 changes: 18 additions & 0 deletions packages/orchestration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @sap-ai-sdk/orchestration

## 1.1.0

### Minor Changes

- a1105d9: [New Functionality] Add support for the data masking capabilities of the orchestration service.
- 771f986: [Fixed Issue] Fix sending the correct resource group headers when custom resource group is set.

### Patch Changes

- 506a1e4: [Fixed Issue] Fix missing and unused dependencies.
- Updated dependencies [506a1e4]
- Updated dependencies [5bd2e4d]
- Updated dependencies [5bd2e4d]
- Updated dependencies [771f986]
- Updated dependencies [5bd2e4d]
- @sap-ai-sdk/ai-api@1.1.0
- @sap-ai-sdk/core@1.1.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/orchestration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/orchestration",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"license": "Apache-2.0",
"keywords": [
Expand Down
19 changes: 19 additions & 0 deletions sample-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @sap-ai-sdk/sample-code

## 1.1.0

### Patch Changes

- 506a1e4: [Fixed Issue] Fix missing and unused dependencies.
- Updated dependencies [5a977da]
- Updated dependencies [a1105d9]
- Updated dependencies [3cbfdc7]
- Updated dependencies [506a1e4]
- Updated dependencies [5bd2e4d]
- Updated dependencies [5bd2e4d]
- Updated dependencies [771f986]
- Updated dependencies [8cda2de]
- Updated dependencies [5bd2e4d]
- @sap-ai-sdk/langchain@1.1.0
- @sap-ai-sdk/orchestration@1.1.0
- @sap-ai-sdk/foundation-models@1.1.0
- @sap-ai-sdk/ai-api@1.1.0

## 1.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sample-code/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@sap-ai-sdk/sample-code",
"version": "1.0.0",
"version": "1.1.0",
"private": "true",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions tests/e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @sap-ai-sdk/e2e-tests

## 1.1.0

### Patch Changes

- 506a1e4: [Fixed Issue] Fix missing and unused dependencies.
- Updated dependencies [a1105d9]
- Updated dependencies [506a1e4]
- Updated dependencies [5bd2e4d]
- Updated dependencies [5bd2e4d]
- Updated dependencies [771f986]
- Updated dependencies [5bd2e4d]
- @sap-ai-sdk/orchestration@1.1.0
- @sap-ai-sdk/ai-api@1.1.0
- @sap-ai-sdk/sample-code@1.1.0

## 1.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@sap-ai-sdk/e2e-tests",
"version": "1.0.0",
"version": "1.1.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"private": "true",
Expand Down
2 changes: 2 additions & 0 deletions tests/schema-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @sap-ai-sdk/schema-tests

## 1.1.0

## 1.0.0

## 0.1.0
2 changes: 1 addition & 1 deletion tests/schema-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/schema-tests",
"version": "1.0.0",
"version": "1.1.0",
"description": "Tests leveraging zod to ensure correct schema in the SAP AI SDK for JavaScript.",
"type": "module",
"private": true,
Expand Down
2 changes: 2 additions & 0 deletions tests/smoke-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @sap-ai-sdk/smoke-tests

## 1.1.0

## 1.0.0

## 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion tests/smoke-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@sap-ai-sdk/smoke-tests",
"version": "1.0.0",
"version": "1.1.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"private": "true",
Expand Down
6 changes: 6 additions & 0 deletions tests/type-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ai-sdk/type-tests

## 1.1.0

### Patch Changes

- 506a1e4: [Fixed Issue] Fix missing and unused dependencies.

## 1.0.0

## 0.1.0
2 changes: 1 addition & 1 deletion tests/type-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/type-tests",
"version": "1.0.0",
"version": "1.1.0",
"description": "Tests to ensure correct types in the SAP AI SDK for JavaScript.",
"type": "module",
"private": true,
Expand Down

0 comments on commit c1ba147

Please sign in to comment.