This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
Releases: community-fabric/python-ipfabric
Releases · community-fabric/python-ipfabric
v5.0.4 Release
Fix in Users model
Added get_user to get information about logged in user during init
Added count and fetch function to tables
v5.0.3 Release
Deprecate IPF v4.X from package
Added Technologies to the SDK
Verification of API Version against IP Fabric Version
v5.0.2 Release
Remove importlib-metadata
v5.0.1 Release
Do not use count for paging through results as some tables do not return it.
v5.0.0 Release
- Update package to be compatible with v5.0.0
- Added tools.RestoreIntents which will restore Intents, Groups, & Dashboard from a file, another instance, or factory default
- Added all inventory endpoints to inventory (phones, fans, modules, powerSupplies, powerSuppliesFans)
- Allow initialization without loaded snapshots
- Added IPFClient.loaded_snapshots and IPFClient.unloaded_snapshots
- Added a Load and Unload snapshot function to Snapshot model
ipf.snapshots['ea0da479-6222-4cf6-a0ae-78a610669477'].load(ipf)
- Added ability to get attributes for a snapshot
attributes = ipf.snapshots['$last'].attributes(ipf)
v5.0.0 Beta+2 Release for Testing
Added tool to replace intent rules, groups, and dashboard from file, another IPF instance or restore to factory default.
v5.0.0 Beta+1 Release for Testing
Merge pull request #129 from justinjeffery-ipf/ipf-v5.0 Ipf v5.0
4.4.3 Release
- Added get_count function
- Updated CI and versioning to match IP Fabric release
- Updated api endpoints to use python-ipfabric version
- 4.4.3 will still use api/v1
- python-ipfabric version 5.0.x will use it's own version to create api/v5.0 for communications