- added get_server_mapping() to Mapper. Allows inspection of what the server actually has rather than what the code says. - fixed GeoPoint ESType returning the wrong type to elasticsearch - fixed setup.py failing due to missing imports when looking for version before dependencies are resolved. - updated documentation
1.0.9
- fixes pickling VWBase objects causing existing instances to lose connection to elasticsearch (because the _es attribute is a static attribute) - fixes mapper.reindex() to ignore subclasses that have no __type__ attribute. Such subclasses are treated as helpers that actual models are derived from
1.0.8
- adds Array() type to ESTypes. Allows to specify an array of various ESTypes
1.0.7
- fixed datetime sending "datetime" as type to Elasticsearch (should send date)
1.0.6
- fixed collections references VWBase before it was imported