Releases: PaloAltoNetworks/pan-os-python
Releases · PaloAltoNetworks/pan-os-python
v1.12.1
1.12.1 (2024-05-31)
Bug Fixes
- docs: Need to regenerate docs via a patch release (#566) (cb82b16)
v1.12.0
1.12.0 (2024-04-11)
Features
- ApplicationFilter: Add new_appid parameter (#547) (bc96108)
- Firewall: New fields for show_system_resources (#544) (9e8cc2a)
- Handling Log Collector Group (LCG) pushes (#493) (7e87952)
- panos/network: Advanced routing engine (#539) (173bb8a)
- Enhance updater logic (#548) (23ed1ad)
- network.BgpPolicyRule: Add action_community_modifier param (#535) (58ce888), closes #534
- PanDevice: add
is_ready()
(#532) (a6b018e)
Bug Fixes
- _parse_job_results: Catch None details in response (#471) (f01ae25), closes #470
v1.11.0
1.11.0 (2023-05-02)
Features
- Add decryption log-type to log forwarding (#507) (f2a253e)
v1.10.0
1.10.0 (2023-04-27)
Features
- decrypt and GP for HTTP server profiles (#505) (4b656cd)
v1.9.0
1.9.0 (2023-04-26)
Features
- Fast failover for LACP on aggregate network interfaces (#502) (0dcdaa2)
v1.8.1
1.8.1 (2023-02-22)
Bug Fixes
v1.8.0
1.8.0 (2023-01-13)
Features
Bug Fixes
- panos.updater.SoftwareUpdater.install: Fix for load_config parameter (#447) (3e2e926)
v1.7.3
1.7.3 (2022-05-12)
Bug Fixes
- panos.device.SystemSettings: Add support for proxy config (#450) (ef8c9fc), closes #230
- panos.objects.ServiceObject: Add support for overrides (#449) (130f9a4), closes #437
- panos.policies.SecurityRule: Param
hip_profiles
is actually removed in PAN-OS 10.0 (31eb2a6)
v1.7.2
1.7.2 (2022-04-27)
Bug Fixes
- panos.base.PanObject.refresh_variable: Refresh works again for regular and attrib style params (#446) (20dd7b7), closes #444
- panos.policies.SecurityRule:
hip-profiles
removed from v10.1.5+ (#442) (ab4d088), closes #441
v1.7.1
1.7.1 (2022-04-07)
Bug Fixes
- panos.base.PanDevice._set_version_and_version_info: Fixes AttributeError when version is not known (#440) (ce17bd5), closes #439