Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Oct 16, 2013
1 parent 6903964 commit c668c9b
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions lib/tire/version.rb
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

0 comments on commit c668c9b

Please sign in to comment.