Releases: PaloAltoNetworks/pan-cortex-data-lake-python
Releases · PaloAltoNetworks/pan-cortex-data-lake-python
v2.0.0b1
18 Oct 22:03
Compare
Sorry, something went wrong.
No results found
2.0.0b1 (2021-10-18)
Migrate to pyproject.toml for packaging and dependencies.
v2.0.0a14
28 Apr 18:23
Compare
Sorry, something went wrong.
No results found
2.0.0a14 (2020-04-28)
Refactored iter_job_results() to continue if state is "RUNNING" or "PENDING".
v2.0.0a13
17 Apr 18:16
Compare
Sorry, something went wrong.
No results found
2.0.0a13 (2020-04-17)
Added support for enabling MemoryStorage in default TinyDBStore.
v2.0.0a12
15 Apr 19:55
Compare
Sorry, something went wrong.
No results found
2.0.0a12 (2020-04-15)
Allow non-200 HTTP response status in iter_job_results().
v2.0.0a11
13 Apr 20:05
Compare
Sorry, something went wrong.
No results found
2.0.0a11 (2020-04-13)
Refrain from passing credentials kwarg to get_job_results() in iter_job_results(), fixes #154
Check for credentials in instance instead of self.accesstoken, fixes #153
v2.0.0a10
13 Apr 17:31
Compare
Sorry, something went wrong.
No results found
2.0.0a10 (2020-04-13)
Refactored how and where credentials are applied to request headers (#151 )
v2.0.0a9
03 Apr 17:53
Compare
Sorry, something went wrong.
No results found
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
25 Mar 18:16
Compare
Sorry, something went wrong.
No results found
2.0.0a8 (2020-03-25)
Updated docstrings
Bug fix for issue #143
v2.0.0a7
23 Mar 20:47
Compare
Sorry, something went wrong.
No results found
2.0.0a7 (2020-03-23)
Updated SDK name in HTTPClient default headers
Added support for specifying Developer Token provider using envar or kwarg
Updated credentials.json parent dir name
v2.0.0a6
04 Mar 20:00
Compare
Sorry, something went wrong.
No results found
2.0.0a6 (2020-03-04)
Changed iter_job_results() method to allow overriding enforce_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 to ApiStats with default value
Reimplemented module-level logging
Applied change to HTTPClient to avoid applying header credentials twice when no method credentials are present