Skip to content

Releases: algolia/algoliasearch-rails

3.0.1

03 Dec 08:14
Compare
Choose a tag to compare

What's Changed

  • Bugfix reindex! when all of targeted records are to delete and nothing to save by @metheglin in #452
  • Fixed atomic reindex to ensure init when check_settings=true. by @metheglin in #453

New Contributors

Full Changelog: 3.0.0...3.0.1

3.0.0

03 Dec 08:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.2...3.0.0

v2.3.2

19 Mar 13:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.1...2.3.2

v2.3.1

05 Dec 09:45
Compare
Choose a tag to compare

What's Changed

  • Allow configuring user agent / other default options by @bagedevimo in #438
  • Allow configuration ActiveJob queue for auto_index by @bagedevimo in #439

New Contributors

Full Changelog: 2.3.0...2.3.1

v2.3.0

12 Sep 06:53
Compare
Choose a tag to compare

What's Changed

  • fix: don't consider objectID changed if using custom attribute by @DevinCodes in #436

Full Changelog: 2.2.2...2.3.0

v2.2.2

14 Jun 11:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.1...2.2.2

v2.2.1

14 Jun 11:22
Compare
Choose a tag to compare

What's Changed

  • fix:settings changes detection issue with empty array by @kiyohara in #424
  • fix: settings changes detection issue for replica indexes with inherit opt by @kiyohara in #426
  • fix: make sync opt to be selectable for auto setting update logic by @kiyohara in #425
  • Add relevancyStrictness to IndexSettings by @matteodepalo in #427

New Contributors

Full Changelog: 2.2.0...2.2.1

v2.2.0

14 Mar 15:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.4...2.2.0

2.0.0

17 May 06:44
Compare
Choose a tag to compare

Breaking changes

  • Adds support for algolia gem.
  • Drops support for Ruby < 2.4
  • Drops support for Rails < 5.1

1.25.0

24 Nov 10:54
Compare
Choose a tag to compare

Added

  • Pass array argument to geoloc (#372)
  • Containerize the repo (#391)

Fixed

  • Use Zeitwerk for loading models in Rails 6 (#364)