Please note there is no 7.1.0 GA IP Fabric release.
Deprecated
- Python 3.8 has been removed as it is EoL.
- The following Models have moved and old locations removed in 8.0:
ipfabric.settings.vendor_api_models.*
->ipfabric.models.vendor_api
ipfabric.settings.discovery.Networks
->ipfabric.models.discovery.Networks
ipfabric.settings.seeds.SeedList
->ipfabric.models.discovery.SeedList
ipfabric.settings.authentication.[Credential, CredentialList, Privilege, PrivilegeList]
->ipfabric.models.authentication
Breaking Changes
Some changes to Vendor API models have been implemented in order for being able to model all settings.
Feature
- Updated OAS
- New RBAC Policies:
ApplianceExport__RW
: Write access Import and Export complete IP Fabric Configuration.
- Added more API deprecation warnings based on OAS.
- Added
IPFClient().settings.appliance_configuration
methods for exporting and importing configurations.
- Updates to Diagrams
- Updates for Extensions
- Added ability to update device credentials and enable passwords.
- Preparing for IPv6 support in the SDK.
- Added support for BGP Communities Settings
- Added support for all Discovery Settings.
Fix
- Fix for CLI tools
- Fix for Global Search
- Bumped
deepdiff
to require version 8 due to breaking changes changes.