Release v4.6.7
This commit is contained in:
parent
1f3aac25db
commit
a1fc744556
|
|
@ -2,7 +2,7 @@
|
|||
"openapi": "3.0.3",
|
||||
"info": {
|
||||
"title": "NetBox REST API",
|
||||
"version": "4.6.6",
|
||||
"version": "4.6.7",
|
||||
"license": {
|
||||
"name": "Apache v2 License"
|
||||
}
|
||||
|
|
@ -555,6 +555,30 @@
|
|||
"explode": true,
|
||||
"style": "form"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "member_type_id",
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"explode": true,
|
||||
"style": "form"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "member_type_id__n",
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"explode": true,
|
||||
"style": "form"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "modified_by_request",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,21 @@
|
|||
# NetBox v4.6
|
||||
|
||||
## v4.6.7 (FUTURE)
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* [#22810](https://github.com/netbox-community/netbox/issues/22810) - Skip cached scope rebuild for sites and locations when scope fields are unchanged
|
||||
* [#22813](https://github.com/netbox-community/netbox/issues/22813) - Avoid extraneous database queries when fetching custom field data via the GraphQL API
|
||||
* [#22822](https://github.com/netbox-community/netbox/issues/22822) - Avoid an extra database query when including rack reservation units via the GraphQL API
|
||||
* [#22823](https://github.com/netbox-community/netbox/issues/22823) - Avoid extraneous database queries when fetching the IP address or prefix family via the GraphQL API
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* [#22738](https://github.com/netbox-community/netbox/issues/22738) - Correctly evaluate IP availability for users whose permissions are constrained by a custom field on a related object
|
||||
* [#22800](https://github.com/netbox-community/netbox/issues/22800) - Filter circuit group assignments by member type to avoid displaying assignments belonging to a virtual circuit with the same ID
|
||||
|
||||
---
|
||||
|
||||
## v4.6.6 (2026-07-28)
|
||||
|
||||
### Enhancements
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version: "4.6.6"
|
||||
version: "4.6.7"
|
||||
edition: "Community"
|
||||
published: "2026-07-28"
|
||||
published: "2026-07-30"
|
||||
|
|
|
|||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
|
@ -18,7 +18,7 @@ django-timezone-field==7.2.2
|
|||
djangorestframework==3.17.1
|
||||
drf-spectacular==0.30.0
|
||||
drf-spectacular-sidecar==2026.7.1
|
||||
feedparser==6.0.13
|
||||
feedparser==6.0.14
|
||||
gunicorn==26.0.0
|
||||
Jinja2==3.1.6
|
||||
jsonschema==4.26.0
|
||||
|
|
@ -43,4 +43,4 @@ strawberry-graphql-django==0.86.5
|
|||
svgwrite==1.4.3
|
||||
tablib==3.9.0
|
||||
tzdata==2026.3
|
||||
zensical==0.0.51
|
||||
zensical==0.0.52
|
||||
|
|
|
|||
Loading…
Reference in New Issue