[PR #19887] [MERGED] Release v4.3.4 #15749

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

📋 Pull Request Information

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

Base: mainHead: release-v4.3.4


📝 Commits (1)

📊 Changes

40 files changed (+4123 additions, -3088 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 (+9 -4)
📝 docs/release-notes/version-4.3.md (+22 -0)
📝 netbox/project-static/dist/netbox.css (+1 -1)
📝 netbox/project-static/dist/netbox.js (+5 -5)
📝 netbox/project-static/dist/netbox.js.map (+2 -2)
📝 netbox/project-static/package.json (+9 -9)
📝 netbox/project-static/yarn.lock (+1049 -357)
📝 netbox/release.yaml (+2 -2)
📝 netbox/translations/cs/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/cs/LC_MESSAGES/django.po (+200 -178)
📝 netbox/translations/da/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/da/LC_MESSAGES/django.po (+189 -168)
📝 netbox/translations/de/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/de/LC_MESSAGES/django.po (+194 -168)
📝 netbox/translations/es/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/es/LC_MESSAGES/django.po (+191 -168)
📝 netbox/translations/fr/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/fr/LC_MESSAGES/django.po (+191 -168)

...and 20 more files

📄 Description

Enhancements

  • #18811 - Match expanded form IPv6 addresses in global search
  • #19550 - Enable lazy loading for rack elevations
  • #19571 - Add a default module type profile for expansion cards
  • #19793 - Support custom dynamic navigation menu links
  • #19828 - Expose L2VPN termination in interface GraphQL response

Bug Fixes

  • #19413 - Custom fields should be grouped in filter forms
  • #19633 - Introduce InvalidCondition exception and log all evaluations of invalid event rule conditions
  • #19800 - Module type bulk import should support profile assignment
  • #19806 - Introduce JobFailed exception to allow marking background jobs as failed
  • #19827 - Enforce uniqueness for device role names & slugs
  • #19839 - Enable export of parent assignment for recursively nested objects
  • #19876 - Remove Markdown rendering from CustomFieldChoiceSet description field

🔄 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/19887 **Author:** [@jnovinger](https://github.com/jnovinger) **Created:** 7/15/2025 **Status:** ✅ Merged **Merged:** 7/15/2025 **Merged by:** [@jnovinger](https://github.com/jnovinger) **Base:** `main` ← **Head:** `release-v4.3.4` --- ### 📝 Commits (1) - [`1bb07d0`](https://github.com/netbox-community/netbox/commit/1bb07d07dd4f06c67907714c1c030b619dc86658) Release v4.3.4 ### 📊 Changes **40 files changed** (+4123 additions, -3088 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` (+9 -4) 📝 `docs/release-notes/version-4.3.md` (+22 -0) 📝 `netbox/project-static/dist/netbox.css` (+1 -1) 📝 `netbox/project-static/dist/netbox.js` (+5 -5) 📝 `netbox/project-static/dist/netbox.js.map` (+2 -2) 📝 `netbox/project-static/package.json` (+9 -9) 📝 `netbox/project-static/yarn.lock` (+1049 -357) 📝 `netbox/release.yaml` (+2 -2) 📝 `netbox/translations/cs/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/cs/LC_MESSAGES/django.po` (+200 -178) 📝 `netbox/translations/da/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/da/LC_MESSAGES/django.po` (+189 -168) 📝 `netbox/translations/de/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/de/LC_MESSAGES/django.po` (+194 -168) 📝 `netbox/translations/es/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/es/LC_MESSAGES/django.po` (+191 -168) 📝 `netbox/translations/fr/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/fr/LC_MESSAGES/django.po` (+191 -168) _...and 20 more files_ </details> ### 📄 Description ### Enhancements * [#18811](https://github.com/netbox-community/netbox/issues/18811) - Match expanded form IPv6 addresses in global search * [#19550](https://github.com/netbox-community/netbox/issues/19550) - Enable lazy loading for rack elevations * [#19571](https://github.com/netbox-community/netbox/issues/19571) - Add a default module type profile for expansion cards * [#19793](https://github.com/netbox-community/netbox/issues/19793) - Support custom dynamic navigation menu links * [#19828](https://github.com/netbox-community/netbox/issues/19828) - Expose L2VPN termination in interface GraphQL response ### Bug Fixes * [#19413](https://github.com/netbox-community/netbox/issues/19413) - Custom fields should be grouped in filter forms * [#19633](https://github.com/netbox-community/netbox/issues/19633) - Introduce InvalidCondition exception and log all evaluations of invalid event rule conditions * [#19800](https://github.com/netbox-community/netbox/issues/19800) - Module type bulk import should support profile assignment * [#19806](https://github.com/netbox-community/netbox/issues/19806) - Introduce JobFailed exception to allow marking background jobs as failed * [#19827](https://github.com/netbox-community/netbox/issues/19827) - Enforce uniqueness for device role names & slugs * [#19839](https://github.com/netbox-community/netbox/issues/19839) - Enable export of parent assignment for recursively nested objects * [#19876](https://github.com/netbox-community/netbox/issues/19876) - Remove Markdown rendering from CustomFieldChoiceSet description field --- <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:23:49 +01:00
adam closed this issue 2025-12-30 00:23:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15749