Skip to content

Commit bee0080

Browse files
authored
Release v4.4.4 (#20594)
1 parent 389c44e commit bee0080

File tree

27 files changed

+1137
-1127
lines changed

27 files changed

+1137
-1127
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.3
18+
placeholder: v4.4.4
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.3
30+
placeholder: v4.4.4
3131
validations:
3232
required: true
3333
- type: dropdown

base_requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ strawberry-graphql-django
166166
svgwrite
167167

168168
# Tabular dataset library (for table-based exports)
169-
# https://github.com/jazzband/tablib/blob/master/HISTORY.md
169+
# Current: https://github.com/jazzband/tablib/releases
170+
# Previous: https://github.com/jazzband/tablib/blob/master/HISTORY.md
170171
tablib
171172

172173
# Timezone data (required by django-timezone-field on Python 3.9+)

contrib/openapi.json

Lines changed: 13 additions & 16 deletions
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.3",
5+
"version": "4.4.4",
66
"license": {
77
"name": "Apache v2 License"
88
}
@@ -19678,14 +19678,14 @@
1967819678
"in": "query",
1967919679
"name": "object_type",
1968019680
"schema": {
19681-
"type": "integer"
19681+
"type": "string"
1968219682
}
1968319683
},
1968419684
{
1968519685
"in": "query",
1968619686
"name": "object_type__n",
1968719687
"schema": {
19688-
"type": "integer"
19688+
"type": "string"
1968919689
}
1969019690
},
1969119691
{
@@ -20507,14 +20507,14 @@
2050720507
"in": "query",
2050820508
"name": "related_object_type",
2050920509
"schema": {
20510-
"type": "integer"
20510+
"type": "string"
2051120511
}
2051220512
},
2051320513
{
2051420514
"in": "query",
2051520515
"name": "related_object_type__n",
2051620516
"schema": {
20517-
"type": "integer"
20517+
"type": "string"
2051820518
}
2051920519
},
2052020520
{
@@ -60734,14 +60734,14 @@
6073460734
"in": "query",
6073560735
"name": "assigned_object_type",
6073660736
"schema": {
60737-
"type": "integer"
60737+
"type": "string"
6073860738
}
6073960739
},
6074060740
{
6074160741
"in": "query",
6074260742
"name": "assigned_object_type__n",
6074360743
"schema": {
60744-
"type": "integer"
60744+
"type": "string"
6074560745
}
6074660746
},
6074760747
{
@@ -136422,14 +136422,14 @@
136422136422
"in": "query",
136423136423
"name": "assigned_object_type",
136424136424
"schema": {
136425-
"type": "integer"
136425+
"type": "string"
136426136426
}
136427136427
},
136428136428
{
136429136429
"in": "query",
136430136430
"name": "assigned_object_type__n",
136431136431
"schema": {
136432-
"type": "integer"
136432+
"type": "string"
136433136433
}
136434136434
},
136435136435
{
@@ -148274,14 +148274,14 @@
148274148274
"in": "query",
148275148275
"name": "parent_object_type",
148276148276
"schema": {
148277-
"type": "integer"
148277+
"type": "string"
148278148278
}
148279148279
},
148280148280
{
148281148281
"in": "query",
148282148282
"name": "parent_object_type__n",
148283148283
"schema": {
148284-
"type": "integer"
148284+
"type": "string"
148285148285
}
148286148286
},
148287148287
{
@@ -228988,6 +228988,7 @@
228988228988
},
228989228989
"key": {
228990228990
"type": "string",
228991+
"writeOnly": true,
228991228992
"maxLength": 40,
228992228993
"minLength": 40
228993228994
},
@@ -245222,11 +245223,6 @@
245222245223
"format": "date-time",
245223245224
"nullable": true
245224245225
},
245225-
"key": {
245226-
"type": "string",
245227-
"maxLength": 40,
245228-
"minLength": 40
245229-
},
245230245226
"write_enabled": {
245231245227
"type": "boolean",
245232245228
"description": "Permit create/update/delete operations using this key"
@@ -245373,6 +245369,7 @@
245373245369
},
245374245370
"key": {
245375245371
"type": "string",
245372+
"writeOnly": true,
245376245373
"maxLength": 40,
245377245374
"minLength": 40
245378245375
},

docs/release-notes/version-4.4.md

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

3+
## v4.4.4 (2025-10-15)
4+
5+
### Bug Fixes
6+
7+
* [#20554](https://github.com/netbox-community/netbox/issues/20554) - Fix generic relation filters to accept `<app>.<model>` format matching POST requests
8+
* [#20574](https://github.com/netbox-community/netbox/issues/20574) - Fix excessive storage initialization overhead when listing scripts with remote backends
9+
* [#20584](https://github.com/netbox-community/netbox/issues/20584) - Enforce PoE mode requirement on interface templates when PoE type is set
10+
* [#20585](https://github.com/netbox-community/netbox/issues/20585) - Fix API schema generation crash for models with single-field UniqueConstraints
11+
* [#20587](https://github.com/netbox-community/netbox/issues/20587) - Fix upgrade.sh failure when removing stale content types
12+
13+
---
14+
315
## v4.4.3 (2025-10-14)
416

517
### Enhancements

netbox/project-static/dist/netbox.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netbox/project-static/dist/netbox.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netbox/project-static/dist/netbox.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netbox/project-static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/node": "^22.3.0",
4242
"@typescript-eslint/eslint-plugin": "^8.37.0",
4343
"@typescript-eslint/parser": "^8.37.0",
44-
"esbuild": "^0.25.6",
44+
"esbuild": "^0.25.11",
4545
"esbuild-sass-plugin": "^3.3.1",
4646
"eslint": "<9.0",
4747
"eslint-config-prettier": "^9.1.0",

0 commit comments

Comments
 (0)