forked from karmi/retire
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,15 @@ | ||
module Tire | ||
VERSION = "0.6.0" | ||
VERSION = "0.6.1" | ||
|
||
CHANGELOG =<<-END | ||
IMPORTANT CHANGES LATELY: | ||
* Fixed incorrect inflection in the Rake import tasks | ||
* Added support for `geo_distance` facets | ||
* Added support for the `custom_filters_score` query | ||
* Added a custom strategy option to <Model.import> | ||
* Allow the `:wrapper` option to be passed to Tire.search consistently | ||
* Improved the Mongoid importing strategy | ||
* Merge returned `fields` with `_source` if both are returned | ||
* Removed the deprecated `text` query | ||
* [FIX] Rescue HTTP client specific connection errors in MyModel#create_elasticsearch_index | ||
* Added support for passing `version` in Tire::Index#store | ||
* Added support for `_version_type` in Tire::Index#bulk | ||
* Added ActiveModel::Serializers compatibility | ||
* Added support for bulk update | ||
* Improved Kaminari support | ||
* Improved the behaviour of `default` properties in Tire::Persistence | ||
* Added the information about the gem "retirement" and other documentation improvements | ||
* Fixed errors due to NewRelic's patching of Curl | ||
* [ACTIVEMODEL] Use Object#id#to_s in `get_id_from_document` | ||
* Added support for "Delete By Query" API | ||
END | ||
end |