ChangelogΒΆ

0.4.2 2016-05-17

  • [Bug] #90: Deprecated ‘_version’ field

0.4.1 2015-11-18

  • [Bug]: Cosmetic name changes in preparation of engine refactoring

0.4.0 2015-10-07

  • [Feature]: Added ‘_nesting_depth’ property in models to control the level of nesting, default is 1
  • [Feature]: Nested relationships are now indexed in bulk in ElasticSearch

0.3.3 2015-09-02

  • [Bug]: Fixed ES double indexation bug
  • [Bug]: Fixed a bug when using reserved query params with GET tunneling

0.3.2 2015-08-19

  • [Bug]: Fixed a bug with BaseMixin.filter_objects() not correctly applying additional filters passed to it
  • [Bug]: Fixed a bug with _update_many() and _delete_many() not working with querysets returned by get_collection()
  • [Bug]: Fixed a bug whereby objects could not be deleted from within processors

0.3.1 2015-07-07

  • [Bug]: Disabled Elasticsearch indexing of DictField to allow storing arbitrary JSON data
  • [Bug]: Removed ‘updated_at’ field from engine
  • [Bug]: Fixed bug with Elasticsearch re-indexing of nested relationships

0.3.0 2015-06-14

  • [Support]: Added python3 support

0.2.4 2015-06-05

  • [Bug]: Forward compatibility with nefertari releases

0.2.3 2015-06-03

  • [Bug]: Fixed race condition in Elasticsearch indexing
  • [Bug]: Fixed bug with Elasticsearch indexing of nested relationships
  • [Bug]: Fixed password minimum length support by adding before and after validation processors

0.2.2 2015-05-27

  • [Bug]: Fixed a bug whereby Relationship could not be created without a backref
  • [Bug]: Fixed ES mapping error when values of field were all null
  • [Bug]: Fixed multiple foreign keys to same model
  • [Bug]: Fixed posting to singular resources e.g. /api/users/<username>/profile
  • [Bug]: Fixed login issue

0.2.1 2015-05-20

  • [Bug]: Fixed slow queries to backrefs

0.2.0 2015-05-19

  • [Feature]: Relationship indexing