Skip to content

v0.3 Release Notes

This document describes all new features and changes in the release. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Release Overview

  • Major features or milestones
  • Changes to compatibility with Nautobot and/or other apps, libraries etc.

v0.3.2 (2026-07-14)

Fixed

  • #24 - The Nautobot device queryset now excludes devices whose servicedesk_plus_id custom field is an empty string (not just null). Unrelated devices — e.g. XCP/AWS imports — carry the field blank; loading several of them gave every one an empty identifier and crashed the sync with ObjectAlreadyExists before any comparison ran.

v0.3.1 (2026-07-14)

Fixed

  • #21 - Devices are now identified by their ServiceDesk Plus record id (custom field servicedesk_plus_id) instead of by name. The Nautobot adapter loads devices carrying that id, so an existing device is matched and UPDATED rather than re-created — which previously failed on Nautobot's globally-unique asset_tag and per-location-tenant unique name.

v0.3.1a1 (2026-07-14)

No significant changes.

v0.3.0 (2026-07-13)

Added

  • #17 - ServiceDesk-imported Sites are now placed under their US state Region (parsed from the site name and created on demand under the correct Census Super Region), with an "Unassigned" holding-pen Region as a fallback. The parent is set only on create, so a later reconciliation that re-groups a Site is not reverted on subsequent syncs.