Skip to content

Commit cd10ffa

Browse files
committed
Update CHANGELOG to remove AuthenticationError as a breaking change.
1 parent 543f03c commit cd10ffa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
### New features and APIs
66

77
* 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.
810

911
* An `"autologin"` argument has been added to the `splunklib.client.connect` and
1012
`splunklib.binding.connect` functions. When set to true, Splunk automatically
@@ -57,9 +59,6 @@
5759

5860
### Breaking changes
5961

60-
* Authentication errors are now reported as `AuthenticationError` instead of as
61-
`HTTPError` with code 401.
62-
6362
* `Job` objects are no longer guaranteed to be ready for querying.
6463
Client code should call the `Job.is_ready` method to determine when it is safe
6564
to access properties on the job.

0 commit comments

Comments
 (0)