Skip to content

Release 2.1.1

Compare
Choose a tag to compare
@ghsnd ghsnd released this 19 May 14:16
· 128 commits to development since this release

Added

  • Support for using Web of Things descriptions in logical soure and logical target, as described in Van Assche et al
    and Target in RML specification.
    The current imlementation is a proof-of-concept. As WoT data source RMLStreamer supports MQTT streams;
    as logical target a file dump is supported.

Changed

  • Updated JsonSurfer from version 1.5.1 to 1.6.0
  • Updated Flink from version 1.11.3 to 1.12.3

Fixed

  • Function loading didn't always work because the toString method was called on the Uri to a function instead of
    the value method. (Internal issue #132).