Skip to content

Releases: oxigraph/oxigraph

v0.4.0-alpha.7

22 May 18:22
@Tpt Tpt
Compare
Choose a tag to compare
v0.4.0-alpha.7 Pre-release
Pre-release
  • Default in memory storage is now a brand new implementation based on hash sets and linked list. See description in the wiki.
    It provides proper transaction rollbacks and allows concurrent reads while a write transaction is happening.
    It is now used when a Store is created without an underlying storage directory.
  • SPARQL: DESCRIBE now implements Concise Bounded Description.
  • JS: The load, dump, query and update method second argument is now an object with options (base IRI, unchecked mode for parsing...).

v0.4.0-alpha.6

25 Mar 20:41
@Tpt Tpt
Compare
Choose a tag to compare
v0.4.0-alpha.6 Pre-release
Pre-release

Fixes compatibility with OxIRI 0.2.3

v0.4.0-alpha.5

23 Mar 16:44
@Tpt Tpt
Compare
Choose a tag to compare
v0.4.0-alpha.5 Pre-release
Pre-release
  • Python: Added Dataset class
  • Rust: Dataset::canonicalize and Graph::canonicalize takes for input a CanonicalizationAlgorithm to set which algorithm to use.
  • Upgrades RocksDB to 9.0.0
  • JS: Drops NodeJS 12-16 and older web browsers (Edge before Chromium...) support.

v0.4.0-alpha.4

07 Mar 19:57
@Tpt Tpt
Compare
Choose a tag to compare
v0.4.0-alpha.4 Pre-release
Pre-release
  • async query results parser
  • optional (but enabled by default rocksdb dependency

v0.4.0-alpha.3

25 Jan 07:58
@Tpt Tpt
Compare
Choose a tag to compare
v0.4.0-alpha.3 Pre-release
Pre-release

Allows to set prefixes during serialization (Turtle, TriG and RDF/XML). oxigraph convert preserves prefixes.

v0.4.0-alpha.2

08 Jan 12:03
@Tpt Tpt
Compare
Choose a tag to compare
v0.4.0-alpha.2 Pre-release
Pre-release
  • Docker: fixes Docker image Glib version error.
  • Docker: tags now use semver e.g. 0.3.22 and not v0.3.22. Preversions are also not tagged latest anymore.
  • i686 linux support

v0.4.0-alpha.1

03 Jan 12:48
@Tpt Tpt
Compare
Choose a tag to compare
v0.4.0-alpha.1 Pre-release
Pre-release

First test release of Oxigraph 0.4!

Highlights:

  • new standalone crates: sparopt (SPARQL optimizer), oxttl, oxrdfxml and oxrdfio (parsers replacing the `rio_*) crates. The parsers support Tokio I/O traits and a faster "unchecked" mode.
  • the oxigraph_server binary as been renamed to just oxigraph (it provides way more than just an HTTP server).

See the changelog for more details.

v0.3.22

01 Dec 14:30
@Tpt Tpt
Compare
Choose a tag to compare
  • Allows to compile with more recent bindgen and cc
  • Fixes compatibility with spin_no_std feature of lazy_static

v0.3.21

29 Nov 20:32
@Tpt Tpt
Compare
Choose a tag to compare
  • Bulk loader: do not fail when loading empty files.
  • Python: fixes source distribution.

v0.3.20

23 Oct 17:46
@Tpt Tpt
Compare
Choose a tag to compare

Fixes two SPARQL bug, one related to the evaluation of STR function on IRIs with less than 16 bytes (#645) and the other one related to SPARQL update where closes (#655)