v6.1.0
⚠️ Requires NetBox >= 4.5.4. Use v6.0.x for NetBox 4.5.0–4.5.3.
Breaking Changes
-
Minimum NetBox version raised to 4.5.4.
UsesStrFilterLookupfrom strawberry-graphql-django >= 0.79.0, which ships
with NetBox 4.5.4. Starting the plugin on NetBox 4.5.0–4.5.3 will raise anImportError. -
GraphQL CharField filter types changed.
All string filter fields migrated fromFilterLookup[str]→StrFilterLookup[str]
to eliminateDuplicatedTypeNameschema errors introduced in strawberry-graphql-django 0.79.0.
GraphQL clients relying on type introspection may need updating.
Fixed
- GraphQL
@fieldresolver methods now correctly declareInfotype annotations,
resolving startup errors on NetBox 4.5.4+ with stricter strawberry-django introspection.
Compatibility
| cesnet_service_path_plugin | NetBox |
|---|---|
| 6.1.0+ | 4.5.4+ |
| 6.0.x | 4.5.0 – 4.5.3 |
Full Changelog: 6.0.1...v6.1.0