ChangelogΒΆ

0.4.2 2016-05-17

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

0.4.1 2015-11-18

  • [Bug]: Cosmetic name changes in preparation of engine refactoring
  • [Bug]: Fixed get_field_params() not handling missing fields
  • [Bug]: Partially fixed a performance issue when using backref fields, needs additional work

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
  • [Support]: Added support for SQLA-like ‘onupdate’ argument

0.3.3 2015-09-02

  • [Bug]: Fixed a bug preventing updates of floatFields via GET tunneling
  • [Bug]: Fixed a bug when using reserved query params with GET tunneling

0.3.2 2015-08-19

  • [Bug]: Fixed outdated data in nested relationships of PATCH responses

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
  • [Bug]: Fixed a bug with unicode in StringField
  • [Support]: Added support for SQLA-like ‘onupdate’ argument

0.3.0 2015-06-14

  • [Bug]: Fixed bug whereby PATCHing relationship field doesn’t update all relations
  • [Bug]: Filter-out undefined fields on document load
  • [Support]: Added python3 support

0.2.3 2015-06-05

  • [Bug]: Forward compatibility with nefertari releases

0.2.2 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.1 2015-05-27

  • [Bug]: Fixed metaclass fields join
  • [Bug]: Fixed ES mapping error when values of field were all null

0.2.0 2015-04-07

  • [Feature]: Relationship indexing