Skip to main content
Version: 10.9.x

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.5.0 - 03-05-2022

Added

  • crud persistency management configuration used to persist saga information through CRUD service.

2.4.2 - 12-04-2022

SECURITY FIX

  • removed Kafka credential exposition from configuration endpoints

Deprecated

  • /configuration endpoint has been deprecated

Added

  • /machine-definition endpoint

Fixed

  • unexpected producer registration when using REST communication protocol

2.4.1 - 07-04-2022

Added

  • Added incoming_message_label to the flow_manager_saga_states_total metrics.

Changed

  • Now a crash event in the consumer sets the healthiness of the pod to false.

2.4.0 - 22-03-2022

Changed

  • probes route now dependent on Kafka connection status in order to restart the pod if connection with Kafka drops

2.3.1 - 15-03-2022

Added

  • New prometheus metric flow_manager_saga_states_total to track the number of times sagas pass through a machine state

Updated

  • custom plugin lib v4.3.2

2.3.0 - 22-09-2021

Changed

  • Issue 25: now the kafka brokers into the service configurations can be one of the following:
    • a list of strings that represent the kafka brokers
    • a string with the comma separated value brokers

2.2.0 - 05-05-2021

Added

  • Persistency Manager support to MongoDB

2.1.3 - 04-03-2021

Updated

  • custom-plugin-lib: v2.0.4

2.1.2 - 18-01-2020

Added

  • add custom kafka logger to follow mia-platform logs guidelines

2.1.1 - 20-11-2020

Fixed

  • removed consumerGroup requirement for kafka producer

2.1.0 - 15-10-2020

Added

  • defined new route to expose flow-manager state machine configuration

2.0.2 - 13-10-2020

Updated

  • custom-plugin-lib: v2.0.4

2.0.1 - 02-10-2020

Updated

  • custom-plugin-lib: v2.0.3

2.0.0 - 30-09-2020

Added

  • concept of Business Events

Updated

BREAKING CHANGE

  • updated custom-plugin-lib dependency to 2.0.2. The update in breaking since it's bringing up lc39 v3.x with the newer logging format.
  • updated flow history format

1.1.0 - 11-09-2020

Added

  • support for REST trigger
  • flow history

1.0.0 - 17-07-2020

  • First import