- Support for custom Elasticsearch mappings through
field_mapping
parameter onZomboDBIndex
. - Support to
limit
parameter on search methods.
- Dropped support for Python 3.4.
- Added missing imports to docs.
- Removed parameter
url
fromZomboDBIndex
. This simplifies the support of multiple deployment environments (local, staging, production), because the ElasticSearch URL isn't copied to inside migrations code (see Issue #17).
- First release on PyPI.