Skip to content

v1.1 Release Notes

v1.1.2 - 2022-05-09

Fixed

  • #48 - Fix introduced bug in #43, using a nonexistent method in an object.

v1.1.1 - 2022-05-06

Added

  • #43 - The detailed SSoT log output contains a summary info message about the diff changes.

Fixed

  • #42 - Use format_html to create all HTML pieces in render_diff and combine with mark_safe when is formatted twice.
  • #40 - Handle gracefully unexpected input type for humanize_bytes filter.

v1.1.0 - 2022-02-03

Added

  • #11 - Add option to profile memory usage during job execution.
  • #14, #22 - Added Prefix sync to example jobs, added Celery worker to dev environment.
  • #15 - Added load_source_adapter, load_target_adapter, calculate_diff, and execute_sync API methods that Job implementations can override instead of overriding the generalized sync_data method.
  • #21 - Add performance stats in Sync job detail view.

Fixed

  • #13 - Handle pagination of Nautobot REST API in example jobs.
  • #18 - Don't skip diff and sync if either of the source or target adapters initially contains no data.