We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543f03c commit cd10ffaCopy full SHA for cd10ffa
CHANGELOG.md
@@ -5,6 +5,8 @@
5
### New features and APIs
6
7
* An `AuthenticationError` exception has been added.
8
+ This is a subclass of `HTTPError` so preexisting code that expects HTTP 401
9
+ (Unauthorized) will still work.
10
11
* An `"autologin"` argument has been added to the `splunklib.client.connect` and
12
`splunklib.binding.connect` functions. When set to true, Splunk automatically
@@ -57,9 +59,6 @@
57
59
58
60
### Breaking changes
61
-* Authentication errors are now reported as `AuthenticationError` instead of as
- `HTTPError` with code 401.
62
-
63
* `Job` objects are no longer guaranteed to be ready for querying.
64
Client code should call the `Job.is_ready` method to determine when it is safe
65
to access properties on the job.
0 commit comments