mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
Update release notes
This commit is contained in:
parent
c57d71a9db
commit
9c5f4163af
@ -40,6 +40,7 @@ Two new webhook trigger events have been introduced: `job_start` and `job_end`.
|
|||||||
* [#10374](https://github.com/netbox-community/netbox/issues/10374) - Require unique tenant names & slugs per group
|
* [#10374](https://github.com/netbox-community/netbox/issues/10374) - Require unique tenant names & slugs per group
|
||||||
* [#10729](https://github.com/netbox-community/netbox/issues/10729) - Add date & time custom field type
|
* [#10729](https://github.com/netbox-community/netbox/issues/10729) - Add date & time custom field type
|
||||||
* [#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
|
* [#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
|
||||||
|
* [#11291](https://github.com/netbox-community/netbox/issues/11291) - Optimized GraphQL API request handling
|
||||||
* [#11440](https://github.com/netbox-community/netbox/issues/11440) - Add an `enabled` field for device type interfaces
|
* [#11440](https://github.com/netbox-community/netbox/issues/11440) - Add an `enabled` field for device type interfaces
|
||||||
* [#11494](https://github.com/netbox-community/netbox/issues/11494) - Enable filtering objects by create/update request IDs
|
* [#11494](https://github.com/netbox-community/netbox/issues/11494) - Enable filtering objects by create/update request IDs
|
||||||
* [#11517](https://github.com/netbox-community/netbox/issues/11517) - Standardize the inclusion of related objects across the entire UI
|
* [#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`.
|
|||||||
### REST API Changes
|
### REST API Changes
|
||||||
|
|
||||||
* All API responses now include a `X-Request-ID` HTTP header indicating the request's unique ID
|
* All API responses now include a `X-Request-ID` HTTP header indicating the request's unique ID
|
||||||
* Introduced the `/api/ipam/asn-ranges/` endpoint
|
* Introduced new endpoints:
|
||||||
* dcim.DevcieType
|
* `/api/core/data-files/`
|
||||||
|
* `/api/core/data-sources/`
|
||||||
|
* `/api/dcim/device/<id>/render-config/`
|
||||||
|
* `/api/extras/config-templates/`
|
||||||
|
* `/api/ipam/asn-ranges/`
|
||||||
|
* Removed existing endpoints:
|
||||||
|
* `/api/dcim/device/<id>/napalm/`
|
||||||
|
* dcim.DeviceType
|
||||||
* Added `default_platform` foreign key (optional)
|
* Added `default_platform` foreign key (optional)
|
||||||
* dcim.InterfaceTemplate
|
* dcim.InterfaceTemplate
|
||||||
|
* Added `enabled` boolean field
|
||||||
* Added optional `bridge` foreign key (optional)
|
* Added optional `bridge` foreign key (optional)
|
||||||
* extras.ConfigContext
|
* extras.ConfigContext
|
||||||
* Added `data_source`, `data_file`, `data_path`, and `data_synced` fields to enable syncing data from remote sources
|
* Added `data_source`, `data_file`, `data_path`, and `data_synced` fields to enable syncing data from remote sources
|
||||||
|
* extras.ExportTemplate
|
||||||
|
* Added `data_source`, `data_file`, `data_path`, and `data_synced` fields to enable syncing content from remote sources
|
||||||
* extras.Webhook
|
* extras.Webhook
|
||||||
* Added `type_job_start` and `type_job_end` boolean fields
|
* Added `type_job_start` and `type_job_end` boolean fields
|
||||||
* ipam.ASN
|
* ipam.ASN
|
||||||
|
Loading…
Reference in New Issue
Block a user