We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Increased version
Make Sort and Pagination wrapped classes serializable (by pickle)
Fixed wathcer naming
- Auto reload in retry_on_conflict if it decorates a model method - Fixed concurrency check in bulk operations, when _seq_no=0
Field fixes - Float types no longer show Pydantic warnings on save - Fix index argument of Field - Added tests for ES fields
Add support for 7.x elasticsearch lib and support Python 3.8 again
Connect accepts None in hosts argument
Alias, IPvAny and Enum field support
Fixed: list of ES primitives now works
Support list of primitives - Updated documentation - Added tests