Skip to content

Commit 9c5f416

Browse files
committed
Update release notes
1 parent c57d71a commit 9c5f416

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/release-notes/version-3.5.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Two new webhook trigger events have been introduced: `job_start` and `job_end`.
4040
* [#10374](https://github.com/netbox-community/netbox/issues/10374) - Require unique tenant names & slugs per group
4141
* [#10729](https://github.com/netbox-community/netbox/issues/10729) - Add date & time custom field type
4242
* [#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
4344
* [#11440](https://github.com/netbox-community/netbox/issues/11440) - Add an `enabled` field for device type interfaces
4445
* [#11494](https://github.com/netbox-community/netbox/issues/11494) - Enable filtering objects by create/update request IDs
4546
* [#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`.
6162
### REST API Changes
6263

6364
* 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
6674
* Added `default_platform` foreign key (optional)
6775
* dcim.InterfaceTemplate
76+
* Added `enabled` boolean field
6877
* Added optional `bridge` foreign key (optional)
6978
* extras.ConfigContext
7079
* 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
7182
* extras.Webhook
7283
* Added `type_job_start` and `type_job_end` boolean fields
7384
* ipam.ASN

0 commit comments

Comments
 (0)