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.
2 parents 80ac116 + fe21f95 commit 6fb3b33Copy full SHA for 6fb3b33
ChangeLog
@@ -1,6 +1,10 @@
1
2
CHANGELOG
3
4
+2018-08-27 1.7.0
5
+ * [FEAT] Context Decorator to temporarily disable the auto-indexing (#266)
6
+ * [FIX] Make the temp index name respect the suffix and prefix (#268)
7
+
8
2018-05-30 1.6.0
9
* [FEAT] Auto-discover the index.py files
10
@@ -30,7 +34,7 @@ CHANGELOG
30
34
* [ADD] Reset method to reinitialize an AlgoliaEngine
31
35
32
36
2017-05-21 1.3.2
33
- * [FIX] Fix reindex to handle replicas
37
+ * [FIX] Fix reindex to handle replicas
38
39
2017-05-24 1.3.1
40
* [README] Update readme to match new package name
algoliasearch_django/version.py
@@ -1 +1 @@
-VERSION = '1.6.0'
+VERSION = '1.7.0'
0 commit comments