Skip to content

Releases: SPARQL-Anything/sparql.anything

v0.3.0

03 Sep 13:30
5aff325
Compare
Choose a tag to compare

New features:

  • Added option add option: csv.null-string for treating empty strings as null (thanks to @justin2004). See d03c3bb d83627b
  • Fully configurable HTTP client, supporting all HTTP methods, headers, etc... to call Web APIs. See #67
  • HTML, added support for headless browser (thanks to @justin2004). See c3aa0e1
  • New list functions: before, after, previous, next. See #78

Fixes include: #62 #68 7b24914 #80 #81 #82 #84

v0.3.0-RC1

01 Sep 14:38
Compare
Choose a tag to compare
v0.3.0-RC1 Pre-release
Pre-release

Sketching a release candidate from 0.3.0-SNAPSHOT artefacts.

New features:

  • Added option add option: csv.null-string for treating empty strings as null (thanks to @justin2004). See d03c3bb d83627b
  • Fully configurable HTTP client, supporting all HTTP methods, headers, etc... to call Web APIs. See #67
  • HTML, added support for headless browser (thanks to @justin2004). See c3aa0e1
  • New list functions: before, after, previous, next. See #78

Fixes include: #62 #68 7b24914 #80 #81 #82 #84

v0.2.0

13 Jul 17:05
Compare
Choose a tag to compare
  • Support for embedding content to triplify as triplification option argument (see #11)
  • Support for split in text triplifier
  • Fuseki integration released
  • Triplification options as triples of the Service BGP
  • Support for triplification of archives and file system folders
  • Magic property fx:anySlot implemented
  • Issues #52, #54, #55, and #61 addressed
  • Various improvements, bugfixes and integration tests

v0.1.1

28 Apr 07:53
Compare
Choose a tag to compare

Fix #48

v0.1.0

16 Apr 15:32
Compare
Choose a tag to compare
Set v0.1.0 to prepare release

v0.1.0-DEV-RC2

16 Apr 15:26
Compare
Choose a tag to compare
v0.1.0-DEV-RC2 Pre-release
Pre-release
Removed README

v0.1.0-DEV-RC

16 Apr 15:14
Compare
Choose a tag to compare
v0.1.0-DEV-RC Pre-release
Pre-release
Closing inputstream

v0.0.4

12 Mar 18:45
Compare
Choose a tag to compare

Several improvements:

  • Redesigned SERVICE protocol, now x-sparql-anything:
  • Replaced urn: namespaces with http://sparql.xyz/... ones
  • Better support for named entities instead of bnodes for HTML and XML
  • Added support for MS Excel spreadsheets!
  • Minor fixes and improvements

v0.0.3

27 Feb 22:43
Compare
Choose a tag to compare

This new release introduces recent work on the CLI:

  • parametrized queries via CLI option 'input'
  • New supported file formats
  • Customized output file name when using parameterized queries
  • Support for preloading RDF data to be queried alongside (or without) the facade-x content.

v0.0.2

18 Dec 16:49
Compare
Choose a tag to compare

Core modules developed

Support for the following formats: "json", "html", "xml", "csv", "bin", "png","jpeg","jpg","bmp","tiff","tif", "ico", "txt"

Command-line interface available from the runnable jar sparql-anything-0.0.2.jar

Various improvements and bugfixes

Integration tests