Skip to content

Commit af7d65f

Browse files
committed
Bump to release version v5.0.0
1 parent 8129884 commit af7d65f

File tree

11 files changed

+23
-13
lines changed

11 files changed

+23
-13
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
<a name="v5.0.0"></a>
5+
## [v5.0.0](https://github.com/comunica/comunica-feature-hdt/compare/v4.0.2...v5.0.0) - 2026-01-08
6+
7+
### BREAKING CHANGES
8+
* [Update to Comunica v5](https://github.com/comunica/comunica-feature-hdt/commit/8129884b99e47ba6e8ba010c3a656afa7104377a)
9+
* Relevant changes can be found at https://github.com/comunica/comunica/blob/master/CHANGELOG.md#v501---2026-01-08
10+
11+
### Changed
12+
* [Avoid creation of intermediary triple objects to improve performance](https://github.com/comunica/comunica-feature-hdt/commit/623d9afe92662baccba1682fea35bf61e8132735)
13+
414
<a name="v4.0.2"></a>
515
## [v4.0.2](https://github.com/comunica/comunica-feature-hdt/compare/v4.0.1...v4.0.2) - 2024-10-15
616

engines/config-query-sparql-hdt/config/config-default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"@context": [
33
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql/^5.0.0/components/context.jsonld",
4-
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-hdt/^4.0.0/components/context.jsonld"
4+
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-hdt/^5.0.0/components/context.jsonld"
55
],
66
"import": [
77
"ccqs:config/bindings-aggregator-factory/actors.json",

engines/config-query-sparql-hdt/config/query-source-identify/actors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@context": [
3-
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-hdt/^4.0.0/components/context.jsonld"
3+
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-hdt/^5.0.0/components/context.jsonld"
44
],
55
"import": [
66
"ccqsh:config/query-source-identify/actors/hdt.json"

engines/config-query-sparql-hdt/config/query-source-identify/actors/hdt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@context": [
33
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^5.0.0/components/context.jsonld",
44

5-
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-query-source-identify-hdt/^4.0.0/components/context.jsonld"
5+
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-query-source-identify-hdt/^5.0.0/components/context.jsonld"
66
],
77
"@id": "urn:comunica:default:Runner",
88
"@type": "Runner",

engines/config-query-sparql-hdt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@comunica/config-query-sparql-hdt",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "default configuration files for Comunica SPARQL HDT",
55
"lsd:module": true,
66
"license": "MIT",

engines/query-sparql-hdt/config/config-default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@context": [
3-
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-hdt/^4.0.0/components/context.jsonld"
3+
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-hdt/^5.0.0/components/context.jsonld"
44
],
55
"import": [
66
"ccqsh:config/config-default.json"

engines/query-sparql-hdt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@comunica/query-sparql-hdt",
3-
"version": "4.0.2",
3+
"version": "5.0.0",
44
"description": "A Comunica engine for query evaluation over HDT files",
55
"lsd:module": true,
66
"license": "MIT",
@@ -238,7 +238,7 @@
238238
"@comunica/actor-query-serialize-sparql": "^5.0.0",
239239
"@comunica/actor-query-source-dereference-link-force-sparql": "^5.0.0",
240240
"@comunica/actor-query-source-dereference-link-hypermedia": "^5.0.0",
241-
"@comunica/actor-query-source-identify-hdt": "^4.0.1",
241+
"@comunica/actor-query-source-identify-hdt": "^5.0.0",
242242
"@comunica/actor-query-source-identify-hypermedia": "^5.0.0",
243243
"@comunica/actor-query-source-identify-hypermedia-none": "^5.0.0",
244244
"@comunica/actor-query-source-identify-hypermedia-qpf": "^5.0.0",
@@ -300,7 +300,7 @@
300300
"@comunica/bus-function-factory": "^5.0.0",
301301
"@comunica/bus-http-invalidate": "^5.0.0",
302302
"@comunica/bus-query-operation": "^5.0.0",
303-
"@comunica/config-query-sparql-hdt": "~4.0.1",
303+
"@comunica/config-query-sparql-hdt": "^5.0.0",
304304
"@comunica/core": "^5.0.0",
305305
"@comunica/logger-void": "^5.0.0",
306306
"@comunica/mediator-all": "^5.0.0",

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"packages/*",
1919
"performance/*"
2020
],
21-
"version": "4.0.2",
21+
"version": "5.0.0",
2222
"loglevel": "success",
2323
"registry": "https://registry.npmjs.org/",
2424
"npmClient": "yarn",
2525
"npmClientArgs": [
2626
"--frozen-lockfile"
2727
],
2828
"lerna-script-tasks": "./node_modules/@comunica/utils-monorepo/lib/depCheck.js"
29-
}
29+
}

packages/actor-query-source-identify-hdt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@comunica/actor-query-source-identify-hdt",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "A hdt query-source-identify actor",
55
"lsd:module": true,
66
"license": "MIT",

performance/benchmark-bsbm-hdt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "benchmark-bsbm-hdt",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"private": true,
55
"scripts": {
66
"jbr": "cross-env NODE_OPTIONS=--max-old-space-size=8192 jbr",

0 commit comments

Comments
 (0)