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

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.

[1.0.1] - 2023-12-19

Fixed

  • when an ingestion event representing a DELETE operation is processed, in case it is not possible to extract the before property from the message itself, the service tries to retrieve it from the storage system. In case it does not find it, the before property of the DELETE operation is then set to the projection record's key as fallback.
  • when employing custom message adapter, when an empty payload is received, it ensured that a buffer of zero length is sent to the user-defined implementation. In this manner, they can design their own logic to properly treat such cases.

Changed

  • service dependencies were updated
  • unused error codes were removed

[1.0.0] - 2023-11-09

This is the initial release of Projection Storer service. A brief overview regarding the service can be found here while an in depth explanation describing how to configure the service can be found here