-
Notifications
You must be signed in to change notification settings - Fork 65
/
ChangeLog
95 lines (70 loc) · 2.94 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
CHANGELOG
2023-04-27 3.0.0
* [MAJOR] drop python 2.7, update tox and CI run env (#331)
* [FEAT] Add support for Python 3.9, 3.10 and 3.11 (#329)
2021-04-08 2.0.0
* [MAJOR] Updates the python client used to the latest major (>= 2.0) (#306)
2021-01-19 1.7.3
* [CHORE] adds tests for django 2.2LTS and django 3.x (#303)
* [CHORE] introduces the migration changes required to move from 1.x to 2.0, namely introduction of API: `MIDDLEWARES` and `Templates` (#303)
2020-09-03 1.7.2
* [FIX] Prevent deprecation warning by removing deprecated call to set_extra_header (#297)
2019-04-04 1.7.1
* [FIX] Fixes non specified version of algoliasearch in requirements (#281)
2018-08-27 1.7.0
* [FEAT] Context Decorator to temporarily disable the auto-indexing (#266)
* [FIX] Make the temp index name respect the suffix and prefix (#268)
2018-05-30 1.6.0
* [FEAT] Auto-discover the index.py files
2018-02-14 1.5.5
* [FIX] Settings no more shared across AlgoliaIndex instances
* [FIX] Save rules and synonyms over reindex
2018-01-16 1.5.4
* Shallow release to solve 1.5.3 release issue
2018-01-16 1.5.3
* [FIX] Fix reindex_all deleting settings (#239)
2017-11-02 1.5.2
* [FIX] Remove relations from indexed model fields (#233)
2017-11-02 1.5.1
* [FIX] Fix reindex_all() and save_record() when should_index is not callable
2017-05-21 1.5.0
* [FEAT] Allow properties as custom_objectID
2017-05-21 1.4.1
* [FIX] Fix handling of unicode strings in python2
2017-05-21 1.4.0
* [ADD] Reset method to reinitialize an AlgoliaEngine
2017-05-21 1.3.2
* [FIX] Fix reindex to handle replicas
2017-05-24 1.3.1
* [README] Update readme to match new package name
2017-05-23 1.3.0
* [CHANGE] Module name to avoid conflict when installing the package with pip
* [CHANGE] Big performance improvements
* [ADD] Option to raise or not exceptions. By default, raise only when DEBUG=True
* [ADD] Create multiple AlgoliaEngine with different settings
* [ADD] Auto-indexing option at registration time
* [FIX] algolia_reindex command with batchsize argument on python34-django18
* [FIX] Fields syntax
* [FIX] Avoid mutable default parameters
* [FIX] Fix bug in error handling
2017-01-20 1.2.5
* [FIX] Default to model.pk instead of 'id'
2016-04-15 1.2.4
* [FIX] Fix --batch-size of reindex command on Django 1.7
2015-12-15 1.2.3
* [FIX] Check that geo_field callable returns something valid
2015-12-03 1.2.2
* [FIX] Compatibility warning with Django 1.9
2015-07-09 1.2.1
* [ADD] `get_queryset` for grain indexing possibility
* [ADD] Option to deactivate auto-indexing
* [FIX] Various bugs
2015-07-04 1.2.0
* [REMOVE] algolia_buildindex command. Use algolia_reindex instead.
* [CHANGE] Settings format. Last format is still supported.
* [ADD] Unit test.
* [ADD] Tag capacity
* [ADD] Conditional indexing
* [ADD] Search capacity on backend
* [FIX] Invalid custom_objectID attribute
* [FIX] Exception throw by the command when using Django 1.7