[PR #20594] [MERGED] Release v4.4.4 #15980

Closed
opened 2025-12-30 00:25:08 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20594
Author: @jnovinger
Created: 10/15/2025
Status: Merged
Merged: 10/15/2025
Merged by: @jnovinger

Base: mainHead: release-v4.4.4


📝 Commits (1)

📊 Changes

27 files changed (+1137 additions, -1127 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/01-feature_request.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/02-bug_report.yaml (+1 -1)
📝 base_requirements.txt (+2 -1)
📝 contrib/openapi.json (+13 -16)
📝 docs/release-notes/version-4.4.md (+12 -0)
📝 netbox/project-static/dist/netbox.css (+1 -1)
📝 netbox/project-static/dist/netbox.js (+2 -2)
📝 netbox/project-static/dist/netbox.js.map (+1 -1)
📝 netbox/project-static/package.json (+1 -1)
📝 netbox/project-static/yarn.lock (+159 -159)
📝 netbox/release.yaml (+2 -2)
📝 netbox/translations/cs/LC_MESSAGES/django.po (+67 -67)
📝 netbox/translations/da/LC_MESSAGES/django.po (+67 -67)
📝 netbox/translations/de/LC_MESSAGES/django.po (+67 -67)
📝 netbox/translations/es/LC_MESSAGES/django.po (+67 -67)
📝 netbox/translations/fr/LC_MESSAGES/django.po (+67 -67)
📝 netbox/translations/it/LC_MESSAGES/django.po (+67 -67)
📝 netbox/translations/ja/LC_MESSAGES/django.po (+67 -67)
📝 netbox/translations/nl/LC_MESSAGES/django.po (+67 -67)
📝 netbox/translations/pl/LC_MESSAGES/django.po (+67 -67)

...and 7 more files

📄 Description

Bug Fixes

  • #20554 - Fix generic relation filters to accept <app>.<model> format matching POST requests
  • #20574 - Fix excessive storage initialization overhead when listing scripts with remote backends
  • #20584 - Enforce PoE mode requirement on interface templates when PoE type is set
  • #20585 - Fix API schema generation crash for models with single-field UniqueConstraints
  • #20587 - Fix upgrade.sh failure when removing stale content types

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/20594 **Author:** [@jnovinger](https://github.com/jnovinger) **Created:** 10/15/2025 **Status:** ✅ Merged **Merged:** 10/15/2025 **Merged by:** [@jnovinger](https://github.com/jnovinger) **Base:** `main` ← **Head:** `release-v4.4.4` --- ### 📝 Commits (1) - [`6311d19`](https://github.com/netbox-community/netbox/commit/6311d19b5b32e586751579b8ebe94c7d73e3bbed) Release v4.4.4 ### 📊 Changes **27 files changed** (+1137 additions, -1127 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/01-feature_request.yaml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/02-bug_report.yaml` (+1 -1) 📝 `base_requirements.txt` (+2 -1) 📝 `contrib/openapi.json` (+13 -16) 📝 `docs/release-notes/version-4.4.md` (+12 -0) 📝 `netbox/project-static/dist/netbox.css` (+1 -1) 📝 `netbox/project-static/dist/netbox.js` (+2 -2) 📝 `netbox/project-static/dist/netbox.js.map` (+1 -1) 📝 `netbox/project-static/package.json` (+1 -1) 📝 `netbox/project-static/yarn.lock` (+159 -159) 📝 `netbox/release.yaml` (+2 -2) 📝 `netbox/translations/cs/LC_MESSAGES/django.po` (+67 -67) 📝 `netbox/translations/da/LC_MESSAGES/django.po` (+67 -67) 📝 `netbox/translations/de/LC_MESSAGES/django.po` (+67 -67) 📝 `netbox/translations/es/LC_MESSAGES/django.po` (+67 -67) 📝 `netbox/translations/fr/LC_MESSAGES/django.po` (+67 -67) 📝 `netbox/translations/it/LC_MESSAGES/django.po` (+67 -67) 📝 `netbox/translations/ja/LC_MESSAGES/django.po` (+67 -67) 📝 `netbox/translations/nl/LC_MESSAGES/django.po` (+67 -67) 📝 `netbox/translations/pl/LC_MESSAGES/django.po` (+67 -67) _...and 7 more files_ </details> ### 📄 Description ### Bug Fixes * [#20554](https://github.com/netbox-community/netbox/issues/20554) - Fix generic relation filters to accept `<app>.<model>` format matching POST requests * [#20574](https://github.com/netbox-community/netbox/issues/20574) - Fix excessive storage initialization overhead when listing scripts with remote backends * [#20584](https://github.com/netbox-community/netbox/issues/20584) - Enforce PoE mode requirement on interface templates when PoE type is set * [#20585](https://github.com/netbox-community/netbox/issues/20585) - Fix API schema generation crash for models with single-field UniqueConstraints * [#20587](https://github.com/netbox-community/netbox/issues/20587) - Fix upgrade.sh failure when removing stale content types --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:25:08 +01:00
adam closed this issue 2025-12-30 00:25:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15980