Skip to content

v6.1.0

Choose a tag to compare

@Kani999 Kani999 released this 09 Mar 10:57
· 65 commits to main since this release

⚠️ 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.
    Uses StrFilterLookup from 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 an ImportError.

  • GraphQL CharField filter types changed.
    All string filter fields migrated from FilterLookup[str]StrFilterLookup[str]
    to eliminate DuplicatedTypeName schema errors introduced in strawberry-graphql-django 0.79.0.
    GraphQL clients relying on type introspection may need updating.

Fixed

  • GraphQL @field resolver methods now correctly declare Info type 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