zazuko / trifid

Lightweight Linked Data Server and Proxy
Apache License 2.0
77 stars 10 forks source link

chore(deps): bump oxigraph from 0.4.0-alpha.6 to 0.4.0-alpha.7 #387

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps oxigraph from 0.4.0-alpha.6 to 0.4.0-alpha.7.

Release notes

Sourced from oxigraph's releases.

v0.4.0-alpha.7

  • 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...).
Changelog

Sourced from oxigraph's changelog.

[0.4.0-alpha.7] - 2024-05-18

Added

  • JS: Store.query has now a results_format option to select the format in which the results should be returned. When enabled the return type will be a string.

Changed

  • 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.
  • SPARQL: avoids join reordering inside of SERVICE calls.
  • SPARQL: fixes parsing of DESCRIBE query when there is a space between the IRI after FROM and the WHERE keyword.
  • Uses the "fx hash" from Firefox and rustc in the hash maps to make hashing faster.
  • RDF/XML: if unchecked is enabled, rdf:ID distinctness won't be validated.
  • Python: uses Python 0.21 bindings.
  • JS: The load and dump method second argument is now an object with options. The old API is kept for backward compatibility and prints warnings.
  • CLI: removes dependencies on escargot.
  • CLI: uses @zazuko/yasqui instead of @triply/yasqui and vendors the JS and CSS in the built binary.
Commits
  • f239a24 Upgrades dependencies
  • 14a22dc JS: Refactors Store.load and Store.dump API to enable more options
  • 93d4369 JS bench: make sure to actually run updates in the query/update benchmark
  • 0b40339 JS: Rename benchmark to avoid confusion with Rust benches
  • 19ec677 JS: Adds some benchmarks
  • e1e9aa4 JS: Properly serializes CONSTRUCT results using RDF formats rather than SPARQ...
  • ec40d51 Upgrades dependencies
  • 452e86d JS: Allows to return query results in JSON/XML/CSV/TSV
  • See full diff 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: 4b8fa88a18c8a5dd8a5512a8d33d05ef8a72b563

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | -------------------- | ----- | | trifid-handler-fetch | Minor |

Not sure what this means? Click here to learn what changesets are.

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

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 98.07692% with 1 line in your changes missing coverage. Please review.

Project coverage is 43.91%. Comparing base (8b2e37d) to head (4b8fa88).

Files Patch % Lines
packages/handler-fetch/lib/query.js 96.55% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #387 +/- ## ========================================== + Coverage 40.99% 43.91% +2.91% ========================================== Files 47 47 Lines 3132 3047 -85 ========================================== + Hits 1284 1338 +54 + Misses 1848 1709 -139 ``` | [Flag](https://app.codecov.io/gh/zazuko/trifid/pull/387/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zazuko) | Coverage Δ | | |---|---|---| | [ckan](https://app.codecov.io/gh/zazuko/trifid/pull/387/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zazuko) | `97.75% <ø> (ø)` | | | [core](https://app.codecov.io/gh/zazuko/trifid/pull/387/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zazuko) | `21.23% <ø> (ø)` | | | [entity-renderer](https://app.codecov.io/gh/zazuko/trifid/pull/387/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zazuko) | `54.92% <ø> (ø)` | | | [graph-explorer](https://app.codecov.io/gh/zazuko/trifid/pull/387/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zazuko) | `0.00% <ø> (ø)` | | | [handler-fetch](https://app.codecov.io/gh/zazuko/trifid/pull/387/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zazuko) | `95.23% <98.07%> (+45.74%)` | :arrow_up: | | [iiif](https://app.codecov.io/gh/zazuko/trifid/pull/387/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zazuko) | `44.05% <ø> (ø)` | | | [markdown-content](https://app.codecov.io/gh/zazuko/trifid/pull/387/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zazuko) | `95.65% <ø> (ø)` | | | [yasgui](https://app.codecov.io/gh/zazuko/trifid/pull/387/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zazuko) | `0.00% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zazuko#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.