@twin.org/federated-catalogue-service 0.9.0 → 0.9.1-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/changelog.md +73 -0
- package/package.json +19 -19
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,78 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.9.1-next.1](https://github.com/iotaledger/twin-federated-catalogue/compare/federated-catalogue-service-v0.9.1-next.0...federated-catalogue-service-v0.9.1-next.1) (2026-06-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* filter plugins that read the array shape must update (twin-supply-chain FilterByRole).
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* add [@id](https://github.com/id) to policy example in federated catalogue route definition ([#58](https://github.com/iotaledger/twin-federated-catalogue/issues/58)) ([c854f16](https://github.com/iotaledger/twin-federated-catalogue/commit/c854f16eac91d23468134bb46e8a2c7a74e854af))
|
|
13
|
+
* add context id features ([#32](https://github.com/iotaledger/twin-federated-catalogue/issues/32)) ([277e64b](https://github.com/iotaledger/twin-federated-catalogue/commit/277e64bb507db0948e83c44e8282e09f1865fe0b))
|
|
14
|
+
* add data types with fully qualified names ([993eb09](https://github.com/iotaledger/twin-federated-catalogue/commit/993eb09e25f6caad5d82a3908a2ba648900f5ca7))
|
|
15
|
+
* add namespace prop to service ([cbfea3b](https://github.com/iotaledger/twin-federated-catalogue/commit/cbfea3b115838744fc8a238b36f1660b0f2939d9))
|
|
16
|
+
* add telemetry metrics to federated catalogue ([#93](https://github.com/iotaledger/twin-federated-catalogue/issues/93)) ([abd8965](https://github.com/iotaledger/twin-federated-catalogue/commit/abd89657d3991e6a50f8ed3845186069549df769))
|
|
17
|
+
* add validate-locales ([3d8d60d](https://github.com/iotaledger/twin-federated-catalogue/commit/3d8d60d9291e5a6f8c6d4562d6a862456a9917bc))
|
|
18
|
+
* configurable timeout for mutex ([b2cd76b](https://github.com/iotaledger/twin-federated-catalogue/commit/b2cd76ba71008e558788eb3fc734b8f02eb7fdc8))
|
|
19
|
+
* consistent component naming with other repos ([83fc03d](https://github.com/iotaledger/twin-federated-catalogue/commit/83fc03dee3846600ae6a45d710248a0ae60af570))
|
|
20
|
+
* eslint migration to flat config ([b5990d9](https://github.com/iotaledger/twin-federated-catalogue/commit/b5990d9ebdf403ac999da456052bee72787745de))
|
|
21
|
+
* implement Dataspace Protocol federated catalogue ([#36](https://github.com/iotaledger/twin-federated-catalogue/issues/36)) ([4765aba](https://github.com/iotaledger/twin-federated-catalogue/commit/4765aba4485ef8ad61e7ec1affbf0e454d974d36))
|
|
22
|
+
* integrate synchronised storage with federated catalogue ([#53](https://github.com/iotaledger/twin-federated-catalogue/issues/53)) ([d1cdf06](https://github.com/iotaledger/twin-federated-catalogue/commit/d1cdf066adff8fb2266ccaaebcf57da391e03d3f))
|
|
23
|
+
* organization identifiers ([#84](https://github.com/iotaledger/twin-federated-catalogue/issues/84)) ([1e02971](https://github.com/iotaledger/twin-federated-catalogue/commit/1e02971a12e40bd20a0034ee1de0988a689d3dc8))
|
|
24
|
+
* publish encrypted `twin:tenantToken` per dataset ([#64](https://github.com/iotaledger/twin-federated-catalogue/issues/64)) ([77e4517](https://github.com/iotaledger/twin-federated-catalogue/commit/77e451782ad8b227b91b4cc8a97bdd6eb90881b6))
|
|
25
|
+
* remove hosting component ([#90](https://github.com/iotaledger/twin-federated-catalogue/issues/90)) ([801ef4f](https://github.com/iotaledger/twin-federated-catalogue/commit/801ef4fbc1033346089b9cc3cea6022ab57f4b01))
|
|
26
|
+
* remove unused namespace ([b1b22f3](https://github.com/iotaledger/twin-federated-catalogue/commit/b1b22f3100e6a6dae23df12b8e424748a78f4245))
|
|
27
|
+
* replace sync storage with shared DB and trust-token auth ([#79](https://github.com/iotaledger/twin-federated-catalogue/issues/79)) ([3a07f02](https://github.com/iotaledger/twin-federated-catalogue/commit/3a07f02aba8d6f3540a23e5c2cebc7b0e579ef30))
|
|
28
|
+
* simplify node ([e80db0e](https://github.com/iotaledger/twin-federated-catalogue/commit/e80db0e1b4935daaa7ff7d4343280efaa6250bf8))
|
|
29
|
+
* simplify not found error handling in rest routes ([b4f2679](https://github.com/iotaledger/twin-federated-catalogue/commit/b4f26794942305ad6e8d555d1cbab6df0615214f))
|
|
30
|
+
* synchronise with gaia-x types ([3e0d7f2](https://github.com/iotaledger/twin-federated-catalogue/commit/3e0d7f2f277ec0adef79d71165b6db778e15e315))
|
|
31
|
+
* typescript 6 update ([ead042d](https://github.com/iotaledger/twin-federated-catalogue/commit/ead042d09f4e6b03a2db46ace2ea95d197f0f4b0))
|
|
32
|
+
* update config naming to match component ([a1a6348](https://github.com/iotaledger/twin-federated-catalogue/commit/a1a6348a6009939e1c784c35fd261ef306bbc59a))
|
|
33
|
+
* update DataspaceProtocolHelper.validate usage ([49eda69](https://github.com/iotaledger/twin-federated-catalogue/commit/49eda69073d0ef4cd88c0e01f5eee8a78e4195e4))
|
|
34
|
+
* update dependencies ([9534767](https://github.com/iotaledger/twin-federated-catalogue/commit/9534767b6aa85468ab5094512886246814edce9a))
|
|
35
|
+
* update dependencies ([24ff3d7](https://github.com/iotaledger/twin-federated-catalogue/commit/24ff3d772cf7bd7f60547c5b314355e75ba55424))
|
|
36
|
+
* update framework core ([68293b6](https://github.com/iotaledger/twin-federated-catalogue/commit/68293b68aaf594d51431b942fa91e7cf7020a8d7))
|
|
37
|
+
* update json-ld patterns ([172aff0](https://github.com/iotaledger/twin-federated-catalogue/commit/172aff07d0f0b780f72d1be3a4896bbf12f6173a))
|
|
38
|
+
* update node ([1429efa](https://github.com/iotaledger/twin-federated-catalogue/commit/1429efaf46e8b2b46a989847e3768ff5a5a8acc8))
|
|
39
|
+
* update schemas ([58d8581](https://github.com/iotaledger/twin-federated-catalogue/commit/58d85813231f6576490937d4394e7be0f6d8c58d))
|
|
40
|
+
* update to latest framework components ([aa30543](https://github.com/iotaledger/twin-federated-catalogue/commit/aa30543cef1309769d359d64fba0a85db490d69b))
|
|
41
|
+
* update to use new schemas ([41dae8d](https://github.com/iotaledger/twin-federated-catalogue/commit/41dae8d401dcea830b435aa35590e9c90a11eb1f))
|
|
42
|
+
* update ts-to-schema generation ([41bdde7](https://github.com/iotaledger/twin-federated-catalogue/commit/41bdde7ff9f0cfa1ea4376b7a952bbaed9988d0a))
|
|
43
|
+
* update twindev schemas ([88d2144](https://github.com/iotaledger/twin-federated-catalogue/commit/88d214432e9060e58f54d009bb3bbfb30da615e7))
|
|
44
|
+
* updates standards dependencies ([62f5d9c](https://github.com/iotaledger/twin-federated-catalogue/commit/62f5d9c6180bc27497ac43624ffd714e7ce65ce6))
|
|
45
|
+
* use new hosting url for cursor links ([e42c934](https://github.com/iotaledger/twin-federated-catalogue/commit/e42c934b9c8748ec5bdd4803c1cdc05c82ccace8))
|
|
46
|
+
* version 0 federated catalogue ([#2](https://github.com/iotaledger/twin-federated-catalogue/issues/2)) ([93fb8bd](https://github.com/iotaledger/twin-federated-catalogue/commit/93fb8bdbb03aa781ef9e8dc4053beea1b397cc36))
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Bug Fixes
|
|
50
|
+
|
|
51
|
+
* allow CatalogRequestMessage without filter ([#72](https://github.com/iotaledger/twin-federated-catalogue/issues/72)) ([477343d](https://github.com/iotaledger/twin-federated-catalogue/commit/477343dd590150626c417a16705d5fa8bb96838f))
|
|
52
|
+
* bake organization id into object-form accessService endpoint URLs ([#88](https://github.com/iotaledger/twin-federated-catalogue/issues/88)) ([155d86d](https://github.com/iotaledger/twin-federated-catalogue/commit/155d86de7c416abf3c17a38fc3ac5969fd36449c))
|
|
53
|
+
* broken docs ([4588d86](https://github.com/iotaledger/twin-federated-catalogue/commit/4588d861575522da5374291167d57bacd1b21867))
|
|
54
|
+
* consistent naming of entity storage component in config ([1c1cb27](https://github.com/iotaledger/twin-federated-catalogue/commit/1c1cb274c5bca8cbe5f1da71b3dd4ddf52487001))
|
|
55
|
+
* context usage ([cd51790](https://github.com/iotaledger/twin-federated-catalogue/commit/cd51790ef97e14d21e89ef668b98477c163856bb))
|
|
56
|
+
* documentation ([2a4b24f](https://github.com/iotaledger/twin-federated-catalogue/commit/2a4b24f4d2c0da0087081bc459c5890ee4ddd5fa))
|
|
57
|
+
* linting ([df034b1](https://github.com/iotaledger/twin-federated-catalogue/commit/df034b11e78fed68f64dfe9406809d2365acdfb8))
|
|
58
|
+
* pagination and ld context ([#45](https://github.com/iotaledger/twin-federated-catalogue/issues/45)) ([e36f096](https://github.com/iotaledger/twin-federated-catalogue/commit/e36f096aa4fdc61eb5b929a0fc4403247dbd41ce))
|
|
59
|
+
* pass filter criteria object (not the array) to catalogue filter handlers ([#97](https://github.com/iotaledger/twin-federated-catalogue/issues/97)) ([6b0cd54](https://github.com/iotaledger/twin-federated-catalogue/commit/6b0cd54626a01910c2a1fb6af9e16027542e4824))
|
|
60
|
+
* query params force coercion ([a532329](https://github.com/iotaledger/twin-federated-catalogue/commit/a532329089b2b95c7f18cd8bd56ee47482755dc0))
|
|
61
|
+
* service logging constructor type ([35e63cc](https://github.com/iotaledger/twin-federated-catalogue/commit/35e63cc6a46769b32c817f43157233d9f05346da))
|
|
62
|
+
* service missing dependency ([48ff9f2](https://github.com/iotaledger/twin-federated-catalogue/commit/48ff9f26c54a10c6f9c83a11e07a12c1d4c11dd7))
|
|
63
|
+
* stop double-converting filter results in query, preserving dataset [@id](https://github.com/id) ([#75](https://github.com/iotaledger/twin-federated-catalogue/issues/75)) ([f071eda](https://github.com/iotaledger/twin-federated-catalogue/commit/f071eda0f5fc35270570cac7bd106b2bdf02e6e2))
|
|
64
|
+
* support extended fields ([#22](https://github.com/iotaledger/twin-federated-catalogue/issues/22)) ([46e6796](https://github.com/iotaledger/twin-federated-catalogue/commit/46e67967e501eb79cba05adcae59777ae2d4c301))
|
|
65
|
+
* tests now passing. Gaia-X direct references are removed ([#24](https://github.com/iotaledger/twin-federated-catalogue/issues/24)) ([845dfe3](https://github.com/iotaledger/twin-federated-catalogue/commit/845dfe312efe6069ba8487c926f029550a24fa84))
|
|
66
|
+
* transform GuardError to CatalogError for DS Protocol compliance ([#49](https://github.com/iotaledger/twin-federated-catalogue/issues/49)) ([d0f1090](https://github.com/iotaledger/twin-federated-catalogue/commit/d0f10900c251b9abc18e58c90562c393c3265727))
|
|
67
|
+
* use async getStore in tests ([1fe8654](https://github.com/iotaledger/twin-federated-catalogue/commit/1fe8654ecfb3437a4157fd63eb7fcb17bbee040b))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Dependencies
|
|
71
|
+
|
|
72
|
+
* The following workspace dependencies were updated
|
|
73
|
+
* dependencies
|
|
74
|
+
* @twin.org/federated-catalogue-models bumped from 0.9.1-next.0 to 0.9.1-next.1
|
|
75
|
+
|
|
3
76
|
## [0.9.0](https://github.com/iotaledger/twin-federated-catalogue/compare/federated-catalogue-service-v0.9.0...federated-catalogue-service-v0.9.0) (2026-06-25)
|
|
4
77
|
|
|
5
78
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/federated-catalogue-service",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1-next.1",
|
|
4
4
|
"description": "Federated Catalogue contract implementation and REST endpoint definitions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,24 +14,24 @@
|
|
|
14
14
|
"node": ">=20.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/api-models": "
|
|
18
|
-
"@twin.org/context": "
|
|
19
|
-
"@twin.org/core": "
|
|
20
|
-
"@twin.org/crypto": "
|
|
21
|
-
"@twin.org/data-json-ld": "
|
|
22
|
-
"@twin.org/entity": "
|
|
23
|
-
"@twin.org/entity-storage-models": "
|
|
24
|
-
"@twin.org/federated-catalogue-models": "
|
|
25
|
-
"@twin.org/logging-models": "
|
|
26
|
-
"@twin.org/nameof": "
|
|
27
|
-
"@twin.org/standards-dataspace-protocol": "
|
|
28
|
-
"@twin.org/standards-dublin-core": "
|
|
29
|
-
"@twin.org/standards-foaf": "
|
|
30
|
-
"@twin.org/standards-w3c-dcat": "
|
|
31
|
-
"@twin.org/telemetry-models": "
|
|
32
|
-
"@twin.org/trust-models": "
|
|
33
|
-
"@twin.org/vault-models": "
|
|
34
|
-
"@twin.org/web": "
|
|
17
|
+
"@twin.org/api-models": "next",
|
|
18
|
+
"@twin.org/context": "next",
|
|
19
|
+
"@twin.org/core": "next",
|
|
20
|
+
"@twin.org/crypto": "next",
|
|
21
|
+
"@twin.org/data-json-ld": "next",
|
|
22
|
+
"@twin.org/entity": "next",
|
|
23
|
+
"@twin.org/entity-storage-models": "next",
|
|
24
|
+
"@twin.org/federated-catalogue-models": "0.9.1-next.1",
|
|
25
|
+
"@twin.org/logging-models": "next",
|
|
26
|
+
"@twin.org/nameof": "next",
|
|
27
|
+
"@twin.org/standards-dataspace-protocol": "next",
|
|
28
|
+
"@twin.org/standards-dublin-core": "next",
|
|
29
|
+
"@twin.org/standards-foaf": "next",
|
|
30
|
+
"@twin.org/standards-w3c-dcat": "next",
|
|
31
|
+
"@twin.org/telemetry-models": "next",
|
|
32
|
+
"@twin.org/trust-models": "next",
|
|
33
|
+
"@twin.org/vault-models": "next",
|
|
34
|
+
"@twin.org/web": "next"
|
|
35
35
|
},
|
|
36
36
|
"main": "./dist/es/index.js",
|
|
37
37
|
"types": "./dist/types/index.d.ts",
|