Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
General:
First pre-release for
8.0.0
. Major versions of8.x
will support Elasticsearch version8.x
changing theelasticsearch
dependency's major version:gem 'elasticsearch', '~> 8'
.All references to
type
should have been removed. Document types were deprecated and do not exist in8.x
.The dependency from
elasticsearch
onelasticsearch-transport
was updated toelastic-transport
. All8.x
Elasticsearch APIs supported byelasticsearch
should now be supported on the Rails library. See Release notes for the Elasticsearch client 8.0 and the 8.x release notes for more information.Compatibility
The gem is currently testing with Ruby 3.1, 3.2 and 3.3 and JRuby 9.4. Support for Ruby
2.x
has been dropped as they're no longer updated or supported. Currently testing with Rails 6.1, 7.0 and 7.1.Development changes
debug
for debugging indevelopment
andtesting
Gemfile groups.elasticsearch
8.x.