Skip to content

Release v0.195.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 09:28
da0db9b

[0.195.0] - 2024-08-16

Added

  • Reliable transaction-based internal cross-domain message passing component (MessageOutbox), replacing EventBus
    • Metadata-driven producer/consumer annotations
    • Immediate and transaction-backed message delivery
    • Background transactional message processor, respecting client idempotence
  • Persistent storage for flow configuration events

Changed

  • Upgraded to datafusion v41 (#713)
  • Introduced use case layer, encapsulating authorization checks and action validations, for first 6 basic dataset scenarios
    (creating, creating from snapshot, deleting, renaming, committing an event, syncing a batch of events),
  • Separated DatasetRepository on read-only and read-write parts
  • Isolated time-source library

Fixed

  • E2E: added additional force off colors to exclude sometimes occurring ANSI color sequences
  • E2E: modify a workaround for MySQL tests