Skip to content

Releases: mdesalvo/RDFSharp

v3.12.0

28 May 18:33
b44d489
Compare
Choose a tag to compare

(NEW) Added ability to model and register custom datatypes (#335 #336 => slight API breaking changes)
(FIX) Smarter handling of geographic datatypes by assigning a specific validation category (#338)
(MISC) Drop internal metadata of RDFTriple to get lighter memory footprint

v3.11.0

14 Mar 19:42
46b6125
Compare
Choose a tag to compare

(NEW) Added support for language tags with --ltr and --rtl direction (#333)
(NEW) Added support for executing expressions as filters inside a SPARQL query (#334)

v3.10.0

03 Jan 23:35
773807b
Compare
Choose a tag to compare

(NEW) Added ability to POST SPARQL queries to endpoints (#330)
(NEW) Added ability to give query options to SPARQL endpoints contained in federations (#331)

v3.9.0

08 Dec 10:32
3c670f0
Compare
Choose a tag to compare

(NEW) Added support for SPARQL SERVICE evaluation on RDFPatternGroup (#324)
(NEW) Added support for SPARQL BNODE() expression (#323)
(FIX) Crash in evaluation of DESCRIBE queries having blank resource terms (#329)
(FIX) Design glitch exposing Optional() and UnionWithNext() at RDFQuery level instead of RDFSelectQuery
(MISC) Upgraded test platform and workflows to .NET 8

v3.8.0

01 Oct 15:44
de61b61
Compare
Choose a tag to compare

(NEW) Added support for owl:real numeric datatype (#311)
(NEW) Added QuadruplesCount property to RDFStore (#314)
(NEW) Added validation of GeoSPARQL typed literals (#318)

v3.7.1

27 Aug 08:06
Compare
Choose a tag to compare

(NEW) Enhanced federations to support async graphs and stores (#308, thanks @osharper)
(NEW) Added support for flagging inferred triples (#309, #310)

v3.6.2

14 Aug 14:46
Compare
Choose a tag to compare

(NEW) Aligned SHACL path capabilities to SPARQL property paths (#302,#304,#306, thanks @Pingviinituutti)
(FIX) RDF/XML elements with rdf:ID sets subject URI improperly (#307, thanks @Pingviinituutti)
(MISC) Internal changes to support rebranding of RDFSharp.Semantics into OWLSharp

v3.5.0

09 Jun 18:20
38305ea
Compare
Choose a tag to compare

(NEW) Added RDFAsyncGraph and RDFAsyncStore for extended async support (#291, thanks @iskandersierra)
(NEW) Added support for modeling GeoSPARQL expressions (#298)
(NEW) Added support for OWL-TIME namespace, vocabulary and datatypes (#292 )
(FIX) Incorrect parsing of xsd:gDay and xsd:gMonth literals (#293)
(FIX) Removed glitch affecting implementation of external RDFStore providers (#299)

v3.2.0

29 Jan 10:44
315b610
Compare
Choose a tag to compare

(NEW) Added support for modeling SPARQL Expressions (#283)
(NEW) Added support for modeling SPARQL Bind operator (#284)
(NEW) Added support for modeling SPARQL IsNumeric filter (#286)
(NEW) Added support for GeoSPARQL namespace, vocabulary and datatypes (#289)
(FIX) Missing collection of variables from SPARQL Values and PropertyPath (#287)
(MISC) Code cleanups and slight quality improvements

v3.1.0

29 Dec 17:35
f3a409f
Compare
Choose a tag to compare

(NEW) Added support for IDisposable in RDFGraph (#279)
(NEW) Added support for IDisposable in RDFMemoryStore (#280)
(MISC) Migrated test platform to .NET 6
(MISC) Code cleanups and slight performance optimizations