Skip to content

v0.6 Release Notes

This document describes all new features and changes in the release 0.6. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[v0.6.2] - 2023-01-30

Added

  • #221 Adds watchmedo to auto reload worker containers during job development.

Changed

  • #234 Unpin pydantic from dependencies, and use the one from the circuit-maintenance-parser.
  • #230 Update init.py to better describe the app in the UI.

Fixed

  • #221 Fixes where duplicate maintenance records show jobs.

[v0.6.1] - 2022-10-28

Added

  • #214 Maintenance Overlap Job Addition.

Fixed

  • #222 Fix for circuit maintenance detail view. Show approriate A and Z termination sides.
  • #216 Fix variable naming in Overlapping Maintenance Job: start_date instead of start_time.
  • #208 Fix CI credentials.

[v0.6.0] - 2022-09-14

Added

  • #191 Add Dashboard View.
  • #187 Add maintenance start date to Circuit Maintenance extension in Device detail view.

Changed

  • #195 Drop Python 3.6 support.
  • #182 Add Readme reference to post_upgrade.
  • #180 Update dependency google-auth-oauthlib to ^0.5.0.