Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@chadell chadell released this 04 Feb 06:53
· 1500 commits to main since this release
d67c986

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.