瀏覽代碼

Release v4.6.7

Jeremy Stretch 23 小時之前
父節點
當前提交
a1fc744556
共有 36 個文件被更改,包括 2965 次插入2925 次删除
  1. 25 1
      contrib/openapi.json
  2. 16 0
      docs/release-notes/version-4.6.md
  3. 2 2
      netbox/release.yaml
  4. 二進制
      netbox/translations/cs/LC_MESSAGES/django.mo
  5. 182 182
      netbox/translations/cs/LC_MESSAGES/django.po
  6. 二進制
      netbox/translations/da/LC_MESSAGES/django.mo
  7. 182 182
      netbox/translations/da/LC_MESSAGES/django.po
  8. 二進制
      netbox/translations/de/LC_MESSAGES/django.mo
  9. 184 184
      netbox/translations/de/LC_MESSAGES/django.po
  10. 二進制
      netbox/translations/es/LC_MESSAGES/django.mo
  11. 182 182
      netbox/translations/es/LC_MESSAGES/django.po
  12. 二進制
      netbox/translations/fr/LC_MESSAGES/django.mo
  13. 182 182
      netbox/translations/fr/LC_MESSAGES/django.po
  14. 二進制
      netbox/translations/it/LC_MESSAGES/django.mo
  15. 182 182
      netbox/translations/it/LC_MESSAGES/django.po
  16. 二進制
      netbox/translations/ja/LC_MESSAGES/django.mo
  17. 184 184
      netbox/translations/ja/LC_MESSAGES/django.po
  18. 二進制
      netbox/translations/ko/LC_MESSAGES/django.mo
  19. 184 184
      netbox/translations/ko/LC_MESSAGES/django.po
  20. 二進制
      netbox/translations/lv/LC_MESSAGES/django.mo
  21. 182 182
      netbox/translations/lv/LC_MESSAGES/django.po
  22. 二進制
      netbox/translations/nl/LC_MESSAGES/django.mo
  23. 182 182
      netbox/translations/nl/LC_MESSAGES/django.po
  24. 二進制
      netbox/translations/pl/LC_MESSAGES/django.mo
  25. 182 182
      netbox/translations/pl/LC_MESSAGES/django.po
  26. 二進制
      netbox/translations/pt/LC_MESSAGES/django.mo
  27. 182 182
      netbox/translations/pt/LC_MESSAGES/django.po
  28. 二進制
      netbox/translations/ru/LC_MESSAGES/django.mo
  29. 182 182
      netbox/translations/ru/LC_MESSAGES/django.po
  30. 二進制
      netbox/translations/tr/LC_MESSAGES/django.mo
  31. 182 182
      netbox/translations/tr/LC_MESSAGES/django.po
  32. 二進制
      netbox/translations/uk/LC_MESSAGES/django.mo
  33. 182 182
      netbox/translations/uk/LC_MESSAGES/django.po
  34. 二進制
      netbox/translations/zh/LC_MESSAGES/django.mo
  35. 184 184
      netbox/translations/zh/LC_MESSAGES/django.po
  36. 2 2
      requirements.txt

+ 25 - 1
contrib/openapi.json

@@ -2,7 +2,7 @@
     "openapi": "3.0.3",
     "info": {
         "title": "NetBox REST API",
-        "version": "4.6.6",
+        "version": "4.6.7",
         "license": {
             "name": "Apache v2 License"
         }
@@ -555,6 +555,30 @@
                         "explode": true,
                         "style": "form"
                     },
