Skip to content

Releases: wireviz/wireviz-web

0.4.3

11 Dec 02:51

Choose a tag to compare

What's Changed

  • Made the CLI accept environment variables for configuration,
    like WIREVIZ_LISTEN, WIREVIZ_URL, WIREVIZ_DEBUG.
  • Fixed Dockerfile. Thanks, @radioegor146.
  • Migrated project from Poetry to uv. Thanks, @julled.
  • Started publishing OCI images to GHCR. Thanks, @julled.
  • Started permitting the installation of Pillow 12.
  • Added support for Python 3.14
  • Dropped support for Python 3.8

Details

New Contributors

Full Changelog: 0.4.2...0.4.3

0.4.2

22 Apr 22:04

Choose a tag to compare

What's Changed

  • Added support for Python 3.12 and 3.13
  • Removed support for Python 3.7
  • Updated to WireViz 0.4.1

Details

Full Changelog: 0.4.1...0.4.2

0.4.1

17 Jan 23:16

Choose a tag to compare

What's Changed

  • Add support for Python 3.11
  • Update to flask-restx 1.0.5

Full Changelog: 0.4.0...0.4.1

0.4.0

19 Sep 10:18

Choose a tag to compare

What's Changed

  • Add Docker support to repository. Thanks, @Jacq.
  • Add CORS support via CORS_ENABLE environment variable. Thanks, @Jacq.

Full Changelog: 0.3.2...0.4.0

0.3.2

19 Sep 10:17

Choose a tag to compare

What's Changed

  • Update dependencies and project tooling in #5
  • Drop support for Python 3.6 in #6

Full Changelog: 0.3.1...0.3.2

0.3.1

09 Nov 18:31

Choose a tag to compare

  • Upgrade to WireViz 0.3.1
  • WireViz 0.3.1 makes wireviz.parse()'s file_out argument optional again. Thanks, @formatc1702!

Full Changelog: 0.3.0...0.3.1

0.3.0

22 Oct 21:26

Choose a tag to compare

  • CI: Run test suite on Python 3.10
  • CI: Upgrade setup-poetry action. Add version pinning for Poetry 1.1.11
  • Upgrade foundation libraries Flask, Flask-RESTX and Click
  • Upgrade to WireViz 0.3. Thanks, @formatc1702!

Full Changelog: 0.2.0...0.3.0

0.2.0

22 Oct 21:24

Choose a tag to compare

  • Add rendering for HTML (SVG and BOM), TEXT (BOM) and JSON (BOM)

Full Changelog: 0.1.0...0.2.0

0.1.0

22 Oct 21:23

Choose a tag to compare

  • Use version number from wireviz_web.__version__
  • Add software tests
  • Add CI with GitHub Actions
  • Use flask-restx instead of flask-restplus
  • Parametrize wireviz_web.cli
  • Run coverage testing on CI, with Codecov
  • Generalize API/core routines
  • Adjust error response texts
  • Respond with JSON body on 404 errors
  • Improve inline documentation
  • Run Black and isort
  • Move PlantUML API endpoint to /plantuml prefix

Full Changelog: 0.0.0...0.1.0

0.0.0

22 Oct 21:22

Choose a tag to compare

Initial import of code from https://github.com/elbosso/WireViz by @elbosso.