Skip to content

Releases: weblyzard/streaming-sparql

Updated third-party dependencies

31 May 13:37

Choose a tag to compare

0.0.7.3

chg: update guava to 32.0.0-android.

Fix: Maxmimal query size + dependency updates

01 Apr 05:36

Choose a tag to compare

  • use query rather than queryString in SPARQL posts (this fixes prior limitations in the POST size)
  • updated guava and checkstyle dependencies

Virtuoso fixes and modular build

14 Jan 07:03

Choose a tag to compare

  • fix header and literal parsing for virtuoso
  • use a modular build which addresses logging issues in streaming-client

Fixed handling of literals with datatype or language suffix.

12 Jan 06:08
ae51cba

Choose a tag to compare

This version correctly handles complex literals with datatype or language suffixes.

Improved TSV parsing

15 Nov 08:47

Choose a tag to compare

  • correctly handle multi-line literals and double quotes in SPARQL responses.
  • use maven-plugin-checkstyle to enforce project wide style guidelines.
  • rigours unit testing of borderline cases.