Skip to content

Commit 6ca3908

Browse files
authored
Release v4.3.5 (#19975)
* Release v4.3.5 * Fix missing strawberry-graphql==0.278.0 specifier
1 parent c736ce3 commit 6ca3908

File tree

36 files changed

+5243
-4811
lines changed

36 files changed

+5243
-4811
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.4
18+
placeholder: v4.3.5
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.4
30+
placeholder: v4.3.5
3131
validations:
3232
required: true
3333
- type: dropdown

base_requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ django-cors-headers
88

99
# Runtime UI tool for debugging Django
1010
# https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst
11-
django-debug-toolbar
11+
# django-debug-toolbar v6.0.0 raises "Attribute Error at /: 'function' object has no attribute 'set'"
12+
# see https://github.com/netbox-community/netbox/issues/19974
13+
django-debug-toolbar==5.2.0
1214

1315
# Library for writing reusable URL query filters
1416
# https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst
@@ -145,8 +147,7 @@ strawberry-graphql
145147

146148
# Strawberry GraphQL Django extension
147149
# https://github.com/strawberry-graphql/strawberry-django/releases
148-
# See #19771
149-
strawberry-graphql-django==0.60.0
150+
strawberry-graphql-django
150151

151152
# SVG image rendering (used for rack elevations)
152153
# https://github.com/mozman/svgwrite/blob/master/NEWS.rst

docs/release-notes/version-4.3.md

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

3+
## v4.3.5 (2025-07-29)
4+
5+
### Enhancements
6+
* [#18399](https://github.com/netbox-community/netbox/issues/18399) - Data source synchronization jobs now properly show "queued" status when enqueued
7+
* [#18797](https://github.com/netbox-community/netbox/issues/18797) - Added jinja2.StrictUndefined option for config template rendering to catch undefined variables
8+
* [#18936](https://github.com/netbox-community/netbox/issues/18936) - Cable imports now accept color names (e.g. "red", "blue") in addition to hex color codes
9+
* [#19840](https://github.com/netbox-community/netbox/issues/19840) - Cable imports now support specifying site information for better organization
10+
* [#19902](https://github.com/netbox-community/netbox/issues/19902) - Device names in rack elevation SVG exports are automatically truncated to prevent overflow beyond rack unit boundaries
11+
* [#19903](https://github.com/netbox-community/netbox/issues/19903) - String field filters now support `regex` and `iregex` lookups for advanced pattern matching
12+
* [#19910](https://github.com/netbox-community/netbox/issues/19910) - Internet-dependent links are no longer visible when running in air-gapped environments
13+
14+
### Bug Fixes
15+
* [#18900](https://github.com/netbox-community/netbox/issues/18900) - REST API paginator now raises proper exceptions when attempting to paginate unordered querysets
16+
* [#19916](https://github.com/netbox-community/netbox/issues/19916) - Rack elevation image/label dropdown functionality restored
17+
* [#19934](https://github.com/netbox-community/netbox/issues/19934) - Added missing description field to tenant bulk edit form
18+
* [#19956](https://github.com/netbox-community/netbox/issues/19956) - Prevent duplicate deletion records in changelog from cascading deletions
19+
320
## v4.3.4 (2025-07-15)
421

522
### Enhancements

netbox/project-static/yarn.lock

Lines changed: 262 additions & 252 deletions
Large diffs are not rendered by default.

netbox/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version: "4.3.4"
1+
version: "4.3.5"
22
edition: "Community"
3-
published: "2025-07-15"
3+
published: "2025-07-29"
802 Bytes
Binary file not shown.

netbox/translations/cs/LC_MESSAGES/django.po

Lines changed: 353 additions & 325 deletions
Large diffs are not rendered by default.
810 Bytes
Binary file not shown.

netbox/translations/da/LC_MESSAGES/django.po

Lines changed: 352 additions & 324 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)