Skip to content

Bump oxigraph from 0.5.9 to 0.5.11 in /rust/case2geojson - #182

Merged
ajnelson-nist merged 1 commit into
mainfrom
dependabot/cargo/rust/case2geojson/oxigraph-0.5.11
Sep 8, 2026
Merged

ajnelson-nist merged 1 commit into
mainfrom
dependabot/cargo/rust/case2geojson/oxigraph-0.5.11

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps oxigraph from 0.5.9 to 0.5.11.

Release notes

Sourced from oxigraph's releases.

v0.5.11

  • HTTP server: fixes repeated URL query arguments support like default-graph-uri.
  • CLI: Set load command exit status to failed if any of the loaded files fails to load.

v0.5.10

  • Turtle-like languages: allow blank node ids with multiple consecutive dots (these are allowed in the Turtle grammar).
  • SPARQL: optimize properly joins nested inside other joins. This might significantly affect the speed of some queries.
  • SPARQL: fixes the type inference one on the IF function and equality simplification on literals.
  • SPARQL: properly large strings effective boolean value to true (and not false...).
  • SPARQL: fixes CLEAR NAMED on the RocksDB storage when there are more than 100k named graphs.
  • SPARQL: fixes validation of xsd:dateTime and xsd:time: times like 24:01:01 where wrongly considered valid.
  • HTTP endpoint: fix HTTP status code returned on /store POST requests (thanks @​mattfaltyn)
  • HTTP endpoint: make PUT requests on /store database changes properly atomic (thanks @​mattfaltyn)
Changelog

Sourced from oxigraph's changelog.

[0.5.11] - 2026-09-02

Changed

  • CLI: Set load command exit status to failed if any of the loaded files fails to load.
  • HTTP server: fixes repeated URL query arguments support like default-graph-uri.

[0.5.10] - 2026-08-30

Changed

  • Turtle-like languages: allow blank node ids with multiple consecutive dots (these are allowed in the Turtle grammar).
  • SPARQL: optimize properly joins nested inside other joins. This might significantly affect the speed of some queries.
  • SPARQL: fixes the type inference one on the IF function and equality simplification on literals.
  • SPARQL: properly large strings effective boolean value to true (and not false...).
  • SPARQL: fixes CLEAR NAMED on the RocksDB storage when there are more than 100k named graphs.
  • SPARQL: fixes validation of xsd:dateTime and xsd:time: times like 24:01:01 where wrongly considered valid.
  • HTTP endpoint: fix HTTP status code returned on /store POST requests.
  • HTTP endpoint: make PUT requests on /store database changes properly atomic
Commits
  • 798f0e9 Document better substitute_variable (#1848)
  • 0e81a29 Releases v0.5.10
  • b40d552 spareval: fix Join vs LeftJoin typo in plan
  • 1c2dece Fix slice cardinality estimates
  • 065a5f9 oxsdatatypes: fixes validation of 24:MM:SS times
  • c542b78 RocksDB clear_all_named_graphs: fixes batching logic
  • a4b2576 SmallString: check the length during deserialization
  • d04cb72 Fixes effective boolean values of large strings
  • feb34b6 oxttl: allow multiple dots in blank node ids
  • 6b243ab sparopt: properly optimize joins recursively
  • Additional commits viewable in compare view

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) from 0.5.9 to 0.5.11.
- [Release notes](https://github.com/oxigraph/oxigraph/releases)
- [Changelog](https://github.com/oxigraph/oxigraph/blob/v0.5.11/CHANGELOG.md)
- [Commits](oxigraph/oxigraph@v0.5.9...v0.5.11)

---
updated-dependencies:
- dependency-name: oxigraph
  dependency-version: 0.5.11
  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 7, 2026
@ajnelson-nist
ajnelson-nist merged commit b571eb4 into main Sep 8, 2026
16 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/rust/case2geojson/oxigraph-0.5.11 branch September 8, 2026 13:29
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.

1 participant