Releases: marcosgz/esse-active_record
Releases · marcosgz/esse-active_record
0.3.8
0.3.6
What's Changed
- fix: delete doc from old route when it changes by @marcosgz in #6
- Lazy update attributes callback by @marcosgz in #7
- feat: index_callback on update with update action instead of index by @marcosgz in #8
- feat: extend callbacks to support :if and :unless by @marcosgz in #9
- feat: async index by @marcosgz in #5
- feat: after update smart detects to use :update when lazy are present by @marcosgz in #10
- Smart update with :update index with lazy attributes by @marcosgz in #11
Full Changelog: v0.2.0...v0.3.6
Release 0.2.0
What was changed
- Esse::Index.elasticsearch.index_document was moved to Esse::Index.index
- Esse::Index.elasticsearch.delete_document was moved to Esse::Index.delete
- Update specs to use esse-rspec helpers
- Fixed the delete callback to not raise Esse::Transport::NotFoundError error when the document does not exist
- add github actions workflow
Pull Requests
- Model Callbacks by @marcosgz in #1
- feat: Add ability to add batch context to the collection by @marcosgz in #2
- Adjustments to work with esse 0.2 API by @marcosgz in #3
New Contributors
Full Changelog: https://github.com/marcosgz/esse-active_record/commits/v0.2.0