[PR #20081] [MERGED] Release v4.3.6 #15825

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20081
Author: @jnovinger
Created: 8/12/2025
Status: Merged
Merged: 8/12/2025
Merged by: @jnovinger

Base: mainHead: release-v4.3.6


📝 Commits (1)

📊 Changes

36 files changed (+7917 additions, -7590 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/01-feature_request.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/02-bug_report.yaml (+1 -1)
📝 contrib/generated_schema.json (+2 -0)
📝 docs/release-notes/version-4.3.md (+29 -0)
📝 netbox/project-static/yarn.lock (+65 -65)
📝 netbox/release.yaml (+2 -2)
📝 netbox/translations/cs/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/cs/LC_MESSAGES/django.po (+558 -536)
📝 netbox/translations/da/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/da/LC_MESSAGES/django.po (+555 -534)
📝 netbox/translations/de/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/de/LC_MESSAGES/django.po (+557 -536)
📝 netbox/translations/es/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/es/LC_MESSAGES/django.po (+555 -534)
📝 netbox/translations/fr/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/fr/LC_MESSAGES/django.po (+594 -573)
📝 netbox/translations/it/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/it/LC_MESSAGES/django.po (+555 -534)
📝 netbox/translations/ja/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/ja/LC_MESSAGES/django.po (+554 -533)

...and 16 more files

📄 Description

Enhancements

  • #17222 - Made unread notifications more visible with improved styling and positioning
  • #18843 - Include color name when exporting cables
  • #18873 - Add a request timeout parameter to the RSS feed dashboard widget
  • #19622 - Allow sharing GraphQL queries as links
  • #19728 - Added C18 power port type for audio devices
  • #19968 - Improve object type selection form field when editing permissions
  • #19977 - Improve performance when filtering device components by site, location, or rack

Bug Fixes

  • #19321 - Reduce redundant database queries when bulk importing devices
  • #19379 - Support singular VLAN IDs in list when editing a VLAN group
  • #19812 - Implement contains GraphQL filter for IPAM prefixes and IP ranges
  • #19917 - Ensure deterministic ordering of duplicate MAC addresses
  • #19996 - Correct dynamic query parameters for IP Address field in Add/Edit Service form
  • #19998 - Fix missing changelog records for deleted tags
  • #19999 - Corrected excessive whitespace in script list dashboard widget
  • #20001 - is_api_request() should not evaluate a request's content type
  • #20009 - Ensure search parameter is escaped for export links under object list views
  • #20017 - Fix highlighting of changed lines in changelog data
  • #20023 - Add GiST index on prefixes table to vastly improve bulk deletion time
  • #20030 - Fix height of object list action buttons & others
  • #20033 - Fix TypeError exception when bulk deleting bookmarks
  • #20056 - Fixed missing RF role options in device type schema validation

🔄 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/20081 **Author:** [@jnovinger](https://github.com/jnovinger) **Created:** 8/12/2025 **Status:** ✅ Merged **Merged:** 8/12/2025 **Merged by:** [@jnovinger](https://github.com/jnovinger) **Base:** `main` ← **Head:** `release-v4.3.6` --- ### 📝 Commits (1) - [`78220e9`](https://github.com/netbox-community/netbox/commit/78220e95220620da184e31036b6851ea454623d6) Release v4.3.6 ### 📊 Changes **36 files changed** (+7917 additions, -7590 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) 📝 `contrib/generated_schema.json` (+2 -0) 📝 `docs/release-notes/version-4.3.md` (+29 -0) 📝 `netbox/project-static/yarn.lock` (+65 -65) 📝 `netbox/release.yaml` (+2 -2) 📝 `netbox/translations/cs/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/cs/LC_MESSAGES/django.po` (+558 -536) 📝 `netbox/translations/da/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/da/LC_MESSAGES/django.po` (+555 -534) 📝 `netbox/translations/de/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/de/LC_MESSAGES/django.po` (+557 -536) 📝 `netbox/translations/es/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/es/LC_MESSAGES/django.po` (+555 -534) 📝 `netbox/translations/fr/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/fr/LC_MESSAGES/django.po` (+594 -573) 📝 `netbox/translations/it/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/it/LC_MESSAGES/django.po` (+555 -534) 📝 `netbox/translations/ja/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/ja/LC_MESSAGES/django.po` (+554 -533) _...and 16 more files_ </details> ### 📄 Description ### Enhancements * [#17222](https://github.com/netbox-community/netbox/issues/17222) - Made unread notifications more visible with improved styling and positioning * [#18843](https://github.com/netbox-community/netbox/issues/18843) - Include color name when exporting cables * [#18873](https://github.com/netbox-community/netbox/issues/18873) - Add a request timeout parameter to the RSS feed dashboard widget * [#19622](https://github.com/netbox-community/netbox/issues/19622) - Allow sharing GraphQL queries as links * [#19728](https://github.com/netbox-community/netbox/issues/19728) - Added C18 power port type for audio devices * [#19968](https://github.com/netbox-community/netbox/issues/19968) - Improve object type selection form field when editing permissions * [#19977](https://github.com/netbox-community/netbox/issues/19977) - Improve performance when filtering device components by site, location, or rack ### Bug Fixes * [#19321](https://github.com/netbox-community/netbox/issues/19321) - Reduce redundant database queries when bulk importing devices * [#19379](https://github.com/netbox-community/netbox/issues/19379) - Support singular VLAN IDs in list when editing a VLAN group * [#19812](https://github.com/netbox-community/netbox/issues/19812) - Implement `contains` GraphQL filter for IPAM prefixes and IP ranges * [#19917](https://github.com/netbox-community/netbox/issues/19917) - Ensure deterministic ordering of duplicate MAC addresses * [#19996](https://github.com/netbox-community/netbox/issues/19996) - Correct dynamic query parameters for IP Address field in Add/Edit Service form * [#19998](https://github.com/netbox-community/netbox/issues/19998) - Fix missing changelog records for deleted tags * [#19999](https://github.com/netbox-community/netbox/issues/19999) - Corrected excessive whitespace in script list dashboard widget * [#20001](https://github.com/netbox-community/netbox/issues/20001) - `is_api_request()` should not evaluate a request's content type * [#20009](https://github.com/netbox-community/netbox/issues/20009) - Ensure search parameter is escaped for export links under object list views * [#20017](https://github.com/netbox-community/netbox/issues/20017) - Fix highlighting of changed lines in changelog data * [#20023](https://github.com/netbox-community/netbox/issues/20023) - Add GiST index on prefixes table to vastly improve bulk deletion time * [#20030](https://github.com/netbox-community/netbox/issues/20030) - Fix height of object list action buttons & others * [#20033](https://github.com/netbox-community/netbox/issues/20033) - Fix `TypeError` exception when bulk deleting bookmarks * [#20056](https://github.com/netbox-community/netbox/issues/20056) - Fixed missing RF role options in device type schema validation --- <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:24:15 +01:00
adam closed this issue 2025-12-30 00:24:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15825