Releases: PaloAltoNetworks/pan-cortex-data-lake-python
Releases · PaloAltoNetworks/pan-cortex-data-lake-python
v2.0.0b1
v2.0.0a14
v2.0.0a13
v2.0.0a12
v2.0.0a11
v2.0.0a10
v2.0.0a9
2.0.0a9 (2020-04-03)
- Now checking if static access_token exists before attempting a developer token refresh (#147)
- Reduced the number of times json() property is called in QueryService and HTTPClient (#148)
- Updated clientType and clientVersion in create_query() method (#149)
- Updated iter_job_results() to use pageCursor instead of deprecated scrollToken (#145)
- Switched to using rowsInPage instead of rowsInJob when updating stats.records in get_job_results() (#146)
v2.0.0a8
v2.0.0a7
v2.0.0a6
2.0.0a6 (2020-03-04)
- Changed
iter_job_results()
method to allow overridingenforce_json
- Updated default API gateway URL
- Minor corrections to docstrings
- Removeed suppression of urllib3 warnings
- Updated example scripts
- Updated README
- Reformatted/refactoring with black
- Added
transactions
attribute toApiStats
with default value - Reimplemented module-level logging
- Applied change to
HTTPClient
to avoid applying header credentials twice when no method credentials are present