Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
5.6.1 2024-10-08
- Updated implementation to use Basic Authentication instead of passing `API_KEY` as a request parameter for the following calls:
- `client.score()`
- `client.get_user_score()`
- `client.rescore_user()`
- `client.unlabel()`

5.6.0 2024-05-31
- Added support for a `warnings` value in the `fields` query parameter

Expand Down
2 changes: 1 addition & 1 deletion sift/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = '5.6.0'
VERSION = '5.6.1'
API_VERSION = '205'
Loading