Skip to content

Commit e5d05dd

Browse files
committed
0.20.0
1 parent a99b96f commit e5d05dd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

HISTORY.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Release History
22
===============
33

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+
418
0.19.0 (2022-04-21)
519
-------------------
620

lib/pan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import logging
1818

19-
__version__ = '0.19.0'
19+
__version__ = '0.20.0'
2020

2121
DEBUG1 = logging.DEBUG
2222
DEBUG2 = DEBUG1 - 1

0 commit comments

Comments
 (0)