Skip to content

v0.3.3 - 2026-07-14

Choose a tag to compare

@mwdean mwdean released this 14 Jul 21:37
· 6 commits to main since this release
b0e2832

v0.3.3 (2026-07-14)

Fixed

  • #27 — Screen servicedesk_plus_id in Python so absent, JSON-null, and empty-string values are all excluded from the device queryset. 0.3.2's DB-side __isnull=False filter still loaded Hivelocity/AWS-imported devices whose CF key is present with an explicit JSON null, crashing the sync with ObjectAlreadyExists on a None identifier. Only devices with a real (unique) ServiceDesk Plus id are loaded now.

Third fix in the device-identity series (0.3.1 → 0.3.2 → 0.3.3).