[PR #19483] [MERGED] Release v4.3.1 #15659

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/19483
Author: @jeremystretch
Created: 5/13/2025
Status: Merged
Merged: 5/13/2025
Merged by: @jeremystretch

Base: mainHead: release-v4.3.1


📝 Commits (1)

📊 Changes

40 files changed (+43583 additions, -39073 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 (+1 -0)
📝 docs/release-notes/version-4.3.md (+32 -0)
📝 netbox/project-static/dist/netbox-external.css (+1 -1)
📝 netbox/project-static/dist/netbox.css (+1 -1)
📝 netbox/project-static/dist/netbox.js (+6 -6)
📝 netbox/project-static/dist/netbox.js.map (+3 -3)
📝 netbox/project-static/package.json (+4 -4)
📝 netbox/project-static/yarn.lock (+17 -12)
📝 netbox/release.yaml (+2 -2)
📝 netbox/translations/cs/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/cs/LC_MESSAGES/django.po (+3109 -2788)
📝 netbox/translations/da/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/da/LC_MESSAGES/django.po (+3105 -2784)
📝 netbox/translations/de/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/de/LC_MESSAGES/django.po (+3117 -2796)
📝 netbox/translations/es/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/es/LC_MESSAGES/django.po (+3117 -2798)
📝 netbox/translations/fr/LC_MESSAGES/django.mo (+0 -0)

...and 20 more files

📄 Description

Enhancements

  • #17073 - Enable global search for tags
  • #18419 - Enable specifying a queue name when calling Job.enqueue()
  • #19416 - Add the 1000BASE-SX interface type
  • #19434 - Add pre-populated interface speed choices for 2.5 and 5 Gbps

Bug Fixes

  • #17107 - Fix cosmetic issue in cable traces ending at a provider network
  • #19309 - Improve REST API query performance for prefixes and IP addresses
  • #19361 - Fix incorrect GraphQL object types
  • #19375 - Fix table configuration after applying a saved table config
  • #19376 - Fix FieldDoesNotExist exception when global search results include a contact
  • #19380 - Fix column selections for child object tables
  • #19381 - Fix syncing of custom scripts from a remote data source
  • #19396 - Enable nullifying VLAN qinq_role via the REST API
  • #19397 - Correct enum type for IPRangeFilter in GraphQL API
  • #19432 - Update minimum required PostgreSQL version referenced by server error page
  • #19440 - Ensure data migrations use the correct database connection
  • #19444 - Fix change logging for contact group assignments
  • #19463 - Hide button dropdown for tables which do not support saved configs
  • #19464 - Fix bulk editing of inventory items from device view
  • #19465 - Fix ability to clear assigned prefix scope in UI
  • #19472 - Fix device column rendering in virtual device contexts table

🔄 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/19483 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 5/13/2025 **Status:** ✅ Merged **Merged:** 5/13/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `release-v4.3.1` --- ### 📝 Commits (1) - [`c9d24bc`](https://github.com/netbox-community/netbox/commit/c9d24bcf29f4f45c1bb852b2bc7b678107996cda) Release v4.3.1 ### 📊 Changes **40 files changed** (+43583 additions, -39073 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` (+1 -0) 📝 `docs/release-notes/version-4.3.md` (+32 -0) 📝 `netbox/project-static/dist/netbox-external.css` (+1 -1) 📝 `netbox/project-static/dist/netbox.css` (+1 -1) 📝 `netbox/project-static/dist/netbox.js` (+6 -6) 📝 `netbox/project-static/dist/netbox.js.map` (+3 -3) 📝 `netbox/project-static/package.json` (+4 -4) 📝 `netbox/project-static/yarn.lock` (+17 -12) 📝 `netbox/release.yaml` (+2 -2) 📝 `netbox/translations/cs/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/cs/LC_MESSAGES/django.po` (+3109 -2788) 📝 `netbox/translations/da/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/da/LC_MESSAGES/django.po` (+3105 -2784) 📝 `netbox/translations/de/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/de/LC_MESSAGES/django.po` (+3117 -2796) 📝 `netbox/translations/es/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/es/LC_MESSAGES/django.po` (+3117 -2798) 📝 `netbox/translations/fr/LC_MESSAGES/django.mo` (+0 -0) _...and 20 more files_ </details> ### 📄 Description ### Enhancements * [#17073](https://github.com/netbox-community/netbox/issues/17073) - Enable global search for tags * [#18419](https://github.com/netbox-community/netbox/issues/18419) - Enable specifying a queue name when calling `Job.enqueue()` * [#19416](https://github.com/netbox-community/netbox/issues/19416) - Add the 1000BASE-SX interface type * [#19434](https://github.com/netbox-community/netbox/issues/19434) - Add pre-populated interface speed choices for 2.5 and 5 Gbps ### Bug Fixes * [#17107](https://github.com/netbox-community/netbox/issues/17107) - Fix cosmetic issue in cable traces ending at a provider network * [#19309](https://github.com/netbox-community/netbox/issues/19309) - Improve REST API query performance for prefixes and IP addresses * [#19361](https://github.com/netbox-community/netbox/issues/19361) - Fix incorrect GraphQL object types * [#19375](https://github.com/netbox-community/netbox/issues/19375) - Fix table configuration after applying a saved table config * [#19376](https://github.com/netbox-community/netbox/issues/19376) - Fix `FieldDoesNotExist` exception when global search results include a contact * [#19380](https://github.com/netbox-community/netbox/issues/19380) - Fix column selections for child object tables * [#19381](https://github.com/netbox-community/netbox/issues/19381) - Fix syncing of custom scripts from a remote data source * [#19396](https://github.com/netbox-community/netbox/issues/19396) - Enable nullifying VLAN `qinq_role` via the REST API * [#19397](https://github.com/netbox-community/netbox/issues/19397) - Correct enum type for IPRangeFilter in GraphQL API * [#19432](https://github.com/netbox-community/netbox/issues/19432) - Update minimum required PostgreSQL version referenced by server error page * [#19440](https://github.com/netbox-community/netbox/issues/19440) - Ensure data migrations use the correct database connection * [#19444](https://github.com/netbox-community/netbox/issues/19444) - Fix change logging for contact group assignments * [#19463](https://github.com/netbox-community/netbox/issues/19463) - Hide button dropdown for tables which do not support saved configs * [#19464](https://github.com/netbox-community/netbox/issues/19464) - Fix bulk editing of inventory items from device view * [#19465](https://github.com/netbox-community/netbox/issues/19465) - Fix ability to clear assigned prefix scope in UI * [#19472](https://github.com/netbox-community/netbox/issues/19472) - Fix device column rendering in virtual device contexts table --- <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:15 +01:00
adam closed this issue 2025-12-30 00:23:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15659