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/development/release-checklist.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,8 @@ Then, compile these portable (`.po`) files for use in the application:
166
166
167
167
### Update Version and Changelog
168
168
169
-
* Update the version number and date in `netbox/release.yaml` and `pyproject.toml`. Add or remove the designation (e.g. `beta1`) if applicable.
169
+
* Update the version number and published date in `netbox/release.yaml`. Add or remove the designation (e.g. `beta1`) if applicable.
170
+
* Copy the version number from `release.yaml` to `pyproject.toml` in the project root.
170
171
* Update the example version numbers in the feature request and bug report templates under `.github/ISSUE_TEMPLATES/`.
171
172
* Add a section for this release at the top of the changelog page for the minor version (e.g. `docs/release-notes/version-4.2.md`) listing all relevant changes made in this release.
Copy file name to clipboardExpand all lines: docs/release-notes/version-4.3.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,33 @@
1
1
# NetBox v4.3
2
2
3
+
## v4.3.3 (2025-06-26)
4
+
5
+
### Enhancements
6
+
7
+
*[#17183](https://github.com/netbox-community/netbox/issues/17183) - Enable associating tags with object types during bulk import
8
+
*[#17719](https://github.com/netbox-community/netbox/issues/17719) - Introduce a user preference for table row striping
9
+
*[#19492](https://github.com/netbox-community/netbox/issues/19492) - Add a UI button to download the output of an executed custom script
10
+
*[#19499](https://github.com/netbox-community/netbox/issues/19499) - Support qualifying interfaces by parent device when bulk importing wireless links
11
+
12
+
### Bug Fixes
13
+
14
+
*[#19529](https://github.com/netbox-community/netbox/issues/19529) - Fix support for running custom scripts via the `runscript` management command
15
+
*[#19555](https://github.com/netbox-community/netbox/issues/19555) - Fix support for `schedule_at` when invoking a custom script via the REST API
16
+
*[#19617](https://github.com/netbox-community/netbox/issues/19617) - Ensure consistent styling of "connect" buttons in UI
17
+
*[#19640](https://github.com/netbox-community/netbox/issues/19640) - Restore ability to filter FHRP group assignments by device/VM in GraphQL API
18
+
*[#19644](https://github.com/netbox-community/netbox/issues/19644) - Atomic transactions should always employ database routing
19
+
*[#19659](https://github.com/netbox-community/netbox/issues/19659) - Populate initial device/VM selection for "add a service" button
20
+
*[#19665](https://github.com/netbox-community/netbox/issues/19665) - Correct field reference in wireless link model validation
21
+
*[#19667](https://github.com/netbox-community/netbox/issues/19667) - Fix `TypeError` exception when creating a new module profile type with no schema
22
+
*[#19673](https://github.com/netbox-community/netbox/issues/19673) - Ignore custom field references when compiling table prefetches
23
+
*[#19677](https://github.com/netbox-community/netbox/issues/19677) - Fix exception when passing null value to `present_in_vrf` filter
24
+
*[#19680](https://github.com/netbox-community/netbox/issues/19680) - Correct chronological ordering of change records resulting from device deletions
25
+
*[#19687](https://github.com/netbox-community/netbox/issues/19687) - Cellular interface types should be considered non-connectable
26
+
*[#19702](https://github.com/netbox-community/netbox/issues/19702) - Fix `DoesNotExist` exception when deleting a notification group with an associated event rule
27
+
*[#19745](https://github.com/netbox-community/netbox/issues/19745) - Fix bulk import of services with IP addresses assigned to FHRP groups
0 commit comments