We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce1d5ee commit 895ee09Copy full SHA for 895ee09
HISTORY.rst
@@ -1,6 +1,22 @@
1
Release History
2
===============
3
4
+0.24.0 (2023-12-26)
5
+-------------------
6
+
7
+- tests/test_wfapi_cld_web_artifacts.py: Update URL, 0.0.0.0 now has
8
+ 404 status.
9
10
+- tests/test_wfapi_cld_submit_url.py: Wait up to 300 seconds for
11
+ report to be available.
12
13
+- tests/test_wfapi_cld_appl_verdict.py: Fix test_04 to work until bug
14
+ fixed.
15
16
+- tests/wfapi_mixin.py: commit missing test file.
17
18
+- Add support for type=import API request.
19
20
0.23.0 (2023-11-19)
21
-------------------
22
lib/pan/__init__.py
@@ -16,7 +16,7 @@
import logging
-__version__ = '0.23.0'
+__version__ = '0.24.0'
DEBUG1 = logging.DEBUG
DEBUG2 = DEBUG1 - 1
0 commit comments