Skip to content

Releases: PaloAltoNetworks/pan-os-python

v1.0.1

31 Aug 16:54
Compare
Choose a tag to compare

1.0.1 (2020-08-31)

Bug Fixes

  • Fix NameError in refresh_devices() (d4a9c3f), closes #257

v1.0.0

17 Aug 22:44
Compare
Choose a tag to compare

IMPORTANT

  • Python 2.7 support is deprecated in this release. This means that pan-os-python v1.0.0 will technically work with python 2.7, but we will not fix bugs specifically related to python 2.7. It also means you can migrate to pan-os-python 1.0.0 and python 3.x, and it doesn't matter which you upgrade first. The next feature release of pan-os-python (v1.1.0) will remove support for python 2.7.

Features

  • Add type parameter to CustomUrlCategory (f3c85d6), closes #244
  • Add FQDN support to IKE gateways (722594c), closes #250 #252
  • Add normalized objects for firewall and Panorama commits (0983558), closes #220
  • Add support for wildcard address objects (e859ff6), closes #228 #226

Bug Fixes

  • Correct how target_version is determined (4269200), closes #216
  • Fix tag-allowed property of VirtualWire (f02143e), closes #232 #221

v1.0.0-beta.2

27 Jul 22:22
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2020-07-27)

Features

  • Add type parameter to CustomUrlCategory (f3c85d6), closes #244

v1.0.0-beta.1

24 Jul 21:47
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2020-07-24)

0.14.0

14 Jan 22:39
Compare
Choose a tag to compare

New Classes:

  • objects.DynamicUserGroup
  • policies.PolicyBasedForwarding

Other Updates:

  • Added dynamic user group (DUG) support to the userid namespace
  • Fixes to network.AggregateInterface
  • Removed default value from network.IkeGateway.peer_id_check
  • Docstring updates

0.13.0

29 Oct 17:05
Compare
Choose a tag to compare
  • New flag added to examples/dyn_address_group.py to specify the vsys
  • Fixes to network.AggregateInterface
  • Update to version parsing to handle xfr PAN-OS releases
  • Fixes to Panorama commit functions
  • Various enhancements to HA support

0.12.0

24 Sep 17:38
Compare
Choose a tag to compare

New Classes:

  • panorama.TemplateVariable

Other updates:

  • New params added to ethernet interfaces
  • Fixed show_system_resources() for PAN-OS 9.0+
  • Added .rename() to rename objects.
  • Documentation fixes
  • Various bug fixes

0.11.1

10 Jun 21:20
Compare
Choose a tag to compare
  • Changed various log forwarding class names
  • Fixed numerous docstrings
  • Fixed some parameter paths

0.11.0

06 Jun 05:20
Compare
Choose a tag to compare
  • Added network.GreTunnel
  • Added uuid params for security and NAT rules
  • Fixed User-ID's get_registered_ip()
  • Added objects.LogForwardingProfile and related sub-objects
  • Added device.SnmpServerProfile and related sub-objects
  • Added device.EmailServerProfile and related sub-objects
  • Added device.SyslogServerProfile and related sub-objects
  • Added device.HttpServerProfile and related sub-objects

0.10.0

07 May 17:58
Compare
Choose a tag to compare
  • Added device.Telemetry