@lindas/trifid-plugin-ckan 5.0.3 → 7.0.0

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/CHANGELOG.md CHANGED
@@ -1,195 +1,166 @@
1
- # @lindas/trifid-plugin-ckan
2
-
3
- ## 5.0.3
4
-
5
- ### Patch Changes
6
-
7
- - Fix brotli decompression errors when SPARQL proxy returns compressed responses.
8
-
9
- The sparql-http-client library uses node-fetch which advertises brotli support via
10
- Accept-Encoding header but cannot actually decompress brotli responses properly.
11
- When sparql-proxy returns brotli-compressed data, the RDF parser receives compressed
12
- bytes and crashes with "Decompression failed" error, resulting in 502 Bad Gateway.
13
-
14
- This fix uses the new `nodeCompatibleFetch` utility from @lindas/trifid-core which
15
- uses native Node.js fetch (with proper brotli support) while maintaining stream
16
- compatibility with sparql-http-client.
17
-
18
- - Updated dependency: @lindas/trifid-core ^6.1.0 (moved from devDependencies to dependencies)
19
-
20
- ## 5.0.2
21
-
22
- ### Patch Changes
23
-
24
- - 48d1042: Republish all lindas-trifid packages to npm with LINDAS namespace
25
-
26
- ## 5.0.1
27
-
28
- ### Patch Changes
29
-
30
- - c34d5af: Fix js-yaml vulnerability by upgrading xmlbuilder2 to v4
31
-
32
- ## 5.0.0
33
-
34
- ### Major Changes
35
-
36
- - 732a9b5: Rename packages to LINDAS namespace and remove Zazuko branding
37
-
38
- Remove all references to Zazuko and rebrand all packages under the LINDAS/Swiss Federal Archives namespace. This allows the fork to be published to npm independently and clearly indicates these are the LINDAS customizations of Trifid, not the original Zazuko packages.
39
-
40
- Package name changes:
41
-
42
- - trifid → lindas-trifid
43
- - trifid-core → lindas-trifid-core
44
- - trifid-handler-fetch lindas-trifid-handler-fetch
45
- - trifid-plugin-_ → lindas-trifid-plugin-_
46
- - @zazuko/trifid-_ → lindas-trifid-_
47
-
48
- Author updated to: Swiss Federal Archives / Lindas
49
-
50
- ## 4.2.3
51
-
52
- ### Patch Changes
53
-
54
- - 717d3c6: Remove `dotenv` dependency
55
-
56
- ## 4.2.2
57
-
58
- ### Patch Changes
59
-
60
- - 842fad6: The CKAN harvester ignored blank node distributions. All distributions are named nodes now
61
- - f0e3b13: Fix and improve types references
62
-
63
- ## 4.2.1
64
-
65
- ### Patch Changes
66
-
67
- - 724f2ed: Fix `requestPort` value, to handle `null` cases and simplify the logic
68
-
69
- ## 4.2.0
70
-
71
- ### Minor Changes
72
-
73
- - 007e201: Upgrade Fastify to v5.
74
-
75
- ### Patch Changes
76
-
77
- - 080f5d8: Harmonize author and keywords fields
78
- - a97a6a0: Use Apache 2.0 license
79
-
80
- ## 4.1.0
81
-
82
- ### Minor Changes
83
-
84
- - 77fcfd4: Preserve existing objects of `dcat:distribution` (re https://gitlab.ldbar.ch/bafu/visualize/-/issues/560)
85
-
86
- ## 4.0.3
87
-
88
- ### Patch Changes
89
-
90
- - 1cafa55: Return `reply` in the `routeHandler`, in order to be compatible with the support for compression.
91
-
92
- ## 4.0.2
93
-
94
- ### Patch Changes
95
-
96
- - 7442b22: Bump `@zazuko/env` from 2.1.1 to 2.2.0
97
-
98
- ## 4.0.1
99
-
100
- ### Patch Changes
101
-
102
- - ffe692c: Upgrade `@tpluscode/rdf-string` from 1.1.3 to 1.2.1
103
- - 009d545: Upgrade `sparql-http-client` to v3.0.0
104
- - 8345cab: Upgrade `@zazuko/env` to 2.1.0
105
- - 676f284: Fix types
106
-
107
- ## 4.0.0
108
-
109
- ### Major Changes
110
-
111
- - 4b515f8: Use 'plugins' instead of 'middlewares'
112
- - eedaa53: The plugin is now using the new Trifid factory, which is a breaking change.
113
-
114
- ### Minor Changes
115
-
116
- - 0c53ff7: The SPARQL query that is made to get all datasets is now querying all graphs by default
117
-
118
- ### Patch Changes
119
-
120
- - 69d6ad0: Improve included TypeScript types.
121
-
122
- ## 3.0.0
123
-
124
- ### Major Changes
125
-
126
- - e6deaec: Output [europa.eu themes](https://publications.europa.eu/resource/authority/data-theme) explicitly mapped using `schema:sameAs`. Themes without a mapping are not included in the output.
127
- - e84b484: Use new output for the `dcat:Distribution/dcterms:format`, linking to [europa.eu controlled vocabulary](https://publications.europa.eu/resource/authority/file-type)
128
-
129
- ### Minor Changes
130
-
131
- - 4417b94: Export `dcterms:relation` from source cube
132
-
133
- ### Patch Changes
134
-
135
- - e06cf6d: Added `foaf:page` - dataset documentation
136
- - f916d8a: Map old and new category identifiers to the new controled vocabulary required by DCAT-AP handbook
137
-
138
- ## 2.4.3
139
-
140
- ### Patch Changes
141
-
142
- - 5948029: Add type declarations to package
143
- - 0ef3d8f: Correctly serialize `dcat:contactPoint` which have RDF types in addition to `vcard:Individual` or `vcard:Organization`.
144
-
145
- ## 2.4.2
146
-
147
- ### Patch Changes
148
-
149
- - 900e1d3: Upgrade @zazuko/prefixes to 2.1.1.
150
-
151
- ## 2.4.1
152
-
153
- ### Patch Changes
154
-
155
- - 9a55769: Remove rdf:datatype for langString
156
-
157
- ## 2.4.0
158
-
159
- ### Minor Changes
160
-
161
- - a9e92c4: Convert legacy frequency to EU frequency
162
-
163
- ## 2.3.0
164
-
165
- ### Minor Changes
166
-
167
- - 8bc9dfc: Improve the way frequencies are handled.
168
-
169
- ### Patch Changes
170
-
171
- - 2938434: Use `dcterms` prefix instead of `dct`
172
-
173
- ## 2.2.1
174
-
175
- ### Patch Changes
176
-
177
- - 239752a: Use rdf:datatype instead of xml:datatype
178
-
179
- ## 2.2.0
180
-
181
- ### Minor Changes
182
-
183
- - 207db20: Use the `dct` prefix instead of the `dcterms` one
184
-
185
- ### Patch Changes
186
-
187
- - e873b2f: Generated XML documents have a blank line at the end.
188
-
189
- This Trifid plugin will be more robust, as we created a set of tests.
190
-
191
- ## 2.1.0
192
-
193
- ### Minor Changes
194
-
195
- - 578440c: Use Zazuko libraries, by replacing the use of `rdf-ext` with `@zazuko/env` and `@zazuko/prefixes`.
1
+ # @zazuko/trifid-plugin-ckan
2
+
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 732a9b5: Rename packages to LINDAS namespace and remove Zazuko branding
8
+
9
+ Remove all references to Zazuko and rebrand all packages under the LINDAS/Swiss Federal Archives namespace. This allows the fork to be published to npm independently and clearly indicates these are the LINDAS customizations of Trifid, not the original Zazuko packages.
10
+
11
+ Package name changes:
12
+
13
+ - trifid → lindas-trifid
14
+ - trifid-core lindas-trifid-core
15
+ - trifid-handler-fetch lindas-trifid-handler-fetch
16
+ - trifid-plugin-_ → lindas-trifid-plugin-_
17
+ - @zazuko/trifid-_ → lindas-trifid-_
18
+
19
+ Author updated to: Swiss Federal Archives / Lindas
20
+
21
+ ## 4.2.3
22
+
23
+ ### Patch Changes
24
+
25
+ - 717d3c6: Remove `dotenv` dependency
26
+
27
+ ## 4.2.2
28
+
29
+ ### Patch Changes
30
+
31
+ - 842fad6: The CKAN harvester ignored blank node distributions. All distributions are named nodes now
32
+ - f0e3b13: Fix and improve types references
33
+
34
+ ## 4.2.1
35
+
36
+ ### Patch Changes
37
+
38
+ - 724f2ed: Fix `requestPort` value, to handle `null` cases and simplify the logic
39
+
40
+ ## 4.2.0
41
+
42
+ ### Minor Changes
43
+
44
+ - 007e201: Upgrade Fastify to v5.
45
+
46
+ ### Patch Changes
47
+
48
+ - 080f5d8: Harmonize author and keywords fields
49
+ - a97a6a0: Use Apache 2.0 license
50
+
51
+ ## 4.1.0
52
+
53
+ ### Minor Changes
54
+
55
+ - 77fcfd4: Preserve existing objects of `dcat:distribution` (re https://gitlab.ldbar.ch/bafu/visualize/-/issues/560)
56
+
57
+ ## 4.0.3
58
+
59
+ ### Patch Changes
60
+
61
+ - 1cafa55: Return `reply` in the `routeHandler`, in order to be compatible with the support for compression.
62
+
63
+ ## 4.0.2
64
+
65
+ ### Patch Changes
66
+
67
+ - 7442b22: Bump `@zazuko/env` from 2.1.1 to 2.2.0
68
+
69
+ ## 4.0.1
70
+
71
+ ### Patch Changes
72
+
73
+ - ffe692c: Upgrade `@tpluscode/rdf-string` from 1.1.3 to 1.2.1
74
+ - 009d545: Upgrade `sparql-http-client` to v3.0.0
75
+ - 8345cab: Upgrade `@zazuko/env` to 2.1.0
76
+ - 676f284: Fix types
77
+
78
+ ## 4.0.0
79
+
80
+ ### Major Changes
81
+
82
+ - 4b515f8: Use 'plugins' instead of 'middlewares'
83
+ - eedaa53: The plugin is now using the new Trifid factory, which is a breaking change.
84
+
85
+ ### Minor Changes
86
+
87
+ - 0c53ff7: The SPARQL query that is made to get all datasets is now querying all graphs by default
88
+
89
+ ### Patch Changes
90
+
91
+ - 69d6ad0: Improve included TypeScript types.
92
+
93
+ ## 3.0.0
94
+
95
+ ### Major Changes
96
+
97
+ - e6deaec: Output [europa.eu themes](https://publications.europa.eu/resource/authority/data-theme) explicitly mapped using `schema:sameAs`. Themes without a mapping are not included in the output.
98
+ - e84b484: Use new output for the `dcat:Distribution/dcterms:format`, linking to [europa.eu controlled vocabulary](https://publications.europa.eu/resource/authority/file-type)
99
+
100
+ ### Minor Changes
101
+
102
+ - 4417b94: Export `dcterms:relation` from source cube
103
+
104
+ ### Patch Changes
105
+
106
+ - e06cf6d: Added `foaf:page` - dataset documentation
107
+ - f916d8a: Map old and new category identifiers to the new controled vocabulary required by DCAT-AP handbook
108
+
109
+ ## 2.4.3
110
+
111
+ ### Patch Changes
112
+
113
+ - 5948029: Add type declarations to package
114
+ - 0ef3d8f: Correctly serialize `dcat:contactPoint` which have RDF types in addition to `vcard:Individual` or `vcard:Organization`.
115
+
116
+ ## 2.4.2
117
+
118
+ ### Patch Changes
119
+
120
+ - 900e1d3: Upgrade @zazuko/prefixes to 2.1.1.
121
+
122
+ ## 2.4.1
123
+
124
+ ### Patch Changes
125
+
126
+ - 9a55769: Remove rdf:datatype for langString
127
+
128
+ ## 2.4.0
129
+
130
+ ### Minor Changes
131
+
132
+ - a9e92c4: Convert legacy frequency to EU frequency
133
+
134
+ ## 2.3.0
135
+
136
+ ### Minor Changes
137
+
138
+ - 8bc9dfc: Improve the way frequencies are handled.
139
+
140
+ ### Patch Changes
141
+
142
+ - 2938434: Use `dcterms` prefix instead of `dct`
143
+
144
+ ## 2.2.1
145
+
146
+ ### Patch Changes
147
+
148
+ - 239752a: Use rdf:datatype instead of xml:datatype
149
+
150
+ ## 2.2.0
151
+
152
+ ### Minor Changes
153
+
154
+ - 207db20: Use the `dct` prefix instead of the `dcterms` one
155
+
156
+ ### Patch Changes
157
+
158
+ - e873b2f: Generated XML documents have a blank line at the end.
159
+
160
+ This Trifid plugin will be more robust, as we created a set of tests.
161
+
162
+ ## 2.1.0
163
+
164
+ ### Minor Changes
165
+
166
+ - 578440c: Use Zazuko libraries, by replacing the use of `rdf-ext` with `@zazuko/env` and `@zazuko/prefixes`.