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
+3-17Lines changed: 3 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,28 +31,14 @@ Close the [release milestone](https://github.com/netbox-community/netbox/milesto
31
31
32
32
Check that a link to the release notes for the new version is present in the navigation menu (defined in `mkdocs.yml`), and that a summary of all major new features has been added to `docs/index.md`.
33
33
34
-
### Update the Dependency Requirements Matrix
35
-
36
-
For every minor release, update the dependency requirements matrix in `docs/installation/upgrading.md` ("All versions") to reflect the supported versions of Python, PostgreSQL, and Redis:
37
-
38
-
1. Add a new row with the supported dependency versions.
39
-
2. Include a documentation link using the release tag format: `https://github.com/netbox-community/netbox/blob/v4.2.0/docs/installation/index.md`
40
-
3. Bold any version changes for clarity.
41
-
42
-
**Example Update:**
43
-
44
-
```markdown
45
-
| NetBox Version | Python min | Python max | PostgreSQL min | Redis min | Documentation |
Copy file name to clipboardExpand all lines: docs/release-notes/version-4.4.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# NetBox v4.4
2
2
3
-
## v4.4.0 (FUTURE)
3
+
## v4.4.0 (2025-09-02)
4
4
5
5
### New Features
6
6
@@ -39,13 +39,14 @@ A new ConfigContextProfile model has been introduced to support JSON schema vali
39
39
*[#19945](https://github.com/netbox-community/netbox/issues/19945) - Introduce a new custom script variable to represent decimal values
40
40
*[#19965](https://github.com/netbox-community/netbox/issues/19965) - Add REST & GraphQL API request counters to the Prometheus metrics exporter
41
41
*[#20029](https://github.com/netbox-community/netbox/issues/20029) - Include complete representation of object type in webhook payload data
42
-
*[#20115](https://github.com/netbox-community/netbox/issues/20115) - Support the use of ArrayColumn for plugin tables
43
42
44
43
### Plugins
45
44
46
45
*[#18006](https://github.com/netbox-community/netbox/issues/18006) - A Javascript is now triggered when UI is toggled between light and dark mode
47
46
*[#19735](https://github.com/netbox-community/netbox/issues/19735) - Custom individual and bulk operations can now be registered under individual views using `ObjectAction`
48
47
*[#20003](https://github.com/netbox-community/netbox/issues/20003) - Enable registration of callbacks to provide supplementary webhook payload data
48
+
*[#20115](https://github.com/netbox-community/netbox/issues/20115) - Support the use of ArrayColumn for plugin tables
49
+
*[#20129](https://github.com/netbox-community/netbox/issues/20129) - Enable plugins to register custom model features
0 commit comments