From ab4cb46d9497441f40064564509556a21c6f6803 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 5 Dec 2018 11:13:29 -0500 Subject: [PATCH] Additional API change notes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 034d2eead..5c3b65a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,8 @@ NetBox now supports modeling physical cables for console, power, and interface c * The `rpc_client` field has been removed from dcim.Platform (see #2367) * Introduced a new API endpoint for cables at `/dcim/cables/` * New endpoints for front and rear pass-through ports (and their templates) in parallel with existing device components +* The fields `interface_connection` on Interface and `interface` on CircuitTermination have been replaced with `connected_endpoint` and `connection_status` +* A new `cable` field has been added to console, power, and interface components and to circuit terminations * New fields for dcim.Rack: `status`, `asset_tag`, `outer_width`, `outer_depth`, `outer_unit` * The following boolean filters on dcim.Device and dcim.DeviceType have been renamed: * `is_console_server`: `console_server_ports`