Update v2.10 changelog

This commit is contained in:
Jeremy Stretch 2020-10-06 16:16:08 -04:00
parent a6e0ef8cd8
commit a072d40594

View File

@ -63,32 +63,29 @@ All end-to-end cable paths are now cached using the new CablePath model. This al
* Added support for `PUT`, `PATCH`, and `DELETE` operations on list endpoints (bulk update and delete) * Added support for `PUT`, `PATCH`, and `DELETE` operations on list endpoints (bulk update and delete)
* circuits.CircuitTermination: * circuits.CircuitTermination:
* Replaced `connection_status` with `connected_endpoint_reachable` (boolean) * Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
* Added `cable_peer` * Added `cable_peer` and `cable_peer_type`
* dcim.Cable: Added `custom_fields` * dcim.Cable: Added `custom_fields`
* dcim.ConsolePort: * dcim.ConsolePort:
* Replaced `connection_status` with `connected_endpoint_reachable` (boolean) * Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
* Added `cable_peer` * Added `cable_peer` and `cable_peer_type`
* dcim.ConsoleServerPort: * dcim.ConsoleServerPort:
* Replaced `connection_status` with `connected_endpoint_reachable` (boolean) * Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
* Added `cable_peer` * Added `cable_peer` and `cable_peer_type`
* dcim.FrontPort: * dcim.FrontPort: Added `cable_peer` and `cable_peer_type`
* Removed the `trace` endpoint
* Added `cable_peer`
* dcim.Interface: * dcim.Interface:
* Replaced `connection_status` with `connected_endpoint_reachable` (boolean) * Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
* Added `cable_peer` * Added `cable_peer` and `cable_peer_type`
* dcim.InventoryItem: The `_depth` field has been added to reflect MPTT positioning * dcim.InventoryItem: The `_depth` field has been added to reflect MPTT positioning
* dcim.PowerFeed: Add fields `connected_endpoint`, `connected_endpoint_type`, `connected_endpoint_reachable`, and `cable_peer` * dcim.PowerFeed: Add fields `connected_endpoint`, `connected_endpoint_type`, `connected_endpoint_reachable`, `cable_peer`, and `cable_peer_type`
* dcim.PowerOutlet: * dcim.PowerOutlet:
* Replaced `connection_status` with `connected_endpoint_reachable` (boolean) * Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
* Added `cable_peer` * Added `cable_peer` and `cable_peer_type`
* dcim.PowerPanel: Added `custom_fields` * dcim.PowerPanel: Added `custom_fields`
* dcim.PowerPort * dcim.PowerPort
* Replaced `connection_status` with `connected_endpoint_reachable` (boolean) * Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
* Added `cable_peer` * Added `cable_peer` and `cable_peer_type`
* dcim.RackReservation: Added `custom_fields` * dcim.RackReservation: Added `custom_fields`
* dcim.RearPort: * dcim.RearPort: Added `cable_peer` and `cable_peer_type`
* Removed the `trace` endpoint
* dcim.VirtualChassis: Added `custom_fields` * dcim.VirtualChassis: Added `custom_fields`
* extras.ExportTemplate: The `template_language` field has been removed * extras.ExportTemplate: The `template_language` field has been removed
* extras.Graph: This API endpoint has been removed (see #4349) * extras.Graph: This API endpoint has been removed (see #4349)