- c7bb52d: Fix handling of schema:URL that is not a xsd:anyURL
- e2e27b3: Add missing
lib
directory
- b53af4e: Add
allowEndpointSwitch
configuration option in order to allow the use of another whitelisted endpoint by the sparql-proxy plugin. - 0056079: Add support for multiple
datasetBaseUrl
- 724f2ed: Fix
requestPort
value, to handlenull
cases and simplify the logic
- 007e201: Upgrade Fastify to v5.
- 080f5d8: Harmonize author and keywords fields
- a97a6a0: Use Apache 2.0 license
- Updated dependencies [080f5d8]
- Updated dependencies [a97a6a0]
- Updated dependencies [007e201]
- c1295d5: Expose
jsonld
string to the view, so that some complex logic could be done on top of it if needed.
-
972e454: If
enableSchemaUrlRedirect
configuration option is set totrue
, the plugin is performing a redirect if the URI contains aschema:URL
predicate pointing to a resource of typexsd:anyURI
(already in place).The user can now disable this behavior by either:
- setting the
disableSchemaUrlRedirect
query parameter totrue
- setting the
x-disable-schema-url-redirect
header totrue
- setting the
- 1cafa55: Return
reply
in therouteHandler
, in order to be compatible with the support for compression. - Updated dependencies [1cafa55]
- Updated dependencies [1cafa55]
- 2215e87: Add
enableSchemaUrlRedirect
configuration option (experimental).
- 7442b22: Bump
@zazuko/env
from 2.1.1 to 2.2.0 - Updated dependencies [2346a1c]
- c2f1e8a: Add
additionalRewrites
configuration option in order to add more rewriting rules.
- 10a5f08: Uses
mimeparse
module to support complex Accept headers
- 8345cab: Upgrade
@zazuko/env
to 2.1.0 - 2c15b93: Add support for complex Accept headers for content negociation.
- Updated dependencies [009d545]
- 04c75de: Try to get quads from the store, in order to get the graph name.
- 854eddf: Send
i18n
cookie to requests made to the SPARQL endpoint to avoid languages issues. - Updated dependencies [3f2271d]
- e8faa76: Internally use the new
render
function, that takes therequest
as first argument. - Updated dependencies [e8faa76]
- 81c27c0: The plugin is now using the new Trifid factory, which is a breaking change.
- 4b515f8: Use 'plugins' instead of 'middlewares'
- 757621f: Remove the use of hijackresponse
- deef1a8: Add support for redirects.
- 8337a36: Support for multiple serializations
- Updated dependencies [a454dbb]
- Updated dependencies [3ab5eb3]
- Updated dependencies [69d6ad0]
- Updated dependencies [849fa3d]
- Updated dependencies [4b515f8]
- Updated dependencies [849fa3d]
- Updated dependencies [d9963cd]
- Updated dependencies [1dd9ae7]
-
3131369: Remove
Content-Disposition
header from response from the SPARQL endpoint. This header was triggering the download of the response as a file instead of displaying it in the browser. This was affecting Blazegraph and RDF4J as reported by some users.Thanks to @Tomvbe for providing the fix.
- c0576e5: Fix issue where graph name label was not shown if it is not a known prefix (closes #213)
- fae8107: Use map instead of forEach in label loader.
- 56e7977: Upgrade dependencies, update example and improve tests.
- Updated dependencies [371f4f8]
- 8b9d0dd: Replace the use of
rdf-ext
with@zazuko/env
- c283b93: Include env.js file in the package
- 9e2019c: Improve the default header
- 3a13457: Upgrade @zazuko/rdf-entity-webcomponent to 0.7.7
- 1937f67: Use @zazuko/env and upgrade dependencies
- Updated dependencies [cb227a3]
- Updated dependencies [141786b]
- 4a4e624: Import trifid-entity-renderer into trifid mono-repo.
- ed223f3: Format code
- 56144fd: Fix SPARQL query for label loader (#149)
- 17305c5: Rename package to @zazuko/trifid-entity-renderer.
- 949ac41: Remove duplicates values in HTML render