Jeremy Stretch 5 лет назад
Родитель
Сommit
29eebf9fbe
1 измененных файлов с 7 добавлено и 2 удалено
  1. 7 2
      docs/release-notes/version-2.10.md

+ 7 - 2
docs/release-notes/version-2.10.md

@@ -68,27 +68,32 @@ All end-to-end cable paths are now cached using the new CablePath model. This al
 * dcim.ConsolePort:
   * Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
   * Added `cable_peer` and `cable_peer_type`
+  * Removed `connection_status` from nested serializer
 * dcim.ConsoleServerPort:
   * Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
   * Added `cable_peer` and `cable_peer_type`
+  * Removed `connection_status` from nested serializer
 * dcim.FrontPort:
-  * Removed the `/trace/` endpoint
+  * Replaced the `/trace/` endpoint with `/paths/`, which returns a list of cable paths
   * Added `cable_peer` and `cable_peer_type`
 * dcim.Interface:
   * Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
   * Added `cable_peer` and `cable_peer_type`
+  * Removed `connection_status` from nested serializer
 * dcim.InventoryItem: The `_depth` field has been added to reflect MPTT positioning
 * dcim.PowerFeed: Add fields `connected_endpoint`, `connected_endpoint_type`, `connected_endpoint_reachable`, `cable_peer`, and `cable_peer_type`
 * dcim.PowerOutlet:
   * Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
   * Added `cable_peer` and `cable_peer_type`
+  * Removed `connection_status` from nested serializer
 * dcim.PowerPanel: Added `custom_fields`
 * dcim.PowerPort
   * Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
   * Added `cable_peer` and `cable_peer_type`
+  * Removed `connection_status` from nested serializer
 * dcim.RackReservation: Added `custom_fields`
 * dcim.RearPort:
-  * Removed the `/trace/` endpoint
+  * Replaced the `/trace/` endpoint with `/paths/`, which returns a list of cable paths
   * Added `cable_peer` and `cable_peer_type`
 * dcim.VirtualChassis: Added `custom_fields`
 * extras.ExportTemplate: The `template_language` field has been removed