Skip to content

Release 0.2.0: NetBox 4.7.x support - #6

Open
Kani999 wants to merge 1 commit into
mainfrom
feature/netbox-4.7-support
Open

Release 0.2.0: NetBox 4.7.x support#6
Kani999 wants to merge 1 commit into
mainfrom
feature/netbox-4.7-support

Conversation

@Kani999

@Kani999 Kani999 commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator
  • Breaking: requires NetBox 4.7.x (min_version 4.7.0, max_version 4.7.99). NetBox 4.6.x
    installs stay on 0.1.x.
  • Verified against NetBox 4.7.0 (Django 6.1, django-tables2 3.0): no code or migration changes.
    List-view / API query-count baselines re-recorded (NetBox 4.7 issues fewer queries per request).

Verification on NetBox 4.7.0: manage.py check, GraphQL schema build, 191 tests passing (query-count baselines re-recorded).

Raise min_version to 4.7.0 and max_version to 4.7.99 after testing
against NetBox 4.7.0 (Django 6.1, django-tables2 3.0). No code or
migration changes required. 0.2.x targets NetBox 4.7 only; 4.6.x
installs stay on 0.1.x.

- version.py: __version__ -> 0.2.0
- __init__.py: min_version -> 4.7.0, max_version -> 4.7.99
- tests/query_counts.json: re-record list/API baselines (NetBox 4.7
  issues 1-3 fewer queries per request)
- CHANGELOG / README: 0.2.0 entry, compatibility table

Verified on NetBox 4.7.0: manage.py check, GraphQL schema build,
191 tests passing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant