- 7e61d2a: Check if a URL is valid, during the replacement of the default endpoint
- d3bc56f: Add support for multiple endpoints
- 3b59e77: Export types
- f0e3b13: Fix and improve types references
- 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]
- c5ef560: Fixes Service Description to only respond to requests without any query strings, as it is required by the spec.
- 79a91eb: Fix issues in case of DestroyableTransform
- a257043: Enable stream support back
- b986500: Include missing
lib
directory
- 7729ed7: Serve a SPARQL 1.1 Service Description, proxied from the original server (fixes #461)
- 1cafa55: Return
reply
in therouteHandler
, in order to be compatible with the support for compression. - Updated dependencies [1cafa55]
- Updated dependencies [1cafa55]
- 7ab85d4: It is now possible to configure the log level of the queries by using the
queryLogLevel
configuration option.
- f0452b1: Returns
Server-Timing
as response header containing the duration of the request to the configured endpoint.
- Updated dependencies [b03bdb5]
- Updated dependencies [eff233a]
- b499b50: Add a
formats
configuration field, to manually configure the list of allowed formats that can be provided as query parameter. The SPARQL endpoint will need to support the specified formats.
- Updated dependencies [009d545]
- 2553ece: Fix an issue with the rewrite query parameter, where it was assuming that undefined value was equal to 'true'
- Updated dependencies [e8faa76]
- b38cbc5: The plugin is now using the new Trifid factory, which is a breaking change.
- 4b515f8: Use 'plugins' instead of 'middlewares'
- b38cbc5: The plugin was completely restructured to remove extra complexity.
- 538a959: Upgrade proxy-agent to 6.4.0
- Updated dependencies [a454dbb]
- Updated dependencies [3ab5eb3]
- Updated dependencies [69d6ad0]
- Updated dependencies [849fa3d]
- Updated dependencies [4b515f8]
- Updated dependencies [849fa3d]
- Updated dependencies [d9963cd]
- Updated dependencies [1dd9ae7]
- 5d9df9f: Add support for
HTTP_PROXY
,HTTPS_PROXY
andNO_PROXY
environment variables with the new configuration propertyenableProxy
set totrue
(close #174)
- 141786b: Upgrade dependencies