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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions docs/products/fast_data_v2/farm_data/20_Configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ title: Configuration
sidebar_label: Configuration
---

import FarmDataSchema from "@site/static/schemas/fast_data/farm-data.0.5.3.schema.json"
import FarmDataConfigExample from "@site/static/schemas/fast_data/examples/toy_model.json"
import FarmDataSchema from "@site/static/schemas/fast_data/farm-data.0.6.0.schema.json"
import FarmDataConfigExample from "@site/static/schemas/fast_data/examples/farm-data.0.6.0.example-basic.json"
import SchemaViewer from "@site/src/components/SchemaViewer"

## Environment Variables
Expand Down
22 changes: 22 additions & 0 deletions docs/products/fast_data_v2/farm_data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.0] - 2026-02-02

### BREAKING

- New [schema](https://cdn.mia-platform.eu/runtime/platform/data-fabric/farm-data/v0.6.0/farm-data.schema.json) with required connections configuration in service config

### Added

- Added support to Fast Data Control Plane v2
- Connection configuration for persistence
- Automatic generation of necessary indexes for MongoDB sink collections at service startup

### Fixed

- Avoid duplicate index generation
- Append "value." at every field in MongoDB autogenerated index
- Updated farm data collection referenced during index generation

### Removed

- Remove deps from rust-base images

## [0.5.5] - 2025-12-29

### Added
Expand Down
4 changes: 2 additions & 2 deletions docs/products/fast_data_v2/kango/20_Configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ title: Configuration
sidebar_label: Configuration
---

import KangoSchema from "@site/static/schemas/fast_data/kango.0.5.2.schema.json"
import KangoConfigExample from "@site/static/schemas/fast_data/examples/kango.example.json"
import KangoSchema from "@site/static/schemas/fast_data/kango.0.6.0.schema.json"
import KangoConfigExample from "@site/static/schemas/fast_data/examples/kango.0.6.0.example-basic.json"
import SchemaViewer from "@site/src/components/SchemaViewer"

In order to configure the service, a set of environment variables are adopted for
Expand Down
11 changes: 11 additions & 0 deletions docs/products/fast_data_v2/kango/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.0] - 2026-02-02

### BREAKING

- New [schema](https://cdn.mia-platform.eu/runtime/platform/data-fabric/kango/v0.6.0/kango.schema.json) with required connection configuration in service config

### Added

- Added support to Fast Data Control Plane v2
- Add zlib in tests

## [0.5.2] - 2025-11-14

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ title: Configuration
sidebar_label: Configuration
---

import MongeziumSchema from "@site/static/schemas/fast_data/mongezium.0.4.3.schema.json"
import MongeziumConfigExample from "@site/static/schemas/fast_data/examples/mongezium.example.json"
import MongeziumSchema from "@site/static/schemas/fast_data/mongezium.0.5.0.schema.json"
import MongeziumConfigExample from "@site/static/schemas/fast_data/examples/mongezium.0.5.0.example-basic.json"
import SchemaViewer from "@site/src/components/SchemaViewer"

In order to configure the service, a set of environment variables are adopted for
Expand Down
15 changes: 14 additions & 1 deletion docs/products/fast_data_v2/mongezium_cdc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,25 @@ sidebar_label: CHANGELOG
---



All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0] - 2026-02-02

### BREAKING

- New [schema](https://cdn.mia-platform.eu/runtime/platform/data-fabric/mongezium/v0.5.0/mongezium.schema.json) with required connections configuration in service config

### Added

- Added support to Fast Data Control Plane v2

### Fixed

- Update `gitlab-ci.yml` file to not publish docker image from branch build

## [0.4.3] - 2025-11-14

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ title: Configuration
sidebar_label: Configuration
---

import SPSchema from "@site/static/schemas/fast_data/stream-processor.0.5.4.schema.json"
import SPConfigSchema from "@site/static/schemas/fast_data/examples/sp.example.json"
import SPSchema from "@site/static/schemas/fast_data/stream-processor.0.6.0.schema.json"
import SPConfigSchema from "@site/static/schemas/fast_data/examples/stream-processor.0.6.0.example-basic.json"
import SchemaViewer from "@site/src/components/SchemaViewer"

In order to configure the service, a set of environment variables are adopted for
Expand Down
13 changes: 13 additions & 0 deletions docs/products/fast_data_v2/stream_processor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.0] - 2026-02-02

