[PR #12366] [MERGED] Release v3.4.10 #13956

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (6)

  • 5d4ef5e 11607 make CableSerializer WritableNestedSerializer for to_internal value instantiation
  • 4355085 Fixes #12355: Exclude additional characters from url encode
  • 4a92f68 Merge pull request #12358 from x64x6a/develop
  • d39c796 Merge pull request #12356 from netbox-community/11607-custom-field-cable
  • 9a78834 12252 allow sorting on object in search (#12357)
  • 84089ab Release v3.4.10

📊 Changes

8 files changed (+23 additions, -9 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+1 -1)
📝 docs/release-notes/version-3.4.md (+10 -0)
📝 netbox/dcim/api/nested_serializers.py (+1 -1)
📝 netbox/extras/models/models.py (+1 -1)
📝 netbox/netbox/search/backends.py (+6 -3)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/netbox/tables/tables.py (+2 -1)

📄 Description

Bug Fixes

  • #11607 - Fix custom object field assignments made via REST API for for cables
  • #12252 - Fix ordering of search results when sorting by object name
  • #12355 - Fix escaping of certain characters in URL when rendering custom links

🔄 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/12366 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/27/2023 **Status:** ✅ Merged **Merged:** 4/27/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (6) - [`5d4ef5e`](https://github.com/netbox-community/netbox/commit/5d4ef5e9e54d81829f0b74e3f1529c285b8fa223) 11607 make CableSerializer WritableNestedSerializer for to_internal value instantiation - [`4355085`](https://github.com/netbox-community/netbox/commit/4355085124204838235ba5ab71a203fae7b2fbbd) Fixes #12355: Exclude additional characters from url encode - [`4a92f68`](https://github.com/netbox-community/netbox/commit/4a92f6867ad3e5ea0c1bc90e6f4cfefeca364bd2) Merge pull request #12358 from x64x6a/develop - [`d39c796`](https://github.com/netbox-community/netbox/commit/d39c796828ed05890f6026df6f95d3121e56e0c0) Merge pull request #12356 from netbox-community/11607-custom-field-cable - [`9a78834`](https://github.com/netbox-community/netbox/commit/9a788349a94c925a21f3f4cd62d6fd79689db023) 12252 allow sorting on object in search (#12357) - [`84089ab`](https://github.com/netbox-community/netbox/commit/84089ab8c5e1b5107c7ae75bb4cad53d900ef9d2) Release v3.4.10 ### 📊 Changes **8 files changed** (+23 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+1 -1) 📝 `docs/release-notes/version-3.4.md` (+10 -0) 📝 `netbox/dcim/api/nested_serializers.py` (+1 -1) 📝 `netbox/extras/models/models.py` (+1 -1) 📝 `netbox/netbox/search/backends.py` (+6 -3) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/netbox/tables/tables.py` (+2 -1) </details> ### 📄 Description ### Bug Fixes * [#11607](https://github.com/netbox-community/netbox/issues/11607) - Fix custom object field assignments made via REST API for for cables * [#12252](https://github.com/netbox-community/netbox/issues/12252) - Fix ordering of search results when sorting by object name * [#12355](https://github.com/netbox-community/netbox/issues/12355) - Fix escaping of certain characters in URL when rendering custom links --- <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:45 +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#13956