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 a2ba885 commit 5b3a75dCopy full SHA for 5b3a75d
CHANGES.md
@@ -1,3 +1,10 @@
1
+5.6.1 2024-10-08
2
+- Updated implementation to use Basic Authentication instead of passing `API_KEY` as a request parameter for the following calls:
3
+ - `client.score()`
4
+ - `client.get_user_score()`
5
+ - `client.rescore_user()`
6
+ - `client.unlabel()`
7
+
8
5.6.0 2024-05-31
9
- Added support for a `warnings` value in the `fields` query parameter
10
sift/version.py
@@ -1,2 +1,2 @@
-VERSION = '5.6.0'
+VERSION = '5.6.1'
API_VERSION = '205'
0 commit comments