Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Release Date: 25/Jan/23

Highlights

  • Bug fixes and improvements from version 5.0.0.

Features

Key

Components

Summary

Change Log

SAGA-4364

AuthorityService, Locator

Move Azure group SIDs out of JWT

Keycloak

  • Removed Azure group claim.

  • Removed some unused claims.

  • Added new scope `saga_roles` and mapper and changed `saga_implicit_client` to use it instead of deafult scope `roles`.

RestService

  • Group claim is now retreived from Keycloak when it’s not present in JWT token

SAGA-4482

ConnectorBroker

Add explicit connector upgrade to Connector Broker

Connector Broker

  • Using explicit upgrade mechanism of Plugin Watcher to upgrade a connector.

  • Added endpoint to perform explicit connector upgrade.

SAGA-4362

Document Service, Smart Classifier

Improve Smart Classifier and Document service health checks

Smart Classifier

  • Added health check that determines service health based on its dependencies' status.

Document Service

  • Reworked health check to determine service health based on its dependencies' status.

Saga

  • Added health check to Smart Classifier docker-compose file.

SAGA-4508

Document Service

Return document text and metadata for enrichment only if document has values

Document Processing Pipeline

  • Now only requesting enrichments only if the document has any text or metadata.

SAGA-4434

Locator

Allow refiner groups to be added to search contexts

Search Context

  • Refiner groups can now be added to search contexts.

SAGA-4462

Saga Installer

Add Swagger for Converter

Converter

SAGA-4477

Saga Installer

Persist Report Engine configuration

Saga

  • Installer will create directories for Report Engine custom settings in volumes directory.

SAGA-4511

Saga Installer

Update Ayfie Keycloak to 4.1.3

Ayfie Keycloak

SAGA-4517

Saga Installer

Update Ayfie Converter to 5.1.0

Converter

SAGA-4292

Search UI

Configure Data Sources from Search UI

Search UI

  • Introduced a Data Sources feature toggle that is set to false by default.

  • Added "Data sources" group to user settings

  • Allow to add and remove data sources.

  • Added data sources list.

Notes

This feature is disabled by default in Saga installer.

SAGA-4484

Search UI

Update Ayfie branding

Branding

  • Updated the SaaS Ayfie branding.

SAGA-4493

Search UI

Remove the search landing page

Search UI

  • Removed the search landing page.

SAGA-4501

Search UI

Set UI language to English as default

Search UI

  • The default UI language is now set to English.

Bugs

Key

Components

Summary

Change Log

SAGA-4366

Locator

Keycloak plugin CredentialsToUI should not be run

Authentication

  • Keycloak plugin is not invoke in list/forms endpoint.

SAGA-4380

Locator

Refreshing the page forces authentication

Authentication

  • Refreshing the page does not cause calling all identification plugins if not required

SAGA-4413

Locator

Refiner is not deleted by endpoint if refiner is added to a search context

Refiners

  • Fixed an issue where refiners could not be deleted if added to a search context.

SAGA-4101

Plugin Watcher, Saga Installer

Connectors uninstalled (unsupervised) during server reboot

Plugin Watcher

  • Added support for explicit connector upgrade.

  • Fixed removal of connector folder after connector uninstallation.

SAGA-4386

Saga Installer

Windows Feature Containers must be installed or be an installation prerequisite

Saga Installer

  • Saga installer will try to install/enable Windows feature containers when it’s disabled.

  • Added prerequisite to installation guide that Windows feature containers is necessary.

SAGA-4474

Saga Installer

saga.ps1 downloads next major package version on clean installs

Saga Installer

  • Fixed an issue with the saga.ps1 script downloading the next major version.

SAGA-4442

Search UI

Updating Custom Range refiner value not working

Search UI

  • Fixed updating the Custom Range refiner

  • Fixed deselecting the Custom Range refiner

SAGA-4514

Search UI

Search Settings modifications are not stored

User Settings

  • Fixed a regression with updated user setting where not properly updated.

  • No labels