+                    {
+                        "in": "query",
+                        "name": "member_type_id",
+                        "schema": {
+                            "type": "array",
+                            "items": {
+                                "type": "integer"
+                            }
+                        },
+                        "explode": true,
+                        "style": "form"
+                    },
+                    {
+                        "in": "query",
+                        "name": "member_type_id__n",
+                        "schema": {
+                            "type": "array",
+                            "items": {
+                                "type": "integer"
+                            }
+                        },
+                        "explode": true,
+                        "style": "form"
+                    },
                     {
                         "in": "query",
                         "name": "modified_by_request",

+ 16 - 0
docs/release-notes/version-4.6.md

@@ -1,5 +1,21 @@
 # NetBox v4.6
 
+## v4.6.7 (FUTURE)
+
+### Performance Improvements
+
+* [#22810](https://github.com/netbox-community/netbox/issues/22810) - Skip cached scope rebuild for sites and locations when scope fields are unchanged
+* [#22813](https://github.com/netbox-community/netbox/issues/22813) - Avoid extraneous database queries when fetching custom field data via the GraphQL API
+* [#22822](https://github.com/netbox-community/netbox/issues/22822) - Avoid an extra database query when including rack reservation units via the GraphQL API
+* [#22823](https://github.com/netbox-community/netbox/issues/22823) - Avoid extraneous database queries when fetching the IP address or prefix family via the GraphQL API
+
+### Bug Fixes
+
+* [#22738](https://github.com/netbox-community/netbox/issues/22738) - Correctly evaluate IP availability for users whose permissions are constrained by a custom field on a related object
+* [#22800](https://github.com/netbox-community/netbox/issues/22800) - Filter circuit group assignments by member type to avoid displaying assignments belonging to a virtual circuit with the same ID
+
+---
+
 ## v4.6.6 (2026-07-28)
 
 ### Enhancements

+ 2 - 2
netbox/release.yaml

@@ -1,3 +1,3 @@
-version: "4.6.6"
+version: "4.6.7"
 edition: "Community"
-published: "2026-07-28"
+published: "2026-07-30"

二進制
netbox/translations/cs/LC_MESSAGES/django.mo


文件差異過大導致無法顯示
+ 182 - 182
netbox/translations/cs/LC_MESSAGES/django.po


二進制
netbox/translations/da/LC_MESSAGES/django.mo


文件差異過大導致無法顯示
+ 182 - 182
netbox/translations/da/LC_MESSAGES/django.po


二進制
netbox/translations/de/LC_MESSAGES/django.mo


文件差異過大導致無法顯示
+ 184 - 184
netbox/translations/de/LC_MESSAGES/django.po


二進制
netbox/translations/es/LC_MESSAGES/django.mo


文件差異過大導致無法顯示
+ 182 - 182
netbox/translations/es/LC_MESSAGES/django.po


二進制
netbox/translations/fr/LC_MESSAGES/django.mo


文件差異過大導致無法顯示
+ 182 - 182
netbox/translations/fr/LC_MESSAGES/django.po


二進制
netbox/translations/it/LC_MESSAGES/django.mo


文件差異過大導致無法顯示
+ 182 - 182
netbox/translations/it/LC_MESSAGES/django.po


二進制
netbox/translations/ja/LC_MESSAGES/django.mo


文件差異過大導致無法顯示
+ 184 - 184
netbox/translations/ja/LC_MESSAGES/django.po


二進制
netbox/translations/ko/LC_MESSAGES/django.mo


文件差異過大導致無法顯示
+ 184 - 184
netbox/translations/ko/LC_MESSAGES/django.po


二進制
netbox/translations/lv/LC_MESSAGES/django.mo


文件差異過大導致無法顯示
+ 182 - 182
netbox/translations/lv/LC_MESSAGES/django.po


二進制
netbox/translations/nl/LC_MESSAGES/django.mo


文件差異過大導致無法顯示
+ 182 - 182
netbox/translations/nl/LC_MESSAGES/django.po


二進制
netbox/translations/pl/LC_MESSAGES/django.mo


文件差異過大導致無法顯示
+ 182 - 182
netbox/translations/pl/LC_MESSAGES/django.po


二進制
netbox/translations/pt/LC_MESSAGES/django.mo


文件差異過大導致無法顯示
+ 182 - 182
netbox/translations/pt/LC_MESSAGES/django.po


二進制
netbox/translations/ru/LC_MESSAGES/django.mo


文件差異過大導致無法顯示
+ 182 - 182
netbox/translations/ru/LC_MESSAGES/django.po


二進制
netbox/translations/tr/LC_MESSAGES/django.mo


文件差異過大導致無法顯示
+ 182 - 182
netbox/translations/tr/LC_MESSAGES/django.po


二進制
netbox/translations/uk/LC_MESSAGES/django.mo


文件差異過大導致無法顯示
+ 182 - 182
netbox/translations/uk/LC_MESSAGES/django.po


二進制
netbox/translations/zh/LC_MESSAGES/django.mo


文件差異過大導致無法顯示
+ 184 - 184
netbox/translations/zh/LC_MESSAGES/django.po


+ 2 - 2
requirements.txt

@@ -18,7 +18,7 @@ django-timezone-field==7.2.2
 djangorestframework==3.17.1
 drf-spectacular==0.30.0
 drf-spectacular-sidecar==2026.7.1
-feedparser==6.0.13
+feedparser==6.0.14
 gunicorn==26.0.0
 Jinja2==3.1.6
 jsonschema==4.26.0
@@ -43,4 +43,4 @@ strawberry-graphql-django==0.86.5
 svgwrite==1.4.3
 tablib==3.9.0
 tzdata==2026.3
-zensical==0.0.51
+zensical==0.0.52

部分文件因文件數量過多而無法顯示