Skip to content

v2.6.2

Latest

Choose a tag to compare

@remyla remyla released this 20 Apr 13:17
· 2 commits to master since this release

This release brings Markdown rendering, improves inline documentation and adds Python support for 3 new operations.

Added

  • new extensions: markdown and ejs to serve Markdown .md files as HTML. Markdown supports path resolver, extended syntax for heading ids and GMF alerts. EJS is provided as a template system to encapsulate the Markdown HTML/CSS rendering.
  • new Python client methods for these operations: graph_backwards, graph_forwards, createToken

Changed

  • the static HTML was replaced by Markdown
  • the documentation about the extensions was moved to /server-nodejs/extensions/README.md
  • the static served files (favicon, css, logos) were moved to /www/
  • doc/ was renamed to docs/

Fixed

  • fixed regex for default jwt username check
  • docker image use node:20-alpine, to stay similar to default Node version in Debian trixie (stable)

Credits

@remyla