Skip to content

Commit 6e559de

Browse files
committed
Update changelog !cosmetic
1 parent d03a1d6 commit 6e559de

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

docs/changelog.rst

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Changelog
77
New
88
~~~
99

10+
- `update_index` will retry after backend failures. [Gilad Beeri]
11+
12+
Now `update_index` will retry failures multiple times before aborting
13+
with a progressive time delay.
14+
15+
Thanks to Gilad Beeri (@giladbeeri) for the patch
16+
1017
- `highlight()` accepts custom values on Solr and ES. [Chris Adams]
1118

1219
This allows the default values to be overriden and arbitrary
@@ -46,6 +53,13 @@ New
4653
Changes
4754
~~~~~~~
4855

56+
- Update_index logging & multiprocessing improvements. [Chris Adams]
57+
58+
* Since older versions of Python are no longer supported we no
59+
longer conditionally import multiprocessing (see #1001)
60+
* Use multiprocessing.log_to_stderr for all messages
61+
* Remove previously-disabled use of the multiprocessing workers for index removals, allowing the worker code to be simplified
62+
4963
- Moved signal processor loading to app_config.ready. [Chris Adams]
5064

5165
Thanks to @claudep for the patch
@@ -97,6 +111,8 @@ Fix
97111
Other
98112
~~~~~
99113

114+
- PEP-8. [Chris Adams]
115+
100116
- Merge pull request #1225 from gregplaysguitar/patch-1. [Chris Adams]
101117

102118
fix: correct docstring for ModelSearchForm.get_models !minor
@@ -2235,9 +2251,8 @@ v2.0.0 (2013-05-12)
22352251
- Fixed an ES test that seems like a change in behavior in recent ES
22362252
versions. [Jannis Leidel]
22372253

2238-
- Merge branch 'sq-run-refactor' of
2239-
https://github.com/mattdeboard/django-haystack into mattdeboard-sq-
2240-
run-refactor. [Jannis Leidel]
2254+
- Merge branch 'sq-run-refactor' of https://github.com/mattdeboard
2255+
/django-haystack into mattdeboard-sq-run-refactor. [Jannis Leidel]
22412256

22422257
- Refactor Solr & ES SearchQuery subclasses to use the ``build_params``
22432258
from ``BaseSearchQuery`` to build the kwargs to be passed to the

0 commit comments

Comments
 (0)