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 7d497c2 commit cba8a0cCopy full SHA for cba8a0c
ChangeLog
@@ -1,5 +1,10 @@
1
CHANGELOG
2
3
+2016-10-19 1.10.0
4
+ * Add `attribute_to_retrieve` to `get_objects`
5
+ * Add `no_create` with `partial_update_object`
6
+ * Implement the search in facet API end point
7
+
8
2016-08-08 1.9.2
9
* Fix error on large API keys by including them in the JSON body instead of as a header
10
* Fix potential parsing error in case of httpCode == 4XX
algoliasearch/version.py
@@ -1 +1 @@
-VERSION = "1.9.2"
+VERSION = "1.10.0"
0 commit comments