Skip to content

2.0.0

Latest

Choose a tag to compare

@codingjoe codingjoe released this 12 Nov 12:13

What's Changed

Major Changes

graphviz is now an optional dependency! This means you can run this in production without the need to install gravphiz' binary dependencies.
Mermaid.js is now used in Django's admin interface to render the graphs.

This version uses APIs from Django 5.2 and is incompatible with previous versions.

Minor

  • Make Graphviz optional, use MermaidJS in admin frontend by @Copilot in #143
  • Fix graphviz typo in CI suite by @codingjoe in #145
  • Switch PyPi to OIDC authentication by @codingjoe in #146

New Contributors

  • @Copilot made their first contribution in #143

Full Changelog: 1.4.0...2.0.0