github sys4/netbox-plugin-dns 1.5.4
Release 1.5.4

one day ago

What's Changed

Breaking Change

This release fixes an issue with NetBox 4.5.4 or higher, causing numerous warnings being issued on initialisation of the NetBox application:

/opt/netbox/venv/lib64/python3.12/site-packages/netbox_dns/graphql/filters/view.py:24: UserWarning: FilterLookup[str] may cause DuplicatedTypeName errors. Use StrFilterLookup instead.
  name: FilterLookup[str] | None = strawberry_django.filter_field()
/opt/netbox/venv/lib64/python3.12/site-packages/netbox_dns/graphql/filters/zone.py:31: UserWarning: FilterLookup[str] may cause DuplicatedTypeName errors. Use StrFilterLookup instead.
  name: FilterLookup[str] | None = strawberry_django.filter_field()
...

Unfortunately, the fix is not backward compatible with NetBox 4.5.0-4.5.3. Do not upgrade until you also upgrade your NetBox installation to 4.5.4 or above.

Full Changelog: 1.5.3...1.5.4

Don't miss a new netbox-plugin-dns release

NewReleases is sending notifications on new releases.