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

Fast Data Versioning

In this page are reported for each Fast Data service its version details. This information should provide a reference on which service is compatible with the others, which versions should be skipped and which one enables certain features.

Fast Data

Services Changelogs

Latest Stable Services Version

Real-Time-UpdaterProjection StorerSingle View Trigger GeneratorSingle View Creator
7.9.x1.3.x3.3.x6.7.x

Compatibility Matrix

Real-Time UpdaterProjection StorerSingle View Trigger GeneratorSingle View Creator
>=5.0.0->=5.2.0
>=7.0.0->=3.0.0>=5.6.5
->=1.0.0>=3.1.3>=6.2.2

Event Driven Architecture Support

Minimum Services Version

Real-Time-UpdaterSingle View Trigger GeneratorSingle View Creator
7.4.03.0.05.6.5
caution

In case it is selected debezium as message adapter, the minimum service version for Real-Time Updater plugin is v7.5.4

Real-Time-UpdaterSingle View Trigger GeneratorSingle View Creator
7.9.13.3.36.7.2

Projection Storer Support

Projection Storer is a new service that can be employed as a replacement of Real-Time Updater when Fast Data is configured for adopting the event-driven architecture. This service works in conjunction with both Single View Trigger Generator and Single View Creator plugins to transform change events from the System of Record into the final aggregated Single View.

Minimum Services Version

Projection StorerSingle View Trigger GeneratorSingle View Creator
1.0.03.1.36.2.2
Projection StorerSingle View Trigger GeneratorSingle View Creator
1.3.53.3.36.7.2

Runtime Management Support

With the introduction of Fast Data Control Plane, it is possible to send specific commands to manage services behavior at runtime. In the table below is described which service versions support being controlled by Fast Data Control Plane.

Compatibility Matrix

Please visit the dedicated page where further compatibility details are explained.

Bucket Storage Support

Services Changelogs

Ingestion StorerIngestion Reloader
1.5.21.4.1

Known issues

Here are listed all the services version that are affected by a known issue that prevents the plugins from working as intended.

Projection Storer

  • v1.3.2: following the upgrade of GraalJS version, insufficient permissions on the service image prevented the initialization of GraalVM cache and therefore the execution of any custom cast function. Please upgrade to v1.3.3 or newer to re-enable the usage of custom cast functions
  • v1.0.0 - v1.3.3: default castToDate cast function was running an invalid logic when converting Unix timestamps (expected in millisecond). In fact, timestamps in the range [-2147483648, 2147483647], corresponding to dates between 1969-12-07T03:28:36.352Z and 1970-01-25T20:31:23.647Z, were not converted appropriately. It is highly recommended to upgrade your services to version v1.3.4 or newer

Single View Trigger Generator

  • v3.1.0: the introduction of message validation on existing messages was too strict causing the discard of all the pr-update events using the v1 schema. Please upgrade to v3.1.1 or newer

Single View Creator

  • v6.2.0: affected by a bug on the Kafka Consumer. Please upgrade to v6.2.2 or newer
  • v6.2.1: unintended breaking change found for user that exploited ramda dependency in SVC user-defined functions. Please upgrade to v6.2.2 or newer

Ingestion Storer

  • v1.3.1: native image failed to build correctly. Please upgrade to v1.3.2 or newer