You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration/system.md
+4
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ BASE_PATH = 'netbox/'
14
14
15
15
## DATABASE_ROUTERS
16
16
17
+
!!! info "This parameter was introduced in NetBox v4.3."
18
+
17
19
Default: `[]` (empty list)
18
20
19
21
An iterable of [database routers](https://docs.djangoproject.com/en/stable/topics/db/multi-db/) to use for automatically selecting the appropriate database(s) for a query. This is useful only when [multiple databases](./required-parameters.md#databases) have been configured.
@@ -172,6 +174,8 @@ The file path to the location where media files (such as image attachments) are
172
174
173
175
## PROXY_ROUTERS
174
176
177
+
!!! info "This parameter was introduced in NetBox v4.3."
178
+
175
179
Default: `["utilities.proxy.DefaultProxyRouter"]`
176
180
177
181
A list of Python classes responsible for determining which proxy server(s) to use for outbound HTTP requests. Each item in the list can be the class itself or the dotted path to the class.
Copy file name to clipboardExpand all lines: docs/models/dcim/racktype.md
+2
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,8 @@ The number of the numerically lowest unit in the rack. This value defaults to on
42
42
43
43
The external width, height and depth of the rack can be tracked to aid in floorplan calculations. These measurements must be designated in either millimeters or inches.
44
44
45
+
!!! info "The `outer_height` field was introduced in NetBox v4.3."
46
+
45
47
### Mounting Depth
46
48
47
49
The maximum depth of a mounted device that the rack can accommodate, in millimeters. For four-post frames or cabinets, this is the horizontal distance between the front and rear vertical rails. (Note that this measurement does _not_ include space between the rails and the cabinet doors.)
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+9
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,15 @@ Minor releases are published in April, August, and December of each calendar yea
10
10
11
11
This page contains a history of all major and minor releases since NetBox v2.0. For more detail on a specific patch release, please see the release notes page for that specific minor release.
12
12
13
+
#### [Version 4.3](./version-4.3.md) (May 2025)
14
+
15
+
* Module Type Profiles & Custom Attributes ([#19002](https://github.com/netbox-community/netbox/issues/19002))
0 commit comments