We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99b96f commit e5d05ddCopy full SHA for e5d05dd
HISTORY.rst
@@ -1,6 +1,20 @@
1
Release History
2
===============
3
4
+0.20.0 (2022-08-31)
5
+-------------------
6
+
7
+- pan.xapi: Panorama to device redirection (target=) is allowed for
8
+ type=report.
9
10
+- Add support for type=config&action=multi-config XML API request
11
+ which provides a mechanism to perform multiple configuration API
12
+ requests with transactional support.
13
14
+- pan.xapi: Remove PAN-OS 8.0 TLS warning from 2017.
15
16
+- Add tests for PAN-OS XML API.
17
18
0.19.0 (2022-04-21)
19
-------------------
20
lib/pan/__init__.py
@@ -16,7 +16,7 @@
import logging
-__version__ = '0.19.0'
+__version__ = '0.20.0'
21
DEBUG1 = logging.DEBUG
22
DEBUG2 = DEBUG1 - 1
0 commit comments