v0.3.2 - 2026-07-14
v0.3.2 (2026-07-14)
Fixed
- #24 — The Nautobot device queryset now excludes devices whose
servicedesk_plus_idis 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 withObjectAlreadyExistsbefore 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.