elastic / elasticsearch-rails

Elasticsearch integrations for ActiveModel/Record and Ruby on Rails
Apache License 2.0
3.07k stars 793 forks source link

Deprecation warning in Rails 7.1 (support Rails 7.2) #1071

Open N0xFF opened 7 months ago

N0xFF commented 7 months ago

Rails 7.1.3 log:

DEPRECATION WARNING: Bolding log text with a positional boolean is deprecated and will be removed in Rails 7.2. Use an option hash instead (eg. color("my text", :red, bold: true)).

Related PRs:

tmaier commented 1 week ago

This is open since february. Rails 7.2 has been released. It would be great if this gem would get ready for Rails 7.2

N0xFF commented 1 week ago

Looks like they fixed it in elasticsearch-rails v8.0.0 but Elasticsearch 7 maintained until 9 version.

@picandocodigo can we release the fix in 7.x branch?