From aceceba4a58389687c4e29db9a149b50dba1a3f7 Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Thu, 24 Aug 2023 08:20:13 -0500 Subject: [PATCH] Add breaking change note --- docs/release-notes/version-3.6.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes/version-3.6.md b/docs/release-notes/version-3.6.md index b5252b7e5..f4c60e0a7 100644 --- a/docs/release-notes/version-3.6.md +++ b/docs/release-notes/version-3.6.md @@ -18,6 +18,7 @@ * The `device_role` field on the Device model has been renamed to `role`. The `device_role` field has been temporarily retained on the REST API serializer for devices for backward compatibility, but is read-only. * The `choices` array field has been removed from the CustomField model. Any defined choices are automatically migrated to CustomFieldChoiceSets, accessible via the new `choice_set` field on the CustomField model. * The `napalm_driver` and `napalm_args` fields (which were deprecated in v3.5) have been removed from the Platform model. +* The `device` and `device_id` filter for interfaces will now only filter the specific device. Two new filters `virtual_chassis_member` and `virtual_chassis_member_id` have been added to allow for retrieval of Virtual Chassis interfaces from any Virtual Chassis member. ### New Features