Skip to content

build(deps-dev): bump oxigraph from 0.4.9 to 0.5.5#501

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/oxigraph-0.5.5
Open

build(deps-dev): bump oxigraph from 0.4.9 to 0.5.5#501
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/oxigraph-0.5.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps oxigraph from 0.4.9 to 0.5.5.

Release notes

Sourced from oxigraph's releases.

v0.5.5

  • JSON-LD: JSON-LD 1.1 is now implemented and enabled by default.
  • JavaScript: new 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: new Dataset.quads_for_pattern method allowing to iterate only on quads matching a given pattern.

v0.5.4

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

v0.5.3

Three SPARQL changes:

  • support VERSION declaration.
  • fixes parsing of HAVING when there are multiple conditions.
  • compute ordering values for ORDER BY only once (allows ORDER BY RAND() to work properly).

v0.5.3-post.1

Retrigger the publishing CI after fixing an auth error

v0.5.2

  • SPARQL: fixes evaluation of RDF 1.2 annotation syntax (e.g. SELECT * WHERE { ?s ?p ?o {| ?p2 ?o |}).
  • Bump RocksDB to 10.7.5 (requires a C++ 20 compiler).
  • Built Linux Python wheels now require Glibc 2.28.

v0.5.1

  • spareval: Add QueryEvaluator.prepare method that allows to prepare a query then execute it. Injecting variable bindings and customizing the query dataset is possible on the prepared query. FROM and FROM NAMED clauses are taken into account by this API, opposite to the older QueryEvaluator.execute method.
  • spargebra: Addstandard-unicode-escaping feature that unescape \u and \U sequences everywhere in the query, following to the SPARQL specification.
  • CLI: oxigraph load now has a --non-atomic option to load data in a non-atomic way. Allows compaction to happen in the background during loading.
  • NTriples/Turtle: fixes parsing of language tags with numbers like es-419.
  • SPARQL: fixes evaluation of SELECT * FROM NAMED <ex:> WHERE { GRAPH ?g {} }: all named graphs of the underlying store returned and not only ex:.
  • SPARQL: make parsing fail on duplicated variable names in VALUES like VALUES (?a ?a) {}.

v0.5.0

This release is dedicated to the memory of Gregg Kellogg, author of multiple specifications implemented by Oxigraph and great inspiration.

Major changes:

  • Support for current W3C working drafts RDF 1.2 and SPARQL 1.2, hidden behind the rdf-12 or sparql-12 features. This replace the rdf-star feature. RDF 1.2 includes triple terms using a slightly different syntax as RDF-star. Support is disabled by default in the oxigraph crate but enabled by default in the Python and JS bindings and the CLI.
  • oxigraph: the Store.start_transaction method that returns a new Transaction object. transactions can be committed with the commit method or rolled back by just dropping the Transaction object. Similarly, BulkLoader has a commit method to save the bulk loaded data. The Store::query method is now deprecated in favor of the SparqlEvaluator API

Read the changelog for all changes in this release.

v0.5.0-beta.5

  • SPARQL query evaluation: adds a CancellationToken to easily cancel a running SPARQL query and use it in the new --timeout-s option of the CLI query command to set a timeout for the query.
  • Adds split_file_for_parallel_parsing method to enable easier NTriples and NQuads parallel parsing from a file. Make use of it in a bulk loader parallel_load_from_file method that is also used by the CLI load command and the Python bulk_load function.

... (truncated)

Changelog

Sourced from oxigraph's changelog.

[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).

[0.5.3] - 2025-12-19

Added

  • SPARQL 1.2: support VERSION declaration.

Changed

  • SPARQL: fixes parsing of HAVING when there are multiple conditions.
  • SPARQL: compute ordering values for ORDER BY only once (allows ORDER BY RAND() to work properly).

[0.5.2] - 2025-10-25

Changed

  • SPARQL: fixes evaluation of RDF 1.2 annotation syntax (e.g. SELECT * WHERE { ?s ?p ?o {| ?p2 ?o |}).
  • Bump RocksDB to 10.7.5 (requires a C++ 20 compiler).
  • Built Linux Python wheels now require Glibc 2.28.

[0.5.1] - 2025-10-11

Added

  • spargebra: standard-unicode-escaping feature that unescape \u and \U sequences everywhere in the query, following to the SPARQL specification.
  • spareval: QueryEvaluator.prepare method that allows to prepare a query then execute it. Injecting variable bindings and customizing the query dataset is possible on the prepared query. FROM and FROM NAMED clauses are taken into account by this API, opposite to the older QueryEvaluator.execute method.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for oxigraph since your current version.


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 [oxigraph](https://github.com/oxigraph/oxigraph/tree/HEAD/js) from 0.4.9 to 0.5.5.
- [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/v0.5.5/js)

---
updated-dependencies:
- dependency-name: oxigraph
  dependency-version: 0.5.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 23, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Feb 23, 2026

⚠️ No Changeset found

Latest commit: 8eb003d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants