Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.58 KB

File metadata and controls

50 lines (29 loc) · 1.58 KB

2019-06-28 version 0.6.2

  • Updated to use _doc instead of doc for the default mapping type name
  • Updated to support Elasticsearch 7.x

2019-03-18 version 0.5.0

  • Updated bulk indexing to use routing instead of _routing (the former has been deprecated for some time)
  • Adding ability to override paginator total count with an external value

2018-10-12 version 0.4.2

  • Added should_index(...) test in bulk operations
  • Backward incompatible: removed op_type param from get_queryset(...) in favour of coerce boolean param

2018-10-11 version 0.4.1

  • Added op_type param to fetch_data method for additional flexibility
  • Added queryset_select_related attribute to DjangoSerializer class

2018-10-03 version 0.4

  • Backward incompatible: Modifying the Django signals to include the Index object

2018-10-02 version 0.3

  • Fixing connection reset issue when using multi-processing and a remote Elasticsearch server
  • Backward incompatible: changed the way Django configures Elasticsearch connection settings

2018-09-26 version 0.2

  • Adding in post index create/rebuilt Controller hooks and associated Django signals
  • Fixed bug related to callable meta values

2018-09-19 version 0.1.4

  • Ensured that appropriate default data was serialized for missing fields.

2018-09-18 version 0.1.3

  • Doc updates, bug fix (random empty logger.info call).

2018-09-17 version 0.1.2

  • Simplified command arguments for multiprocessing
  • Moved from print statements to pure Python logging-based output

2018-09-15 version 0.1

  • Initial release