Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@ChristopherRabotin ChristopherRabotin released this 26 Jun 12:45
· 114 commits to master since this release

Release notes

New features

  • Supports elasticsearch-dsl-py==0.0.4.
  • Supports custom primary key field names.
  • Supports custom signals classes (to add functionality to the post save and pre delete signals for example).

Bug fixes

  • Requesting only the _id field via fields() does not prevent automatic database mapping.
  • StringFields whose value is None is now indexed as null instead of as an empty string, allowing for proper filtering.

Release contributors

Many thanks to @afrancis13 for #76, #77 and #79.

Pull request summary

  • Version 1.1.0 changes #86
  • Fixes fetching only specific fields, including only _id. #84
  • Formatted code, organized imports and separated tests #83
  • StringField returns None if the serialized value is None (instead of an empty string). #82
  • Add ability to create custom signal processing classes #79
  • Fix id_fields issue #77
  • Make bungiesearch compatible with elasticsearch-dsl 0.0.4 #76