Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.49 KB

File metadata and controls

45 lines (31 loc) · 1.49 KB

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.

Unreleased

Added

  • Upgraded Flink to v2.2.0
  • Implemented stdout sink using Flink 2.2's Sink API
  • Added a FlinkTargetOperator to handle the creation of sinks using a Factory pattern
  • Added an extra Flink operator step to extract the serialized RDF output from solution mappings before written the records into the sinks

Changed

  • Updated Algemaploom-rs version to 0.6.5
  • (Re-)use Flink 2.2's mini-cluster for testing and reduce test start-up time

Refactored

  • Moved all CLI related parameters parsing and specification to a separate module

Fixed

  • Put dependency to FnOio in small case. See #1

Deprecated

Removed

  • Old TargetSinkFunction which implements the deprecated legacy Flink's SinkFunction API
  • OperatorTests.java which doesn't test anything meaningful is removed
  • All existing implementations of a generic DataIO-based sink operators using legacy Flink's Source API

[0.1.0] - 2025-10-08

Added

0.1.1 - 2025-11-13

Added

  • Added websocket support

Refactor

  • Updated pom.xml to directly pull dataio instead of pulling this through algebraic mapping operators