Skip to content

Commit 6eeb382

Browse files
authored
Release v4.3.4 (#19887)
1 parent e5d6c71 commit 6eeb382

File tree

40 files changed

+4123
-3088
lines changed

40 files changed

+4123
-3088
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.3.3
18+
placeholder: v4.3.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.3.3
30+
placeholder: v4.3.4
3131
validations:
3232
required: true
3333
- type: dropdown

base_requirements.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ django-debug-toolbar
1414
# https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst
1515
django-filter
1616

17+
# Django Debug Toolbar extension for GraphiQL
18+
# https://github.com/flavors/django-graphiql-debug-toolbar/blob/main/CHANGES.rst
19+
django-graphiql-debug-toolbar
20+
1721
# HTMX utilities for Django
1822
# https://django-htmx.readthedocs.io/en/latest/changelog.html
1923
django-htmx
@@ -108,6 +112,7 @@ nh3
108112

109113
# Fork of PIL (Python Imaging Library) for image processing
110114
# https://github.com/python-pillow/Pillow/releases
115+
# https://pillow.readthedocs.io/en/stable/releasenotes/
111116
Pillow
112117

113118
# PostgreSQL database adapter for Python
@@ -126,14 +131,14 @@ requests
126131
# https://github.com/rq/rq/blob/master/CHANGES.md
127132
rq
128133

129-
# Social authentication framework
130-
# https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
131-
social-auth-core
132-
133134
# Django app for social-auth-core
134135
# https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md
135136
social-auth-app-django
136137

138+
# Social authentication framework
139+
# https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
140+
social-auth-core
141+
137142
# Strawberry GraphQL
138143
# https://github.com/strawberry-graphql/strawberry/blob/main/CHANGELOG.md
139144
strawberry-graphql

docs/release-notes/version-4.3.md

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

3+
## v4.3.4 (2025-07-15)
4+
5+
### Enhancements
6+
7+
* [#18811](https://github.com/netbox-community/netbox/issues/18811) - Match expanded form IPv6 addresses in global search
8+
* [#19550](https://github.com/netbox-community/netbox/issues/19550) - Enable lazy loading for rack elevations
9+
* [#19571](https://github.com/netbox-community/netbox/issues/19571) - Add a default module type profile for expansion cards
10+
* [#19793](https://github.com/netbox-community/netbox/issues/19793) - Support custom dynamic navigation menu links
11+
* [#19828](https://github.com/netbox-community/netbox/issues/19828) - Expose L2VPN termination in interface GraphQL response
12+
13+
### Bug Fixes
14+
15+
* [#19413](https://github.com/netbox-community/netbox/issues/19413) - Custom fields should be grouped in filter forms
16+
* [#19633](https://github.com/netbox-community/netbox/issues/19633) - Introduce InvalidCondition exception and log all evaluations of invalid event rule conditions
17+
* [#19800](https://github.com/netbox-community/netbox/issues/19800) - Module type bulk import should support profile assignment
18+
* [#19806](https://github.com/netbox-community/netbox/issues/19806) - Introduce JobFailed exception to allow marking background jobs as failed
19+
* [#19827](https://github.com/netbox-community/netbox/issues/19827) - Enforce uniqueness for device role names & slugs
20+
* [#19839](https://github.com/netbox-community/netbox/issues/19839) - Enable export of parent assignment for recursively nested objects
21+
* [#19876](https://github.com/netbox-community/netbox/issues/19876) - Remove Markdown rendering from CustomFieldChoiceSet description field
22+
23+
---
24+
325
## v4.3.3 (2025-06-26)
426

527
### 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: 5 additions & 5 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: 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/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
},
2424
"dependencies": {
2525
"@mdi/font": "7.4.47",
26-
"@tabler/core": "1.3.2",
26+
"@tabler/core": "1.4.0",
2727
"bootstrap": "5.3.7",
2828
"clipboard": "2.0.11",
2929
"flatpickr": "4.6.13",
30-
"gridstack": "12.2.1",
31-
"htmx.org": "2.0.5",
32-
"query-string": "9.2.1",
30+
"gridstack": "12.2.2",
31+
"htmx.org": "2.0.6",
32+
"query-string": "9.2.2",
3333
"sass": "1.89.2",
3434
"tom-select": "2.4.3",
3535
"typeface-inter": "3.18.1",
@@ -39,15 +39,15 @@
3939
"@types/bootstrap": "5.2.10",
4040
"@types/cookie": "^0.6.0",
4141
"@types/node": "^22.3.0",
42-
"@typescript-eslint/eslint-plugin": "^8.1.0",
43-
"@typescript-eslint/parser": "^8.1.0",
44-
"esbuild": "^0.25.3",
42+
"@typescript-eslint/eslint-plugin": "^8.37.0",
43+
"@typescript-eslint/parser": "^8.37.0",
44+
"esbuild": "^0.25.6",
4545
"esbuild-sass-plugin": "^3.3.1",
4646
"eslint": "<9.0",
4747
"eslint-config-prettier": "^9.1.0",
4848
"eslint-import-resolver-typescript": "^3.6.3",
49-
"eslint-plugin-import": "^2.30.0",
50-
"eslint-plugin-prettier": "^5.2.1",
49+
"eslint-plugin-import": "^2.32.0",
50+
"eslint-plugin-prettier": "^5.5.1",
5151
"prettier": "^3.3.3",
5252
"typescript": "<5.5"
5353
},

0 commit comments

Comments
 (0)