Skip to content

Commit 9d35cc4

Browse files
committedAug 13, 2018
Release 6.0.0.pre
1 parent b26f101 commit 9d35cc4

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed
 

‎CHANGELOG.md

+56
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
## 6.0.0.pre
2+
3+
* Added the "Compatibility" chapter to the READMEs
4+
* Updated the Bundler instructions and Github URLs in the READMEs
5+
* Updated the version on the `master` branch to `6.0.0.alpha1`
6+
* Update versions to 6.0.0.beta
7+
* minor: Fix spacing
8+
* Update various gemspecs to conditionally depend on gems incompatible with JRuby (#810)
9+
* Update versions
10+
* Use local as source for gem dependencies when possible
11+
* Only require 'oj' gem if not using JRuby
12+
* Update versions to .pre
13+
14+
### ActiveModel
15+
16+
* Added an example with a custom "pattern" analyzer
17+
* Added a "trigram" custom analyzer to the example
18+
* Fix README typo (s/situation/situations)
19+
* Fix reference to @ids in example and README
20+
* Add Callbacks to the example datamapper adapter
21+
* Fix `Asynchronous Callbacks` example
22+
* Fixed a typo in the README
23+
* Improved the custom analyzer example
24+
* Removed left-overs from previous implementation in the "completion suggester" example
25+
* Updated the `changes` method name in `Indexing` to `changes_to_save` for compatibility with Rails 5.1
26+
* Fixed the handling of changed attributes in `Indexing` to work with older Rails versions
27+
* Update child-parent integration test to use single index type for ES 6.3 (#805)
28+
* Use default doc type: _doc (#814)
29+
* Avoid making an update when no attributes are changed (#762)
30+
31+
### Persistence
32+
33+
* Updated the failing integration tests for Elasticsearch 5.x
34+
* Updated the dependency for "elasticsearch" and "elasticsearch-model" to `5.x`
35+
* Documentation for Model should include Model and not Repository
36+
* Depend on version >= 6 of elasticsearch gems
37+
* Undo last commit; depend on version 5 of elasticsearch gems
38+
* Reduce repeated string instantiation (#813)
39+
* Make default doc type '_doc' in preparation for deprecation of mapping types (#816)
40+
* Remove Elasticsearch::Persistence::Model (ActiveRecord persistence pattern) (#812)
41+
* Deprecate _all field in ES 6.x (#820)
42+
* Remove development dependency on virtus, include explicitly in Gemfile for integration test
43+
* Refactor Repository as mixin (#824)
44+
* Add missing Repository::Response::Results spec
45+
* Update README for Repository mixin refactor
46+
* Minor typo in README
47+
* Add #inspect method for Repository
48+
* Update references to Elasticsearch::Client
49+
50+
### Ruby on Rails
51+
52+
* Fixed typo in README
53+
* Fix typo in rake import task
54+
* Updated the templates for example Rails applications
55+
* Add 'oj' back as a development dependency in gemspec
56+
157
## 6.0.0.alpha1
258

359
* Updated the Rake dependency to 11.1

0 commit comments

Comments
 (0)