Skip to content

Releases: elastic/elasticsearch-rails

v8.0.1

Choose a tag to compare

@picandocodigo picandocodigo released this 01 Sep 12:34

Bugfix release:

  • elasticsearch-rails: Fixes #1082 rake elasticsearch:import:model - ArgumentError: unknown keyword: :type (ArgumentError). Thanks @beatjoerg Pull Request.
  • elasticsearch-model: Fixes ArgumentError when calling dup on aggregations. Thanks @rafayqayyum Pull Request.

v8.0.0

Choose a tag to compare

@picandocodigo picandocodigo released this 30 May 15:26

First general availability release for 8.0.0. Major versions of 8.x will support Elasticsearch version 8.x changing the elasticsearch dependency's major version: gem 'elasticsearch', '~> 8'.
All references to type should have been removed. Document types were deprecated and do not exist in 8.x.

The dependency from elasticsearch on elasticsearch-transport was updated to elastic-transport. All 8.x Elasticsearch APIs supported by elasticsearch 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 in development and testing Gemfile groups.
  • Minor general code cleanups and styling changes.
  • Updated code for elasticsearch 8.x.

v8.0.0.pre

v8.0.0.pre Pre-release
Pre-release

Choose a tag to compare

@picandocodigo picandocodigo released this 16 Apr 12:08

General:

First pre-release for 8.0.0. Major versions of 8.x will support Elasticsearch version 8.x changing the elasticsearch dependency's major version: gem 'elasticsearch', '~> 8'.

All references to type should have been removed. Document types were deprecated and do not exist in 8.x.

The dependency from elasticsearch on elasticsearch-transport was updated to elastic-transport. All 8.x Elasticsearch APIs supported by elasticsearch 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 in development and testing Gemfile groups.
  • Minor general code cleanups and styling changes.
  • Updated code to for elasticsearch 8.x.

7.2.1

Choose a tag to compare

@picandocodigo picandocodigo released this 23 Feb 09:09
  • The default git branch master has been renamed to main
  • Adds compatibility with Ruby 3 Pull Request

7.2.0

Choose a tag to compare

@picandocodigo picandocodigo released this 11 Aug 10:09
  • Updates specs and dependency to use with elasticsearch v7.14.0.
  • Update README, remove Virtus (unmaintained)
  • Updates Bundler.with_clean_dev (deprecated) to with_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.2.pre

7.1.2.pre Pre-release
Pre-release

Choose a tag to compare

@picandocodigo picandocodigo released this 10 Mar 12:04

Pre release, backports bugfixes from master. Full CHANGELOG will be published on final release.

7.1.1

Choose a tag to compare

@picandocodigo picandocodigo released this 19 Aug 16:20
  • Fix: Ruby 2.7 deprecation warning on find_in_batches
  • Updates README for generating app with template. Related: #938

ActiveModel

  • Do not override existing methods (#936)

6.1.1

Choose a tag to compare

@picandocodigo picandocodigo released this 19 Aug 16:10
  • Fix: Ruby 2.7 deprecation warning on find_in_batches - backport fix from the 7.x release. Fixes #951

7.1.0

Choose a tag to compare

@picandocodigo picandocodigo released this 15 Apr 10:23
  • Tested with elasticsearch Ruby client version 7.6.0.
  • Adds pipeline to bulk params (commit).
  • Updates rake version.

7.1.0.pre

7.1.0.pre Pre-release
Pre-release

Choose a tag to compare

@picandocodigo picandocodigo released this 08 Apr 12:59

This is a pre-release, tested with elasticsearch Ruby client version 7.6.0.

Full Changelog details will be published with the final release.