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
v6.0.9 - Table Comparison
Fix
- Updated dependencies
- Fix for httpx and streaming multipart upload for
snapshot_upload
function - Standardize docstrings for documentation
Feature
get_columns
function will return a list of column names for an endpoint (_get_columns
is being deprecated)- Compare tables between snapshots
What's Changed
- Updates by @justinjeffery-ipf in #213
- compare updates by @cordeezy2 in #212
- docstring updates for mkdocs by @cordeezy2 in #214
- Remove Content-Type application/json by @justinjeffery-ipf in #217
Full Changelog: v6.0.8...v6.0.9
v6.0.8 Release
Updated dependencies
Allow string for verify option in environment
v6.0.7 Release
Fix
- Updated dependencies
- Fix for specifying version like
v#
instead ofv#.#
- Standardize logger name from
python-ipfabric
toipfabric
Feature
- More support for Jobs
- Loading a snapshot will wait till complete before returning
- Ability to check and change Assurance Engine Settings on Loaded Snapshots
- Table diff between snapshots
- Intent Checks will ensure specified snapshot is loaded or will error
What's Changed
- Fix for RecursionError for large tables. by @justinjeffery-ipf in #196
- Snapshot tools v6 by @justinjeffery-ipf in #195
- 199 deephash by @cordeezy2 in #200
- Assurance engine by @justinjeffery-ipf in #198
- More jobs by @justinjeffery-ipf in #203
Full Changelog: v6.0.6...v6.0.7
Fix for RecursionError for large tables
Merge pull request #196 from community-fabric/recursion_fix Fix for RecursionError for large tables.
v6.0.6 Beta Release
Add support for Snapshot uploading and downloading.
v6.0.5 Release
Updated some old dependencies.
v6.0.4 Table Diff Release
Added support for table diffs between snapshots.
v6.0.3 Release
Added missing Inventory Tables: eol_summary, eol_details, and os_version_consistency
v6.0.2 Attributes Fix
Fix for using Attributes Class
v6.0.1 Release
Updated macaddress package