Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dial-samples/common-ui-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@monaco-editor/react": "^4.7.0",
"@tabler/icons-react": "^3.30.0",
"classnames": "^2.5.1",
"lodash": "^4.17.23",
"lodash": "^4.18.0",
"monaco-editor": "^0.52.2",
"next": "~15.5.14",
"next-auth": "^4.24.12",
Expand Down
7 changes: 6 additions & 1 deletion dial-samples/common-ui-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8307,11 +8307,16 @@ lodash.uniq@^4.5.0:
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==

lodash@^4.17.21, lodash@^4.17.23:
lodash@^4.17.21:
version "4.17.23"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==

lodash@^4.18.0:
version "4.18.1"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==

log-symbols@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
Expand Down
320 changes: 160 additions & 160 deletions docs/releases/1.38/upgrade-to-1.38.md

Large diffs are not rendered by default.

24 changes: 9 additions & 15 deletions docs/releases/1.39/upgrade-to-1.39.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
- ai-dial-code-interpreter: `0.2.0`
- ai-dial-app-controller: `0.3.0`
- ai-dial-app-builder-python: `0.1.0`
- quick-apps: `0.8.2`
- quick-apps-2.0: `0.3.1`
- mindmap-backend: `0.12.6`
- mindmap-frontend: `0.9.8`
- admin-backend: `0.12.0`
- admin-frontend: `0.12.4`
- ai-dial-quick-apps: `0.8.2`
- ai-dial-quick-apps-2.0: `0.3.1`
- ai-dial-mindmap-backend: `0.12.6`
- ai-dial-mindmap-frontend: `0.9.8`
- ai-dial-admin-backend: `0.12.0`
- ai-dial-admin-frontend: `0.12.4`
- ai-dial-admin-mcp-manager-backend ->ai-dial-admin-deployment-manager-backend: `0.3.1`

## Before upgrade
Expand All @@ -53,10 +53,6 @@ Added new optional env variables

`NEXT_PUBLIC_STAGE_CONTENT_LIMIT` - Sets the maximum size (in kilobytes) for stage content when rendered. If the content exceeds this limit, a download link will be shown instead. Default value is 40.

### ai-dial-chat-themes

### ai-dial-adapter-openai

### ai-dial-adapter-bedrock

