All Versions
6
Latest Version
Avg Release Cycle
183 days
Latest Release
920 days ago
Changelog History
Changelog History
-
v0.3.0 Changes
September 21, 2020๐ Elixir versions < 1.9 are no longer supported
โ Added
- raw-mode with the
:raw_mode
option, which allows disabling of the processing of query strings, passing them through as-is to the SPARQL endpoint - ๐ support for
INSERT DATA
andDELETE DATA
updates withSPARQL.Client.insert_data/3
andSPARQL.Client.delete_data/3
which are able to handle all types RDF.ex datastructures (RDF.Description
,RDF.Graph
,RDF.Dataset
) directly - ๐ support for
LOAD
updates withSPARQL.Client.load/2
- ๐ support for
CLEAR
updates withSPARQL.Client.clear/2
- ๐ support for all graph management operations with
SPARQL.Client.create/2
SPARQL.Client.drop/2
SPARQL.Client.copy/2
SPARQL.Client.move/2
SPARQL.Client.add/2
- ๐ง the defaults for several options can now be configured globally via the application
environment; please refer to theSPARQL.Client
documentation for more information
๐ Changed
- 0๏ธโฃ the default request method for queries when using SPARQL protocol version 1.1 is now
:get
- ๐ improved error handling
๐ Fixed
- 0๏ธโฃ the default HTTP
Accept
header used when no:result_form
was provided onSPARQL.Client.query/3
contained a typo
- raw-mode with the
-
v0.2.2 Changes
May 22, 2019โ Added
- the
request_opts
options toSPARQL.Client.query/3
which will be passed as theopts
option value to theTesla.request/2
function
- the
-
v0.2.1 Changes
September 17, 2018๐ Fixed
- โก๏ธ Update to SPARQL.ex 0.2.1 whose Hex package no longer contains Erlang output files of Leex and Yecc, which caused issues using the SPARQL.ex Hex package on OTP < 21 (because the package was released with OTP 21)
-
v0.2.0 Changes
September 17, 2018๐ Changed
- adapt to new query result representation in SPARQL.ex 0.2
- โฌ๏ธ Elixir versions < 1.6 are no longer supported (as a consequence of upgrading to the latest versions of RDF.ex and SPARQL.ex)
-
v0.1.1 Changes
August 21, 2018- โฌ๏ธ Upgrade to Tesla 1.1
-
v0.1.0 Changes
March 19, 2018๐ Initial release