Skip to content

chore(deps): Bump oxrdfio from 0.2.5 to 0.2.6 - #470

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/oxrdfio-0.2.6
Open

chore(deps): Bump oxrdfio from 0.2.5 to 0.2.6#470
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/oxrdfio-0.2.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps oxrdfio from 0.2.5 to 0.2.6.

Changelog

Sourced from oxrdfio's changelog.

[Unreleased]

Added

  • sparopt: GraphPattern::join_order_variables, exposing the join / variable-elimination order chosen by Optimizer::optimize_graph_pattern for consumption by external execution engines (e.g. worst-case-optimal join executors).

Fixed

  • SPARQL: avoid counting shared triples multiple times when merging default graphs with FROM, USING, or the union-default-graph option. RocksDB-backed stores use their ordered indexes to perform this merge without retaining all matched triples.

[0.5.7] - 2026-04-19

Changed

  • JSON-LD: Fixes conflicts between @type and @language in property-scoped contexts.
  • Bump RocksDB to 11.0.4

[0.5.6] - 2026-03-14

Changed

  • SPARQL: DESCRIBE: do not describe values of blank node "variables".
  • SPARQL: Fixes some bug in the parser related to spacing.
  • SPARQL: Fixes evaluation of SERVICE clauses with unsupported custom functions.
  • JSON-LD: fixes serialization of relative IRIs looking like keywords.
  • RocksDB: reduce the number of copies in read operations.

[0.5.5] - 2026-02-14

Added

  • JSON-LD: JSON-LD 1.1 is now implemented and enabled by default.
  • JavaScript: the parse method that allows to parse a RDF file from a buffer, an iterator of buffers or and async iterator of buffers (including streams).
  • oxrdf: the Dataset.quads_for_pattern method allowing to iterate only on quads matching a given pattern.
  • oxjsonld: The JsonLdParser.with_processing_mode method to select the JSON-LD 1.0 or 1.1 processing mode.

Changed

  • RocksDB fixes a panic when ulimit -n is set to a very large number.

[0.5.4] - 2026-01-24

Added

  • RDF/XML: support of the current 1.2 draft behind the rdf-12 cargo feature (directional language strings and triple terms).
  • RDFC 1.0 canonicalization algorithm on the Graph and Dataset containers.

Changed

  • oxrdf: the default Unstable canonicalization algorithm has been changed for a variant of RDFC 1.0. It seems much faster in a lot of cases.
  • HTTP: always set sd:endpoint in the served service description (the value is guessed from the incoming request values).
  • spareval: make QueryTripleIter::new public.
  • JSON-LD: lots of internal changes in preparation of JSON-LD 1.1 support (might affect some edge cases of 1.0 parsing).

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [oxrdfio](https://github.com/oxigraph/oxigraph) from 0.2.5 to 0.2.6.
- [Release notes](https://github.com/oxigraph/oxigraph/releases)
- [Changelog](https://github.com/oxigraph/oxigraph/blob/main/CHANGELOG.md)
- [Commits](https://github.com/oxigraph/oxigraph/commits)

---
updated-dependencies:
- dependency-name: oxrdfio
  dependency-version: 0.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants