denali
denali copied to clipboard
Bump elasticsearch-rails from 5.1.0 to 8.0.0
Bumps elasticsearch-rails from 5.1.0 to 8.0.0.
Release notes
Sourced from elasticsearch-rails's releases.
v8.0.0
First general availability 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 totype
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. Testing for Ruby
2.x
versions has been dropped as they're no longer updated or supported. Currently testing with Rails 6.1, 7.0 and 7.1.Changes since 8.0.0.pre
- Address Rails 7.1 deprecation warning in elasticsearch-rails PR
- Ensure subclasses are added to the registry PR
Development changes
- Using
debug
for debugging indevelopment
andtesting
Gemfile groups.- Minor general code cleanups and styling changes.
- Updated code for
elasticsearch
8.x.v8.0.0.pre
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. Testing for Ruby
2.x
versions has been dropped as they're no longer updated or supported. Currently testing with Rails 6.1, 7.0 and 7.1.Development changes
- Using
debug
for debugging indevelopment
andtesting
Gemfile groups.- Minor general code cleanups and styling changes.
- Updated code to for
elasticsearch
8.x.7.2.1
- The default git branch
master
has been renamed tomain
- Adds compatibility with Ruby 3 Pull Request
7.2.0
... (truncated)
Changelog
Sourced from elasticsearch-rails's changelog.
8.0.0
First general availability 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 totype
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. Testing for Ruby
2.x
versions has been dropped as they're no longer updated or supported. Currently testing with Rails 6.1, 7.0 and 7.1.Changes since 8.0.0.pre
- Address Rails 7.1 deprecation warning in elasticsearch-rails PR
- Ensure subclasses are added to the registry PR
Development changes
- Using
debug
for debugging indevelopment
andtesting
Gemfile groups.- Minor general code cleanups and styling changes.
- Updated code for
elasticsearch
8.x.7.2.1
- The default git branch
master
has been renamed tomain
- Adds compatibility with Ruby 3 Pull Request
7.2.0
- Updates specs and dependency to use with
elasticsearch
v7.14.0.- Update README, remove Virtus (unmaintained)
- Updates
Bundler.with_clean_dev
(deprecated) towith_unbundled_env
commit- Deal with
nil
document types in Multimodel commit- Update dependency to explicitly support version 7 commit
- Stop emitting FATAL log when checking existence of indices commit
- Remove unnecessary exception test on index checking commit
- Removes dependency on extensions commit
- Fixes basic template elasticsearch dependency commit
ActiveModel
- Fixes indexing to use right logger in client
- Updates ES client spec for client 7.14.0
- Updates transport references
7.1.1
- Fix: Ruby 2.7 deprecation warning on
find_in_batches
- Updates README for generating app with template. Related: #938
... (truncated)
Commits
92c8d16
[DOCS] Updates CHANGELOG for 8.0.06d1eeeb
[CI] Tests with latest snapshot stack version9a49625
Dependency managementbd546fa
Ensure subclasses are added to the registry98b6ce0
Address Rails 7.1 deprecation warning in elasticsearch-rails5411782
[DOCS] Updates READMEs18fa01d
[CI] Updates GitHub Actions0aedb0d
[CI] Updates GitHub Actions for JRuby, namesf9631b8
[DOCS] Updates README77ebcef
[CI] Updates GitHub Actions- Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name | Ignore Conditions |
---|---|
elasticsearch-rails | [>= 7.a, < 8] |
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.