Skip to content

Commit a69bbcf

Browse files
committed
Release v4.4.3
1 parent 2edfde5 commit a69bbcf

File tree

36 files changed

+5057
-4961
lines changed

36 files changed

+5057
-4961
lines changed

.github/ISSUE_TEMPLATE/01-feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
attributes:
1616
label: NetBox version
1717
description: What version of NetBox are you currently running?
18-
placeholder: v4.4.2
18+
placeholder: v4.4.3
1919
validations:
2020
required: true
2121
- type: dropdown

.github/ISSUE_TEMPLATE/02-bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ body:
2727
attributes:
2828
label: NetBox Version
2929
description: What version of NetBox are you currently running?
30-
placeholder: v4.4.2
30+
placeholder: v4.4.3
3131
validations:
3232
required: true
3333
- type: dropdown

base_requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ django-cors-headers
1212

1313
# Runtime UI tool for debugging Django
1414
# https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst
15-
# django-debug-toolbar v6.0.0 raises "Attribute Error at /: 'function' object has no attribute 'set'"
16-
# see https://github.com/netbox-community/netbox/issues/19974
17-
django-debug-toolbar==5.2.0
15+
django-debug-toolbar
1816

1917
# Library for writing reusable URL query filters
2018
# https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst

contrib/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.3",
33
"info": {
44
"title": "NetBox REST API",
5-
"version": "4.4.2",
5+
"version": "4.4.3",
66
"license": {
77
"name": "Apache v2 License"
88
}

docs/release-notes/version-4.4.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# NetBox v4.4
22

3+
## v4.4.3 (2025-10-14)
4+
5+
### Enhancements
6+
7+
* [#20426](https://github.com/netbox-community/netbox/issues/20426) - Add a copy-to-clipboard button for custom script output
8+
* [#20516](https://github.com/netbox-community/netbox/issues/20516) - Improve rendering of VLAN ID ranges in VLAN group tables
9+
10+
### Bug Fixes
11+
12+
* [#19302](https://github.com/netbox-community/netbox/issues/19302) - Fix uniqueness validation in REST API for nullable fields
13+
* [#19615](https://github.com/netbox-community/netbox/issues/19615) - Fix support for static file parameters in templates when external storage is in use
14+
* [#19818](https://github.com/netbox-community/netbox/issues/19818) - Hide primary IP assignment fields when creating a new virtual machine in the UI
15+
* [#19825](https://github.com/netbox-community/netbox/issues/19825) - Prevent cache for config revisions from being erroneously overwritten when debugging is enabled
16+
* [#20140](https://github.com/netbox-community/netbox/issues/20140) - Changing a site's region or group should update any associated circuit terminations
17+
* [#20156](https://github.com/netbox-community/netbox/issues/20156) - Fix display of rack elevation labels
18+
* [#20290](https://github.com/netbox-community/netbox/issues/20290) - Fix migration error when upgrading to NetBox v4.4 from releases earlier than v4.3
19+
* [#20471](https://github.com/netbox-community/netbox/issues/20471) - Saving an unmodified VLAN group should not generate a change record
20+
* [#20475](https://github.com/netbox-community/netbox/issues/20475) - Collapse singleton VLAN IDs in VLAN group display
21+
* [#20494](https://github.com/netbox-community/netbox/issues/20494) - Correct OpenAPI schema definition for `IntegerRangeSerializer`
22+
* [#20496](https://github.com/netbox-community/netbox/issues/20496) - REST API should always honor `MAX_PAGE_SIZE` value
23+
* [#20497](https://github.com/netbox-community/netbox/issues/20497) - Fix filtering of VLAN groups by VLAN ID range in GraphQL API
24+
* [#20507](https://github.com/netbox-community/netbox/issues/20507) - Fix support for fetching ASN contacts via GraphQL API
25+
* [#20523](https://github.com/netbox-community/netbox/issues/20523) - Hide password change form for users authenticated via SSO
26+
* [#20542](https://github.com/netbox-community/netbox/issues/20542) - Fix the creation of MAC addresses using the "quick add" form
27+
28+
---
29+
330
## v4.4.2 (2025-09-30)
431

532
### Enhancements

netbox/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version: "4.4.2"
1+
version: "4.4.3"
22
edition: "Community"
3-
published: "2025-09-30"
3+
published: "2025-10-14"
31 Bytes
Binary file not shown.

netbox/translations/cs/LC_MESSAGES/django.po

Lines changed: 352 additions & 348 deletions
Large diffs are not rendered by default.
28 Bytes
Binary file not shown.

netbox/translations/da/LC_MESSAGES/django.po

Lines changed: 353 additions & 348 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)