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
IP Fabric v6.0.0 Release
Breaking Change
- Snapshot model has changed to use POST which contains more metadata
- GET is still used currently for some missing data
- Initializing of the IPFClient will only get loaded snapshots by default to
reduce memory as some customers can have over 100 unloaded snapshots
Feature
- Updates for v6.0
- Will only initialize loaded only snapshots unless
unloaded=True
- Update Dev Dependencies
- Update for AWS API for multiple regions/AssumeRoles
- Add Lock/Unlock snapshots
- Added get_snapshot(snapshot_id) to find a snapshot_id
- Added Local Attributes
- Added Jobs
- Added Attribute Filter
CI/CD
- Do not run functional tests for beta release
v5.0.16 Fix
Fix for URL formatting and ospf-v3 tables.
v6.0.0 Beta6 Release
Discovery stuff
v6.0.0 Beta5 Release
Fix CD
v6.0.0 Beta4 Release
Update CD
v6.0.0 Beta3 Release
Merge pull request #170 from community-fabric/ipf_v6.0 Ipf v6.0
v6.0.0 Beta2 Release
Merge pull request #167 from community-fabric/ipf_v6.0 Move global filter to API for diagrams.
v6.0.0 Beta1 Release
Merge pull request #166 from community-fabric/ipf_v6.0 Fix for users
v6.0.0 Beta Release
Merge pull request #165 from community-fabric/ipf_v6.0 Update CD
v5.0.15 Release
Added ipfabric.settings.SiteSeparation
Removed ipfabric.tools.UpdateSiteNames as this was removed in 4.4
Added ipfabric.tools.site_seperation_report.map_devices_to_rules
See site_separation_tester.py