Skip to content

Release 2.2.0

Compare
Choose a tag to compare
@ghsnd ghsnd released this 14 Dec 20:22
· 98 commits to development since this release

Added

  • Logical target compression for files: gzip, zip, xz.
  • WebSocket support for Logical Source via WoT description.
  • Added scopt dependency

Changed

  • Updated Flink from version 1.12.3 to 1.14.0
  • Updated SLF4J from version 1.7.26 to 1.7.32
  • Updated Log4J from version 2.13.3 to 2.15.0
  • Updated Jena from version 3.11.0 to 4.3.1
  • Updated JayWay JsonPath from version 2.3.0 to 2.6.0
  • Updated JsonSurfer Jackson from version 1.6.0 to 1.6.2
  • Updated Moquette from version 0.13 to 0.15

Fixed

  • Objects generated by functions with term type IRI were quoted, resulting in a wrong IRI.
    (GitHub issue #33, internal issue #140)
  • Updated Log4J to a version protected against Log4Shell
    (Internal issue #146).