Skip to content

Releases: oxigraph/rio

v0.8.5

25 Aug 16:20
@Tpt Tpt
Compare
Choose a tag to compare
  • Bump MSRV to 1.75
  • Bump quick-xml to 0.36

v0.8.3

18 Mar 11:28
@Tpt Tpt
Compare
Choose a tag to compare
  • Upgrades the MSRV to 1.60.
  • RDF/XML: properly clear the XML parser buffer during parsing to avoid it to grow indefinitely.

v0.8.2

22 Feb 17:24
@Tpt Tpt
Compare
Choose a tag to compare
  • Sets officially the minimal supported Rust version to 1.58.
  • Turtle and TriG: Fixes parsing of prefixes named like a keyword (prefix, base, graph, true and false).

v0.8.1

17 Jan 20:45
@Tpt Tpt
Compare
Choose a tag to compare

Upgrades quick-xml dependency of rio_xml to 0.27.

v0.8.0

18 Dec 14:05
@Tpt Tpt
Compare
Choose a tag to compare
  • Improvements for generalized RDF: Quoted triples are now allowed to contain generalized terms and a new GeneralizedNQuadsParser (thanks to @pchampin).
  • RDF/XML: Properly resolves already declared entities in entity declarations (thanks to @filippodebortoli).

v0.7.3

09 Jul 15:01
@Tpt Tpt
Compare
Choose a tag to compare
  • Adds RdfXmlParser::buffer_position.

v0.7.2

11 Jun 10:35
@Tpt Tpt
Compare
Choose a tag to compare
  • Upgrades quick-xml dependency of rio_xml to 0.23.

v0.7.1

25 Mar 20:06
@Tpt Tpt
Compare
Choose a tag to compare
  • The TurtleParser::prefixes() and TriGParser::prefixes() method have been added to fetch the list of IRI prefixes in the parsed file.
  • The default branch in the git repository is now main and not master.

v0.7.0

05 Mar 16:40
@Tpt Tpt
Compare
Choose a tag to compare
  • Removes adapters for sophia_api and support of oxiri 0.1.
  • Formatters now flushes when the finish method is called.

v0.6.2

11 Jan 16:33
@Tpt Tpt
Compare
Choose a tag to compare

Fixes possible stack overflow error by limiting the depth of nested constructions in the syntax.

The max depth of nested collections, anonymous blank nodes and RDF-star nested triples is now limited to 128.

Adds also compatibility with OxIRI 0.2.