- Added
referrerPolicy: 'strict-origin-when-cross-origin'to all Leaflet tile layer configurations (OpenStreetMap, Humanitarian OSM, CartoDB Positron, CartoDB Dark Matter, OpenTopoMap) to prevent map tile loading issues in environments with strict referrer policies.
| cesnet_service_path_plugin | NetBox |
|---|---|
| 6.1.x | 4.5.4+ |
| 6.0.x | 4.5.0 – 4.5.3 |
⚠️ Requires NetBox >= 4.5.4. NetBox 4.5.0–4.5.3 is not supported by this release — use v6.0.x for those versions.
-
Minimum NetBox version raised to 4.5.4. This release uses
StrFilterLookupfrom 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 from
FilterLookup[str]→StrFilterLookup[str]to eliminateDuplicatedTypeNameschema errors introduced in strawberry-graphql-django 0.79.0. GraphQL clients relying on type introspection may need updating.
- GraphQL
@fieldresolver methods now correctly declareInfotype annotations, resolving startup errors on NetBox 4.5.4+ with stricter strawberry-django introspection.
| cesnet_service_path_plugin | NetBox |
|---|---|
| 6.1.0+ | 4.5.4+ |
| 6.0.x | 4.5.0 – 4.5.3 |
- New features and improvements.
- Enhancements to existing functionalities.
- Bugs addressed in this release.
- Features that will be removed in future releases.
- Obsolete features from the previous versions.
- Security improvements implemented.