Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Releases: community-fabric/python-ipfabric

v5.0.4 Release

17 Aug 14:14
f3ce991
Compare
Choose a tag to compare

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

15 Aug 18:35
842f15c
Compare
Choose a tag to compare

Deprecate IPF v4.X from package
Added Technologies to the SDK
Verification of API Version against IP Fabric Version

v5.0.2 Release

09 Aug 16:07
fc1f2e1
Compare
Choose a tag to compare

Remove importlib-metadata

v5.0.1 Release

05 Aug 13:04
9016d22
Compare
Choose a tag to compare

Do not use count for paging through results as some tables do not return it.

v5.0.0 Release

12 Jul 18:29
2fc8b8c
Compare
Choose a tag to compare
  • 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

08 Jul 17:08
383de0d
Compare
Choose a tag to compare

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

01 Jul 13:45
e7da978
Compare
Choose a tag to compare
Merge pull request #129 from justinjeffery-ipf/ipf-v5.0

Ipf v5.0

4.4.3 Release

22 Jun 19:29
eaaf54a
Compare
Choose a tag to compare
  • 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

v0.11.0

25 May 17:27
Compare
Choose a tag to compare

Feature

  • Add username/password auth (4ae04aa)
  • Add username/password auth (420b6b1)

v0.10.8

22 Apr 12:05
Compare
Choose a tag to compare

Fix