[PR #12370] [MERGED] Prepare for v3.5.0 release #13960

Closed
opened 2025-12-29 23:21:46 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/12370
Author: @jeremystretch
Created: 4/27/2023
Status: Merged
Merged: 4/27/2023
Merged by: @jeremystretch

Base: developHead: feature


📝 Commits (10+)

📊 Changes

587 files changed (+179887 additions, -8419 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+1 -1)
📝 base_requirements.txt (+19 -3)
contrib/openapi2.json (+95605 -0)
contrib/openapi2.yaml (+69695 -0)
📝 docs/administration/error-reporting.md (+1 -1)
📝 docs/administration/housekeeping.md (+1 -1)
📝 docs/administration/permissions.md (+2 -4)
📝 docs/configuration/default-values.md (+45 -0)
📝 docs/configuration/index.md (+1 -5)
📝 docs/configuration/miscellaneous.md (+5 -3)
docs/configuration/napalm.md (+0 -51)
📝 docs/configuration/required-parameters.md (+2 -4)
📝 docs/configuration/system.md (+8 -0)
📝 docs/customization/custom-fields.md (+1 -6)
📝 docs/customization/custom-links.md (+0 -1)
📝 docs/customization/custom-scripts.md (+5 -6)
📝 docs/customization/reports.md (+4 -2)
📝 docs/development/application-registry.md (+18 -25)
📝 docs/development/models.md (+35 -18)

...and 80 more files

📄 Description

Merge feature into develop in anticipation of the v3.5.0 release.


🔄 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/12370 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/27/2023 **Status:** ✅ Merged **Merged:** 4/27/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `feature` --- ### 📝 Commits (10+) - [`e19ce69`](https://github.com/netbox-community/netbox/commit/e19ce692388c2242ad271dfe2e85b269d7101d31) Closes #10923: Remove unused NetBoxModelCSVForm class - [`2381317`](https://github.com/netbox-community/netbox/commit/2381317eb32beef69703d7c67fa3a76896390ad5) Closes #10604: Remove unused extra_tabs block from object.html generic template - [`0b4ea14`](https://github.com/netbox-community/netbox/commit/0b4ea14e9ad8bf286d7b9d94057881d6a58483ce) Closes #11489: Refactor & combine core middleware - [`ef3ac25`](https://github.com/netbox-community/netbox/commit/ef3ac25406947b502d3a6a92c050200de6bcf7a6) Remove old feature version notices - [`f74a253`](https://github.com/netbox-community/netbox/commit/f74a2536f1ca24dd8984c7bff7b386244c29f8a7) Closes #11254: Introduce the X-Request-ID HTTP header to annotate the unique ID of each request for change logging - [`1a2dae3`](https://github.com/netbox-community/netbox/commit/1a2dae3471c4c7102339175f352c4c94efec10f9) Closes #8184: Enable HTMX for embedded tables (#11518) - [`8e94eb6`](https://github.com/netbox-community/netbox/commit/8e94eb67d23a93a05892a2167733ccbeda6d4b65) Add the `enabled` filed to InterfaceTemplate - [`48d6d72`](https://github.com/netbox-community/netbox/commit/48d6d7279d8d0fdbb6f053dfb45dd0e3c4e244b0) Changelog for #11440 - [`0c9e7aa`](https://github.com/netbox-community/netbox/commit/0c9e7aa074f82f7871c8304b9846ea88524b4362) Clean up related objects for sites, tenants - [`91b81d5`](https://github.com/netbox-community/netbox/commit/91b81d51da683140ae98e393356079a7eea49608) Standardize related model display for nested models ### 📊 Changes **587 files changed** (+179887 additions, -8419 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+1 -1) 📝 `base_requirements.txt` (+19 -3) ➕ `contrib/openapi2.json` (+95605 -0) ➕ `contrib/openapi2.yaml` (+69695 -0) 📝 `docs/administration/error-reporting.md` (+1 -1) 📝 `docs/administration/housekeeping.md` (+1 -1) 📝 `docs/administration/permissions.md` (+2 -4) 📝 `docs/configuration/default-values.md` (+45 -0) 📝 `docs/configuration/index.md` (+1 -5) 📝 `docs/configuration/miscellaneous.md` (+5 -3) ➖ `docs/configuration/napalm.md` (+0 -51) 📝 `docs/configuration/required-parameters.md` (+2 -4) 📝 `docs/configuration/system.md` (+8 -0) 📝 `docs/customization/custom-fields.md` (+1 -6) 📝 `docs/customization/custom-links.md` (+0 -1) 📝 `docs/customization/custom-scripts.md` (+5 -6) 📝 `docs/customization/reports.md` (+4 -2) 📝 `docs/development/application-registry.md` (+18 -25) 📝 `docs/development/models.md` (+35 -18) _...and 80 more files_ </details> ### 📄 Description Merge `feature` into `develop` in anticipation of the v3.5.0 release. --- <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-29 23:21:46 +01:00
adam closed this issue 2025-12-29 23:21:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13960