Releases: PaloAltoNetworks/pan-os-python
Releases · PaloAltoNetworks/pan-os-python
v1.1.0
1.1.0 (2021-05-06)
Features
- Add
PanDevice.plugins()
(fa1e4a6), closes #263 - Add audit comment support for rules (#323) (350840f), closes #272 #209
- Add Authentication profile/sequance (#286) (a66a01d)
- Add device group hierarchy support (#321) (ef90979)
- Add DHCP relay support (#319) (fde1fe4), closes #251 #259
- Add hit count support (opstate) (#310) (ba1f4d5), closes #239
- Add PanDevice.whoami() (#318) (f00d587), closes #261
- Add static route path monitoring (7662496), closes #296
- Add Zone 8.0+ support (21f7026), closes #158
- Content version by refresh_system_info() (00f982f)
- Save versions during device refresh (7d7a7f9)
Bug Fixes
- Add missing tag colors (d021922), closes #267
- Anti-replay specified twice (#274) (aa30205)
- AuthenticationSequence class name (9632c93)
- Correct
clock()
parsing (48faab5), closes #278 - correct user-id tag_user / untag_user (#299) (1de69f8), closes #287
- Correcting profile xpaths (#333) (c1ac9c4), closes #266
- Fix placement of default PAN-OS version const (6fd6ae3)
- Fix show_system_resource parsing (83ab35d), closes #280
v1.0.2
v1.0.1
v1.0.0
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
v1.0.0-beta.2
v1.0.0-beta.1
1.0.0-beta.1 (2020-07-24)
0.14.0
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