Pan Os Python Versions Save

The PAN-OS SDK for Python is a package to help interact with Palo Alto Networks devices (including physical and virtualized Next-generation Firewalls and Panorama). The pan-os-python SDK is object oriented and mimics the traditional interaction with the device via the GUI or CLI/API.

v1.7.0

2 years ago

1.7.0 (2022-03-29)

Features

Bug Fixes

  • panos.objects.ApplicationFilter: Fix tag path (#381) (a0991f8)
  • delete_similar() now breaks delete calls into chunks (#435) (4333377)
  • Fixes refresh() for attrib style params (#395) (0b47a3a), closes #392
  • Modify show_highavailability_state method xpath for Panorama (#430) (37ed2ca)
  • AggregateInterface: Correct lacp_passive_pre_negotiation xpath (6a67320), closes #406

v1.6.0

2 years ago

1.6.0 (2021-11-17)

Features

  • Add device.SslDecrypt (#375) (1361f93)
  • Add device.CertificateProfileCaCertificate (afd6b8b)
  • Add optional timeout for userid register() (#377) (e5c3b64)
  • Add policies.DecryptionRule (#371) (0a69264)
  • Adding device.CertificateProfile (55159e9)

Bug Fixes

  • Correct vartype of DecryptionRule.services (e708dde)
  • DecryptionRule.decryption_type paths (4897fc4)

v1.5.1

2 years ago

1.5.1 (2021-09-11)

Bug Fixes

  • Safely check DG hierarchy info (b143999)

v1.5.0

2 years ago

1.5.0 (2021-09-09)

Features

Bug Fixes

  • Custom URL categories 'type' param versioning (f559047)

v1.4.0

2 years ago

1.4.0 (2021-07-23)

Features

Bug Fixes

  • Legacy HA interface stubs removed (8d44951), closes #350

v1.3.0

2 years ago

1.3.0 (2021-06-24)

Features

Bug Fixes

  • Add new email server params (0272f2d)

v1.2.0

3 years ago

1.2.0 (2021-05-19)

Features

Bug Fixes

  • Add LdapServerProfile.disabled bool (fdef980)

v1.1.1

3 years ago

1.1.1 (2021-05-12)

Bug Fixes

v1.1.0

3 years ago

1.1.0 (2021-05-06)

Features

Bug Fixes

v1.0.2

3 years ago

1.0.2 (2020-09-03)

Bug Fixes

  • Upgrade pan-python dependency to 0.16.0 (e0859a2), closes #260