- 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
- 4e21e24: Add integrity hash to external resources
- 1cafa55: Return
reply
in therouteHandler
, in order to be compatible with the support for compression.
- e8faa76: Internally use the new
render
function, that takes therequest
as first argument.
- 195cb7b: Bump import-meta-resolve from 2.2.2 to 4.0.0
-
6583c86: The plugin is now using the new Trifid factory, which is a breaking change.
Assets are served under
/graph-explorer/assets/
and/graph-explorer/static/
instead of/graph-explorer-assets/
and/graph-explorer-static/
. -
4b515f8: Use 'plugins' instead of 'middlewares'