- Added, that raw
_source
is accessible from a model instance
- Added
cluster.health wait_for_status: 'yellow'
to Repository integration test - Fixed tests for the updates to the
update
method for Persistence::Model - Fixed timestamp tests
- Fixed typos and broken links in documentation, fixed examples
- Fixed, that
MyModel#save
does in fact persistupdated_at
attribute - Fixed, that
options
have not been passed to gateway in MyModel#update - Short-circuit the operation and return
false
when the model is not valid - Fixed the problem where
document_type
configuration was not propagated to mapping
- Added an integration test for the
MyModel.all
method - Improved the "music" example application
- Improved documentation
- Refactored the Rails' forms date conversions into a module method
- Changed, that search requests are executed through a
SearchRequest
class
- Improved documentation
- Added
@mymodel.id=
setter method
- Added the Elasticsearch::Persistence::Model feature
- Released the "elasticsearch-persistence" Rubygem
- Initial infrastructure for the gem