diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a6bb1..4d12fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. + +## [v4.0.0](https://github.com/comunica/comunica-feature-hdt/compare/v3.0.3...v4.0.0) - 2024-10-10 + +### BREAKING CHANGES +* [Update to Comunica v4](https://github.com/comunica/comunica-feature-hdt/commit/164087356698e9a3bcb22cc07170a2e7868dc5c0) + * Learn more on https://github.com/comunica/comunica/blob/master/CHANGELOG.md + ## [v3.0.3](https://github.com/comunica/comunica-feature-hdt/compare/v3.0.2...v3.0.3) - 2024-08-07 diff --git a/engines/config-query-sparql-hdt/config/config-default.json b/engines/config-query-sparql-hdt/config/config-default.json index d1eb547..8c5d7de 100644 --- a/engines/config-query-sparql-hdt/config/config-default.json +++ b/engines/config-query-sparql-hdt/config/config-default.json @@ -1,7 +1,7 @@ { "@context": [ "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql/^4.0.0/components/context.jsonld", - "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-hdt/^3.0.0/components/context.jsonld" + "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-hdt/^4.0.0/components/context.jsonld" ], "import": [ "ccqs:config/bindings-aggregator-factory/actors.json", diff --git a/engines/config-query-sparql-hdt/config/query-source-identify/actors.json b/engines/config-query-sparql-hdt/config/query-source-identify/actors.json index 6cd8dce..b7ddc59 100644 --- a/engines/config-query-sparql-hdt/config/query-source-identify/actors.json +++ b/engines/config-query-sparql-hdt/config/query-source-identify/actors.json @@ -1,6 +1,6 @@ { "@context": [ - "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-hdt/^3.0.0/components/context.jsonld" + "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-hdt/^4.0.0/components/context.jsonld" ], "import": [ "ccqsh:config/query-source-identify/actors/hdt.json" diff --git a/engines/config-query-sparql-hdt/config/query-source-identify/actors/hdt.json b/engines/config-query-sparql-hdt/config/query-source-identify/actors/hdt.json index a1a3433..7505e67 100644 --- a/engines/config-query-sparql-hdt/config/query-source-identify/actors/hdt.json +++ b/engines/config-query-sparql-hdt/config/query-source-identify/actors/hdt.json @@ -2,7 +2,7 @@ "@context": [ "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^4.0.0/components/context.jsonld", - "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-query-source-identify-hdt/^3.0.0/components/context.jsonld" + "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-query-source-identify-hdt/^4.0.0/components/context.jsonld" ], "@id": "urn:comunica:default:Runner", "@type": "Runner", diff --git a/engines/config-query-sparql-hdt/package.json b/engines/config-query-sparql-hdt/package.json index e1f1d19..cf2c060 100644 --- a/engines/config-query-sparql-hdt/package.json +++ b/engines/config-query-sparql-hdt/package.json @@ -1,6 +1,6 @@ { "name": "@comunica/config-query-sparql-hdt", - "version": "3.0.3", + "version": "4.0.0", "description": "default configuration files for Comunica SPARQL HDT", "lsd:module": true, "license": "MIT", diff --git a/engines/query-sparql-hdt/config/config-default.json b/engines/query-sparql-hdt/config/config-default.json index 5354db8..53833e7 100644 --- a/engines/query-sparql-hdt/config/config-default.json +++ b/engines/query-sparql-hdt/config/config-default.json @@ -1,6 +1,6 @@ { "@context": [ - "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-hdt/^3.0.0/components/context.jsonld" + "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-hdt/^4.0.0/components/context.jsonld" ], "import": [ "ccqsh:config/config-default.json" diff --git a/engines/query-sparql-hdt/package.json b/engines/query-sparql-hdt/package.json index c948670..e6f34d8 100644 --- a/engines/query-sparql-hdt/package.json +++ b/engines/query-sparql-hdt/package.json @@ -1,6 +1,6 @@ { "name": "@comunica/query-sparql-hdt", - "version": "3.0.3", + "version": "4.0.0", "description": "A Comunica engine for query evaluation over HDT files", "lsd:module": true, "license": "MIT", @@ -228,7 +228,7 @@ "@comunica/actor-query-result-serialize-stats": "4.0.1-alpha.48.0", "@comunica/actor-query-result-serialize-table": "4.0.1-alpha.48.0", "@comunica/actor-query-result-serialize-tree": "4.0.1-alpha.48.0", - "@comunica/actor-query-source-identify-hdt": "^3.0.3", + "@comunica/actor-query-source-identify-hdt": "^4.0.0", "@comunica/actor-query-source-identify-hypermedia": "4.0.1-alpha.48.0", "@comunica/actor-query-source-identify-hypermedia-none": "4.0.1-alpha.48.0", "@comunica/actor-query-source-identify-hypermedia-qpf": "4.0.1-alpha.48.0", diff --git a/lerna.json b/lerna.json index 14ceb64..091ef86 100644 --- a/lerna.json +++ b/lerna.json @@ -18,7 +18,7 @@ "packages/*", "performance/*" ], - "version": "3.0.3", + "version": "4.0.0", "loglevel": "success", "registry": "https://registry.npmjs.org/", "npmClient": "yarn", @@ -26,4 +26,4 @@ "--frozen-lockfile" ], "lerna-script-tasks": "./node_modules/@comunica/utils-monorepo/lib/depCheck.js" -} +} \ No newline at end of file diff --git a/packages/actor-query-source-identify-hdt/package.json b/packages/actor-query-source-identify-hdt/package.json index adffc43..cbd24bb 100644 --- a/packages/actor-query-source-identify-hdt/package.json +++ b/packages/actor-query-source-identify-hdt/package.json @@ -1,6 +1,6 @@ { "name": "@comunica/actor-query-source-identify-hdt", - "version": "3.0.3", + "version": "4.0.0", "description": "A hdt query-source-identify actor", "lsd:module": true, "license": "MIT", diff --git a/performance/benchmark-bsbm-hdt/package.json b/performance/benchmark-bsbm-hdt/package.json index 6c9c122..8127291 100644 --- a/performance/benchmark-bsbm-hdt/package.json +++ b/performance/benchmark-bsbm-hdt/package.json @@ -1,6 +1,6 @@ { "name": "benchmark-bsbm-hdt", - "version": "3.0.3", + "version": "4.0.0", "private": true, "scripts": { "jbr": "cross-env NODE_OPTIONS=--max-old-space-size=8192 jbr", diff --git a/performance/benchmark-watdiv-hdt/package.json b/performance/benchmark-watdiv-hdt/package.json index 302aa81..6918cf7 100644 --- a/performance/benchmark-watdiv-hdt/package.json +++ b/performance/benchmark-watdiv-hdt/package.json @@ -1,6 +1,6 @@ { "name": "benchmark-watdiv-hdt", - "version": "3.0.3", + "version": "4.0.0", "private": true, "scripts": { "jbr": "cross-env NODE_OPTIONS=--max-old-space-size=8192 jbr", diff --git a/yarn.lock b/yarn.lock index 3c25460..d118ad5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4127,16 +4127,16 @@ "@comunica/core" "4.0.1-alpha.48.0" "@rdfjs/types" "*" -"@comunica/config-query-sparql@4.0.1-alpha.48.0", "@comunica/config-query-sparql@~4.0.1-alpha.48.0": - version "4.0.1-alpha.48.0" - resolved "https://registry.yarnpkg.com/@comunica/config-query-sparql/-/config-query-sparql-4.0.1-alpha.48.0.tgz#1425647956be4cf8ef9e77479b426f95a5e75bd6" - integrity sha512-ClQvBa+lcPgmG8whqHwD/PgxhMqj//S8Owhel7FcpJVEYABcH/mJ347+uF07MjQx2dYN/lRGrBRN9BPS7KVaCQ== - "@comunica/config-query-sparql@^2.0.1": version "2.7.0" resolved "https://registry.yarnpkg.com/@comunica/config-query-sparql/-/config-query-sparql-2.7.0.tgz#1030ee76d5532bc6a09a6c8af26a06c7311a5861" integrity sha512-rMnFgT7cz9+0z7wV4OzIMY5qM9/Z0mTGrR8y2JokoHyyTcBGOSajFmy61XCSLMCsLLG8qDXsJ4ClCCky3TGfqA== +"@comunica/config-query-sparql@~4.0.1-alpha.48.0": + version "4.0.1-alpha.48.0" + resolved "https://registry.yarnpkg.com/@comunica/config-query-sparql/-/config-query-sparql-4.0.1-alpha.48.0.tgz#1425647956be4cf8ef9e77479b426f95a5e75bd6" + integrity sha512-ClQvBa+lcPgmG8whqHwD/PgxhMqj//S8Owhel7FcpJVEYABcH/mJ347+uF07MjQx2dYN/lRGrBRN9BPS7KVaCQ== + "@comunica/context-entries@4.0.1-alpha.48.0": version "4.0.1-alpha.48.0" resolved "https://registry.yarnpkg.com/@comunica/context-entries/-/context-entries-4.0.1-alpha.48.0.tgz#5a47df43e3845dd3f4fd207b1da730cdfff26c84"