Skip to main content

Version 1.5.0

Released on: April, 2021
License: GPL v3

disclaimer

This version modify some APIs of existing services.

Toponym server

A toponym server has been added to REGARDS services to restrict user data research on geographic zone. To learn more about this new feature, you can read the Toponym documentation page

OpenID Authentication

REGARDS provides a new authentication system to allow users to authenticate through external SSO OpenID. To learn more about this new feature, you can read the OpenID documentation page

JSON model attribute

A new JSON attribute type has been added. It allows to define a custom json attribute for data models, valided thanks to a json schema.

AMQP Notification format breaking change

The here under changes, modify how applications can interract with REGARDS when using AMQP messages sended by rs-notifier microservice.

Notification sent by RabbitMQSender plugin

Notification format using RabbitMQSender plugin has been updated between version 1.4 and 1.5:

  1. element has been renamed to payload
  2. action has been moved into objet metadata and is now located at $.metadata.action instead of $.action

HMI improvements

  • Improve FullText search criterion for user interface search forms
  • Improve String search criterion to acccept Regexp format for user interface search forms