Skip to content

v0.3.2 - 2026-07-14

Choose a tag to compare

@mwdean mwdean released this 14 Jul 20:27
· 12 commits to main since this release
e3945e3

v0.3.2 (2026-07-14)

Fixed

  • #24 — The Nautobot device queryset now excludes devices whose servicedesk_plus_id is an empty string, not just null. 33 non-SDP devices (XCP/AWS imports) carried the field blank; under 0.3.1 they all loaded with an empty diffsync identifier and crashed the sync with ObjectAlreadyExists before any comparison ran. Only the 377 devices with a real (unique) id are now loaded.

Follow-up to the 0.3.1 device-identity fix — 0.3.1's dry-run crashed on load; this makes it actually run.