Skip to content

v2.24.0

Compare
Choose a tag to compare
@mdesalvo mdesalvo released this 05 Jun 13:43
· 1053 commits to master since this release
adfd98e

(NEW) Added support for SPARQL Update operations: DeleteData, DeleteWhere, InsertData, InsertWhere (#223)
(NEW) Added support for xsd:dateTimeStamp datatype (#217)
(NEW) Added support for hidden DISTINCT modifier in CONSTRUCT and DESCRIBE queries (#222)
(NEW) Added support for configuring timeout and error behavior of SPARQL endpoint queries (#225)
(NEW) Slightly improved semantics performances with lazyness of hashing engine (#221)
(FIX) Harmonized handling of datetime-based typed literals (#218)
(FIX) Missing evaluation of conditionless CONSTRUCT queries (#220)
(FIX) Evaluation of query on federations may lead to incorrect results (#227)
(FIX) Lookup for namespaces to prefix.cc service should have a timeout (#226)
(MISC) Code cleanups and improvements