Skip to content

Tags: wallneradam/esorm

Tags

v0.6.7

Increased version

v0.6.6

Make Sort and Pagination wrapped classes serializable (by pickle)

v0.6.5

Fixed wathcer naming

v0.6.4

- Auto reload in retry_on_conflict if it decorates a model method

- Fixed concurrency check in bulk operations, when _seq_no=0

v0.6.3

Field fixes

- Float types no longer show Pydantic warnings on save
- Fix index argument of Field
- Added tests for ES fields

v0.6.2

Add support for 7.x elasticsearch lib and support Python 3.8 again

v0.6.1

Connect accepts None in hosts argument

v0.6.0

Alias, IPvAny and Enum field support

v0.5.2

Fixed: list of ES primitives now works

v0.5.1

Support list of primitives

- Updated documentation
- Added tests