### BREAKING

- Stabilize cache hash and add script to compute it in JS
- New [schema](https://cdn.mia-platform.eu/runtime/platform/data-fabric/stream-processor/v0.6.0/stream-processor.schema.json) with required connection configuration in service config and modified cache configuration in service config

### Added

- Added support to Fast Data Control Plane v2
- Add ci for v branches
- Remove hard fail on console.log buffer exceeded

## [0.5.6] - 2026-01-13

### Added
Expand Down
Binary file added release-notes/img/fast-data-pipeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 2 additions & 11 deletions release-notes/v14.4.2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,13 @@ image: "img/release-note-link-preview.png"
import Accordion from '@site/src/components/Accordion/index.js';
import dataAccordion from '@site/src/config/release-notes/release-note-v14-4-2.json';

_January 22th, 2026_

:::info

Mia-Platform Console v14.4.2 is **now in Preview** and will be generally available on February 5th.

Console SaaS users can try out v14.4.2 latest improvements in Preview! Open a Service Request to ask for the creation of a sandbox Company in case you do not have access to any Company.

For self-hosted installations, please read the [following guidelines](#how-to-update-your-console).
:::
_February 05th, 2026_

<Accordion data={dataAccordion} />

## How to update your Console

For self-hosted installations, please head to the [self hosted upgrade guide](/docs/infrastructure/self-hosted/installation-chart/how-to-upgrade) or contact your Mia-Platform referent and upgrade to _Console Helm Chart_ `v15.0.7-beta.0`.
For self-hosted installations, please head to the [self hosted upgrade guide](/docs/infrastructure/self-hosted/installation-chart/how-to-upgrade) or contact your Mia-Platform referent and upgrade to _Console Helm Chart_ `v15.0.7`.

### Bill of materials

Expand Down
100 changes: 100 additions & 0 deletions release-notes/v14.5.0.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
---
id: v14.5.0
title: Version 14.5.0 Release Notes
image: "img/release-note-link-preview.png"
---

import Accordion from '@site/src/components/Accordion/index.js';
import dataAccordion from '@site/src/config/release-notes/release-note-v14-5-0.json';

_February 05th, 2026_

:::info

Mia-Platform Console v14.5.0 is **now in Preview** and will be generally available on February 19th.

Console SaaS users can try out v14.5.0 latest improvements in Preview! Open a Service Request to ask for the creation of a sandbox Company in case you do not have access to any Company.

For self-hosted installations, please read the [following guidelines](#how-to-update-your-console).
:::

## Fast Data Control Plane v2

Let's welcome the **Fast Data Control Plane v2**, the runtime management solution for Fast Data v2.

Fast Data Control Plane application provides a general overview of the Fast Data v2 pipelines released on the runtime environment, and allows to monitor and govern the execution steps of your data pipelines.

Discover all the capabilities and benefits of Fast Data Control Plane v2 in the [official documentation](/docs/14.5.0/products/fast_data_v2/runtime_management/overview).

![Control Plane Fast Data Pipeline](img/fast-data-pipeline.png)

:::note
To leverage the Control Plane capabilities, ensure you are using the latest versions of the Fast Data workloads:
- **Stream Processor v0.6.0**
- **Farm Data v0.6.0**
- **Kango v0.6.0**
- **Mongezium v0.5.0**

Refer to the [Fast Data](#other-new-features-improvements-and-bug-fixes) section below for more details.
:::

## Console - New interface for configurations merge

A **new interface for merging configurations** is available in **Beta** stage.
The new interface aims at improving DevX in comparing and merging configurations when working in Console Design Area.
To try it, go the **Feature Preview** section inside your **Project settings**, and activate it.

![New interface for merging revisions](img/new-interface-for-merging-revisions.png)

## Other New Features, Improvements and Bug Fixes

<Accordion data={dataAccordion} />

## How to update your Console

For self-hosted installations, please head to the [self hosted upgrade guide](/docs/infrastructure/self-hosted/installation-chart/how-to-upgrade) or contact your Mia-Platform referent and upgrade to _Console Helm Chart_ `v15.0.8-beta.0`.

### Bill of materials

| Image repository | Version |
| ----------------------------------------------------------------------- | :------: |
| docker.io/envoyproxy/ratelimit | 19f2079f |
| nexus.mia-platform.eu/api-portal/website | 2.2.0 |
| nexus.mia-platform.eu/back-kit/mfe-toolkit-on-prem | 1.3.12 |
| nexus.mia-platform.eu/backoffice/login-site | 7.2.3 |
| nexus.mia-platform.eu/console/aggregated-website | 1.5.56 |
| nexus.mia-platform.eu/console/api-gateway | 0.2.9 |
| nexus.mia-platform.eu/console/backend | 32.8.5 |
| nexus.mia-platform.eu/console/catalog-service | 1.7.1 |
| nexus.mia-platform.eu/console/deploy-service | 8.1.2 |
| nexus.mia-platform.eu/console/environments-variables | 3.6.1 |
| nexus.mia-platform.eu/console/events-manager | 1.4.4 |
| nexus.mia-platform.eu/console/extensibility-manager | 2.1.0 |
| nexus.mia-platform.eu/console/favorites-service | 2.3.1 |
| nexus.mia-platform.eu/console/feature-toggle-service | 1.3.7 |
| nexus.mia-platform.eu/console/kubernetes-service | 8.4.6 |
| nexus.mia-platform.eu/console/license-manager | 3.0.3 |
| nexus.mia-platform.eu/console/license-metrics-generator | 6.0.6 |
| nexus.mia-platform.eu/console/mcp-server | 1.2.1 |
| nexus.mia-platform.eu/console/mia-assistant | 1.3.8 |
| nexus.mia-platform.eu/console/mia-craft-bff | 1.2.5 |
| nexus.mia-platform.eu/console/notification-provider | 2.2.5 |
| nexus.mia-platform.eu/console/project-service | 2.1.0 |
| nexus.mia-platform.eu/console/rbac-manager-bff | 2.1.2 |
| nexus.mia-platform.eu/console/scripts/bindings-cleaner | 1.2.2 |
| nexus.mia-platform.eu/console/scripts/configuration-history-cleaner | 0.4.1 |
| nexus.mia-platform.eu/console/scripts/marketplace-sync | 10.10.1 |
| nexus.mia-platform.eu/console/scripts/mia-assistant-embeddings-importer | latest |
| nexus.mia-platform.eu/console/scripts/software-catalog-sync | 0.7.14 |
| nexus.mia-platform.eu/console/scripts/version-upgrader | 11.1.4 |
| nexus.mia-platform.eu/console/tenant-overview | 4.1.0 |
| nexus.mia-platform.eu/core/authentication-service | 3.13.1 |
| nexus.mia-platform.eu/core/authorization-service | 2.4.3 |
| nexus.mia-platform.eu/core/client-credentials | 3.4.1 |
| nexus.mia-platform.eu/core/crud-service | 6.10.3 |
| nexus.mia-platform.eu/core/proxy-manager | 3.5.0 |
| nexus.mia-platform.eu/core/swagger-aggregator | 3.9.6 |
| nexus.mia-platform.eu/microlc/middleware | 3.4.0 |
| nexus.mia-platform.eu/plugins/files-service | 2.10.5 |
| nexus.mia-platform.eu/plugins/ses-mail-notification-service | 3.5.0 |
| nexus.mia-platform.eu/rond-authz/rond | 1.14.2 |
13 changes: 12 additions & 1 deletion release-notes/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,19 @@ import Changelog from '@site/src/components/Changelog';

<Changelog>

## [v14.5.0](/release-notes/v14.5.0.mdx)
*February 05th, 2026*

This release introduces the **Fast Data Control Plane v2**, the runtime management solution for Fast Data v2, that allows to visualize and control Fast Data v2 pipelines at runtime.
Additionally, a new **interface for merging configurations** is now available in Beta, improving the DevX in the Console Design Area.
All Fast Data workloads have been updated to support communication with the Fast Data Control Plane v2.

[Read the release notes](/release-notes/v14.5.0.mdx)

---

## [v14.4.2](/release-notes/v14.4.2.mdx)
*January 22nd, 2026*
*February 05th, 2026*

This release brings significant improvements to Fast Data with updated Stream Processor v0.5.6 and Farm Data v0.5.5.

Expand Down
1 change: 1 addition & 0 deletions sidebarsReleaseNotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default {
},
"items": [
{"id": "versions", "type": "doc"},
{"id": "v14.5.0", "type": "doc", "label": "v14.5.0"},
{"id": "v14.4.2", "type": "doc", "label": "v14.4.2 - LTS"},
{"id": "v14.4.1", "type": "doc", "label": "v14.4.1"},
{"id": "v14.4.0", "type": "doc", "label": "v14.4.0"},
Expand Down
59 changes: 59 additions & 0 deletions src/config/release-notes/release-note-v14-5-0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
[
{
"title": "Fast Data",
"icon": "fast-data",
"defaultOpen": true,
"type": "versions",
"items": {
"newFeatures": [
{
"title": "Stream Processor v0.6.0",
"description": [
"The new version `v0.6.0` of the _Stream Processor_ is available!",
"**Breaking changes**: This version introduces connection management refactoring that requires updating configuration files.",
"Refer to the [JSON Schema](https://cdn.mia-platform.eu/runtime/platform/data-fabric/stream-processor/v0.6.0/stream-processor.schema.json) for configuration details and check the service [changelog](/docs/14.5.0/products/fast_data_v2/stream_processor/changelog) for more information."
]
},
{
"title": "Farm Data v0.6.0",
"description": [
"The new version `v0.6.0` of the _Farm Data_ is available!",
"**Breaking changes**: Configuration structure has been updated with new connection management system.",
"Refer to the [JSON Schema](https://cdn.mia-platform.eu/runtime/platform/data-fabric/farm-data/v0.6.0/farm-data.schema.json) for configuration details and check the service [changelog](/docs/14.5.0/products/fast_data_v2/farm_data/changelog) for more information."
]
},
{
"title": "Kango v0.6.0",
"description": [
"The new version `v0.6.0` of the _Kango_ service is available!",
"**Breaking changes**: Connection configuration has been refactored to use the new connections management system.",
"Refer to the [JSON Schema](https://cdn.mia-platform.eu/runtime/platform/data-fabric/kango/v0.6.0/kango.schema.json) for configuration details and check the service [changelog](/docs/14.5.0/products/fast_data_v2/kango/changelog) for more information."
]
},
{
"title": "Mongezium v0.5.0",
"description": [
"The new version `v0.5.0` of the _Mongezium_ service is available!",
"**Breaking changes**: Connection management has been refactored with mandatory `connectionName` properties in persistence and stream configurations.",
"Refer to the [JSON Schema](https://cdn.mia-platform.eu/runtime/platform/data-fabric/mongezium/v0.5.0/mongezium.schema.json) for configuration details and check the service [changelog](/docs/14.5.0/products/fast_data_v2/mongezium_cdc/changelog) for more information."
]
}
],
"improvements": [],
"bugFixes": []
}
},
{
"title": "Microfrontend Composer",
"icon": "microfrontend-composer",
"defaultOpen": false,
"type": "versions",
"items": {
"newFeatures": [],
"improvements": [],
"bugFixes": [
"Fixed security vulnerabilities in data-visualization and timeline-viewer plugins"
]
}
}
]
Loading
Loading