Django-simple-elasticsearch

Latest version: v2.2.1

Safety actively analyzes 621907 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

2.2.1

---------------------

* Fixing an issue with the recently released elasticsearch-py 6.0.0

2.2.0

---------------------

* Addressing inability to index models with a non-integer PK field (ie. `UUIDField`) - added ability to order bulk queryset on an arbitrary model field.

2.1.7

---------------------

* Allowing direct access (again) to underlying dict/list in `Result` and `Response` classes for serialization and other purposes.

2.1.5

---------------------

* Response class is now MutableSequence based, giving it the properties of a `list`. Its `results` attribute is deprecated, as you can now iterate over the results with the response instance itself.
* Result class `results_meta` is deprecated. Use `meta` instead.
* `get_from_es_or_None` now returns a `Result` object instead of the raw Elasticsearch result, for consistency.
* `get_from_es_or_None` now catches only the Elasticsearch `NotFoundError` exception; previously it caught the more expansive `ElasticsearchException`, which could hide unrelated errors/issues.

2.1.4

---------------------

* Result class is now MutableMapping based, giving it the properties of a `dict`. Its `data` attribute is deprecated.

2.1.3

---------------------

* Minor changes to enable support for elasticsearch-py 5.x.

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.