Added new optional env variables
Expand Down Expand Up @@ -89,9 +85,7 @@ ANTHROPIC_MAX_RETRY_ATTEMPTS=2
GOOGLE_GENAI_MAX_RETRY_ATTEMPTS=4
```

### admin-frontend

### admin-backend
### ai-dial-admin-backend

#### Detect dial-core versions changes

Expand All @@ -112,11 +106,11 @@ Environment variables to configure embeddings thread pools DIAL_RAG**CPU_POOLS**
IMPORTANT (!!!)
The Deployment Manager FE is part of the Administration application FE.

### Mind Map
### ai-dial-mind-map

The migration guide: <https://github.com/epam/dial-mind-map-frontend/wiki/Migration-Guide-from-0.2-to-0.3>

### quick-apps-2.0
### ai-dial-quick-apps-2.0

Update schema to the recent one: [Quickapp2 Schema](./quickapp2-schema.json). Changes were done in `$defs` and `properties` sections.
Use admin panel to update existing quick apps to the recent schema version.
Expand Down
26 changes: 7 additions & 19 deletions docs/releases/1.40/upgrade-to-1.40.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
- ai-dial-code-interpreter: `0.2.0`
- ai-dial-app-controller: `0.3.0`
- ai-dial-app-builder-python: `0.1.0`
- quick-apps: `0.8.2` (deprecated, use ai-dial-quickapps-backend for new installations)
- ai-dial-quick-apps: `0.8.2` (deprecated, use ai-dial-quickapps-backend for new installations)
- ai-dial-quickapps-backend: `0.4.0` (earlier known as quick-apps-2.0)
- mindmap-backend: `0.13.0`
- mindmap-frontend: `0.9.13`
- admin-backend: `0.13.0`
- admin-frontend: `0.13.4`
- ai-dial-mind-map-backend: `0.13.0`
- ai-dial-mindmap-frontend: `0.9.13`
- ai-dial-admin-backend: `0.13.0`
- ai-dial-admin-frontend: `0.13.4`
- ai-dial-admin-deployment-manager-backend: `0.13.1`

## Before upgrade
Expand All @@ -42,24 +42,15 @@

## Config changes

### ai-dial-core


### ai-dial-chat

### ai-dial-chat-themes
Added new button colors. If you are using a custom theme, please add the new color definitions to your theme configuration. (https://github.com/epam/ai-dial-chat-themes/blob/development/docs/CHANGELOG.md#0130)

### ai-dial-adapter-openai

### ai-dial-adapter-bedrock


### ai-dial-adapter-vertexai

- Deprecation of COMPATIBILITY_MAPPING env var in favour of per-upstream configuration (https://github.com/epam/ai-dial-adapter-vertexai?tab=readme-ov-file#compatibility-configuration-in-dial-core-config)

### admin-frontend
### ai-dial-admin-frontend

#### Deployment manager FE configuration changes

Expand All @@ -69,7 +60,7 @@ Added new button colors. If you are using a custom theme, please add the new col
- `DEPLOYMENTS_PLUGIN_ENABLED` — removed, no longer used.


### admin-backend
### ai-dial-admin-backend
#### S2S Admin Backend and core configuration
Here is the full instraction for dial admin s2s configuration :
- keycloack provider - https://github.com/epam/ai-dial-admin-backend/blob/development/docs/keycloack-s2s.md
Expand Down Expand Up @@ -131,9 +122,6 @@ A new **Model Serving (Preview)** feature has been introduced. When the underlyi

These settings ensure the service operates correctly in environments where model serving components are not yet ready or deployed.

### ai-dial-rag

### Mind Map

### ai-dial-quickapps-backend

Expand Down
18 changes: 4 additions & 14 deletions docs/releases/1.41/upgrade-to-1.41.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
- ai-dial-app-controller: `0.4.0`
- ai-dial-app-builder-python: `0.1.0`
- ai-dial-quickapps-backend: `0.5.2`
- dial-mind-map-backend: `0.13.2`
- dial-mind-map-frontend: `0.9.15`
- ai-dial-mind-map-backend: `0.13.2`
- ai-dial-mind-map-frontend: `0.9.15`
- ai-dial-admin-backend: `0.14.3`
- ai-dial-admin-frontend: `0.14.5`
- ai-dial-admin-deployment-manager-backend: `0.14.3`
Expand Down Expand Up @@ -69,9 +69,6 @@ For more details of changes, see the [changelog](https://github.com/epam/ai-dial
### ai-dial-chat-themes
Added new button colors and rename color tokens. If you are using a custom theme, please add the new color definitions to your theme configuration. For more details of changes, see the [changelog](https://github.com/epam/ai-dial-chat-themes/tree/0.14.0/docs/CHANGELOG.md#0140).


### ai-dial-adapter-openai

### ai-dial-adapter-bedrock

#### Deprecated Environment Variable
Expand All @@ -80,9 +77,8 @@ Added new button colors and rename color tokens. If you are using a custom theme
|----------------------------|---------------|------------|
| `COMPATIBILITY_MAPPING` | `{}` | **Deprecated** in favor of [compatibility configuration in DIAL Core config](https://github.com/epam/ai-dial-adapter-bedrock/tree/0.37.0?tab=readme-ov-file#compatibility-configuration-in-dial-core-config). For more details of changes, see [Adapter Bedrock Environment Variables](https://github.com/epam/ai-dial-adapter-bedrock/tree/0.37.0?tab=readme-ov-file#environment-variables) section. |

### ai-dial-adapter-vertexai

### admin-frontend
### ai-dial-admin-frontend

Requires `ai-dial-chat-themes` **v0.14.0 or higher**
For more details of changes, see the [changelog](https://github.com/epam/ai-dial-chat-themes/tree/0.14.0/docs/CHANGELOG.md#0140).
Expand All @@ -95,7 +91,7 @@ For more details of changes, see the [changelog](https://github.com/epam/ai-dial
|----------------------|---------------|----------|------------|----------------|
| `AUTH_IDTOKEN_PROVIDERS` | - | No | Comma-separated list of identity provider IDs that will pass an **identity token** to the API instead of an access token. This is required for providers whose access tokens are not JWT (e.g., Google, GitLab). | Any string. Values must be separated by commas (e.g., `google,gitlab`). |

### admin-backend
### ai-dial-admin-backend
#### GCP Database Setup

If you are using a **GCP Database**, follow the instructions in the [GCP Database Configuration Guide](https://github.com/epam/ai-dial-admin-backend/blob/0.14.2/docs/gcp-cloud-postgres.md) to set it up properly.
Expand Down Expand Up @@ -220,12 +216,6 @@ The following environment variables were removed:

If these variables are still present in your environment, they should be removed to avoid confusion.

### ai-dial-rag

### Mind Map

### ai-dial-app-controller

### ai-dial-quickapps-backend

* env variable `PREDEFINED_BASE_PATH` [was deprecated](https://github.com/epam/ai-dial-quickapps-backend/tree/0.5.2?tab=readme-ov-file#deprecated-environment-variables). Migrate to `PREDEFINED_EXTRA_PATHS` by renaming env variable and formatting value as json list, if needed (`value` -> `["value"]`).
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading