File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
===============
3
3
4
+ 0.23.0 (2023-11-19)
5
+ -------------------
6
+
7
+ - Rename test filename, log() method does not support Panorama to
8
+ device redirection.
9
+
10
+ - Use 11.1 documentation links.
11
+
12
+ - pan.xapi, pan.xapi.rst, panxapi.rst: Modified version of
13
+ https://github.com/kevinsteves/pan-python/pull/54
14
+ from Matthew Kazmar.
15
+
16
+ type=export request supports target argument.
17
+
18
+ - tests/test_xapi_fw_tgt_multi_config.py: PAN-196392 is fixed.
19
+
20
+ - tests/test_xapi_fw_tgt_multi_config.py: Error message changed.
21
+
22
+ - pan.config: Support 11.1.0 config for set format.
23
+
4
24
0.22.0 (2023-03-07)
5
25
-------------------
6
26
Original file line number Diff line number Diff line change 16
16
17
17
import logging
18
18
19
- __version__ = '0.22 .0'
19
+ __version__ = '0.23 .0'
20
20
21
21
DEBUG1 = logging .DEBUG
22
22
DEBUG2 = DEBUG1 - 1
You can’t perform that action at this time.
0 commit comments