Skip to content

v0.0.18.post3

Choose a tag to compare

@emersonfelipesp emersonfelipesp released this 15 Jun 21:52
· 66 commits to main since this release

Fix NetBox 4.5.x HTTP 400 filterset handling and RestRecord iteration in virtual disk sync.

  • Handle HTTP 400 from NetBox 4.5.x FK filterset queries in _find_existing() (treats as not-found, matching 4.6.x empty-queryset behaviour)
  • Normalise vm to plain dict via to_mapping() in _sync_parent_vm_disk_total() before in and item-assignment (RestRecord lacks __contains__ and __setitem__)