You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/version-3.5.md
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ Two new webhook trigger events have been introduced: `job_start` and `job_end`.
40
40
*[#10374](https://github.com/netbox-community/netbox/issues/10374) - Require unique tenant names & slugs per group
41
41
*[#10729](https://github.com/netbox-community/netbox/issues/10729) - Add date & time custom field type
42
42
*[#11254](https://github.com/netbox-community/netbox/issues/11254) - Introduce the `X-Request-ID` HTTP header to annotate the unique ID of each request for change logging
43
+
*[#11291](https://github.com/netbox-community/netbox/issues/11291) - Optimized GraphQL API request handling
43
44
*[#11440](https://github.com/netbox-community/netbox/issues/11440) - Add an `enabled` field for device type interfaces
44
45
*[#11494](https://github.com/netbox-community/netbox/issues/11494) - Enable filtering objects by create/update request IDs
45
46
*[#11517](https://github.com/netbox-community/netbox/issues/11517) - Standardize the inclusion of related objects across the entire UI
@@ -61,13 +62,23 @@ Two new webhook trigger events have been introduced: `job_start` and `job_end`.
61
62
### REST API Changes
62
63
63
64
* All API responses now include a `X-Request-ID` HTTP header indicating the request's unique ID
64
-
* Introduced the `/api/ipam/asn-ranges/` endpoint
65
-
* dcim.DevcieType
65
+
* Introduced new endpoints:
66
+
*`/api/core/data-files/`
67
+
*`/api/core/data-sources/`
68
+
*`/api/dcim/device/<id>/render-config/`
69
+
*`/api/extras/config-templates/`
70
+
*`/api/ipam/asn-ranges/`
71
+
* Removed existing endpoints:
72
+
*`/api/dcim/device/<id>/napalm/`
73
+
* dcim.DeviceType
66
74
* Added `default_platform` foreign key (optional)
67
75
* dcim.InterfaceTemplate
76
+
* Added `enabled` boolean field
68
77
* Added optional `bridge` foreign key (optional)
69
78
* extras.ConfigContext
70
79
* Added `data_source`, `data_file`, `data_path`, and `data_synced` fields to enable syncing data from remote sources
80
+
* extras.ExportTemplate
81
+
* Added `data_source`, `data_file`, `data_path`, and `data_synced` fields to enable syncing content from remote sources
71
82
* extras.Webhook
72
83
* Added `type_job_start` and `type_job_end` boolean fields
0 commit comments