Releases: wallneradam/esorm
Releases Β· wallneradam/esorm
v0.6.7
v0.6.6
Make Sort and Pagination wrapped classes serializable (by pickle)
v0.6.5
Fixed watcher 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
- 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
- support Python 3.8 again
v0.6.1
v0.6.0
- Field alias support: you can name a field other than the name in ES
- IP addresses (IPvAddressAny) support
- Enum field support
v0.5.2
Fixed: list of ES primitives now works
v0.5.1
Support list of primitives
- Updated documentation
- Added tests