Skip to main content
Version: 12.x (Current)

Version 12.0.2 Release Notes

January 18th, 2024

Console

Improvements

Startup Probe support

From the Microservice detail page, in addition to Readiness and Liveness, you can now also configure Startup Probe.
For more information about Probes configuration, checkout the dedicated documentation.

Probe configuration improvement

Microservice Runtime Resources configuration card has been revised with some new features added.
In particular, user can now:

  • decide to disable/enable a probe: in this way, for example, in case your microservice does not expose probes, you can now disable from the dedicated switch that probe configuration
  • choose the probe type configuration to adopt among TCP / HTTP GET / command

For more information, visit the dedicated documentation.

CLI new commands for the list of the Identities in the Company

With this version, the Mia-Platform CLI (miactl) has been integrated with new functionalities to list all identities surveyed in a Company.

In particular, the user will now be able to:

  • display the list of all Identities together (Users, Groups and Service Accounts), and filter for some of them;
  • display the list of Users only in the Company;
  • display the list of Groups only in the Company;
  • display the list of Service Accounts only in the Company.

For more information, visit the dedicated documentation.

Bug Fix

This version addressed a few bugs, here is a comprehensive list:

  • reintroduced the ability to set a custom logo of Console installation with the new look and feel feature enabled;
  • fixed a bug that caused a malfunction of the delete branch feature when the Git Provider of the Project is Azure DevOps;
  • fixed an issue that caused Project creation to fail if the project did not have a Git Provider set;
  • fixed an edge case that caused a failure to retrieve the list of Companies in which the user has access to;
  • fixed a bug that caused an error when the Mongo View endpoint path was rewritten using Envoy as API Gateway;
  • a bug was fixed that made the Console file editor unable to recognize the respective extension and type of some files.

Fast Data

Fast Data Services

Real-Time Updater

The new version v7.5.7 of the Real-Time Updater is available!

Bug Fix

This version addressed a few bugs, here is a comprehensive list:

  • when using message adapter db2 (basic) or debezium, messages with empty messages are now properly processed, instead of being skipped
  • review logging levels

For more information check out the service changelog.

Projection Storer

The new version v1.0.1 of the Projection Storer is available!

Bug Fix

This version addressed a few bugs, here is a comprehensive list:

  • ingestion events representing DELETE operations are now augmented with the record previously saved on the storage system whenever such information (field before) is not directly available in the event itself, as it may happen in db2 and custom message adapter.
  • messages with empty payload are now properly provided to custom message adapters, so that user can define their own logic accordingly.

For more information check out the service changelog.

Single View Trigger Generator

The new version v3.1.4 of the Single View Creator is available!

Bug Fix

This version addressed a few bugs, here is a comprehensive list:

  • improved error codes description
  • when messages with invalid headers are received, the service does not restart but continue processing incoming messages

For more information check out the service changelog.

Single View Creator

The new version v6.4.0 of the Single View Creator is available!

New Features
  • introduce support to Fast Data Runtime Management (Control Plane), enabling the reception of pause and resume commands. When enabled, the service does not start processing events till the resume command is sent through the Control Plane system. More details can be found in the dedicated documentation section.

For more information check out the service changelog.

Microfrontend Composer

Configurator

Improvements

Custom configuration endpoint in compose application creation

When creating a new compose application, a custom configuration endpoint can be specified on top of choosing between exposed ones.

Custom values in properties of type endpoint

When configuring components propertis that accepts endpoints as values (e.g., properties of type mia/endpoints/crud or mia/endpoints/data-source), custom endpoints can be specified on top of choosing between exposed ones.

Bug Fix

This version addressed a few bugs, here is a comprehensive list:

  • When renaming a page, its meta is now correctly renamed too
  • Pages meta are not correctly persisted when defining the first shared property
  • Property aclExpression of oneOf objects can now be edited correctly
  • Console merge modal now correctly allows to merge Composer configurations between revisions

Back-Kit Library

The new version v1.4.10 of the back-kit library is available!

New Features

New form field for string arrays

Form components provide specific field for string arrays, and arrays of strings with enum

Improvements

Internationalized labels fallback to english

Label localization fallbacks to english if browser language is not supported

bk-table supports undefined booleans

bk-table component renders empty cell for undefined boolean fields

bk-layout supports user menu trigger

bk-layout component provides userMenuTrigger property, allowing configuration of user menu opening trigger

Bug Fix

This version addressed a few bugs, here is a comprehensive list:

  • bk-form-wizard component correctly shows a custom step title, if specified
  • bk-form-wizard component holds value updates after failing validation in accordion of forms
  • bk-wizard-form correctly processes data that include file fields inside nested objects on submission
  • bk-form-card component correctly enables submit button on subsequent data updates
  • bk-form-card and bk-dynamic-form-card components correctly process file fields in initial values
  • Action buttons of Dynamic Form components correctly perform event actions
  • The bk-layout component correctly allows to scroll through menu items in leftMenu mode
  • Form components correctly localizes read-only enum fields

Marketplace

Marketplace Updates

Files Service

The new version v2.10.0 of the Files Service is available!

New Features
Edit metadata after file creation

When using Files Service, it is now possible to edit metadata after the creation of a file.

How to update your Console

For self-hosted installations, please head to the self hosted upgrade guide or contact your Mia-Platform referent and upgrade to Console Helm Chart v11.0.5.