Skip to content

Releases: toptal/chewy

v7.6.0

06 May 08:29
17cd230
Compare
Choose a tag to compare

What's Changed

  • Relax allowed elasticsearch dependency version by @mjankowski in #933
  • Fix intermittent time-based failure in delayed sidekiq spec by @mjankowski in #947
  • [fix] delayed_sidekiq race condition by @skcc321 in #937

New Contributors

Full Changelog: v7.5.1...v7.6.0

v7.5.1

30 Jan 13:13
7460f8e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.5.0...v7.5.1

v7.5.0

30 Jan 12:40
f383e47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.4.0...v7.5.0

v7.4.0

13 Dec 18:35
7ffdcbe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.3.6...v7.4.0

v7.3.6

13 Dec 15:13
6addcb3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.3.5...v7.3.6

v7.3.5

06 Dec 17:26
1a5594f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.3.3...7.3.5

v7.3.3

07 Jul 11:05
94d8e11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.3.2...v7.3.3

v7.3.2

21 Apr 07:08
8fe3d0f
Compare
Choose a tag to compare

7.3.2 (2023-04-20)

New Features

Changes

Bugs Fixed

  • #861: Fix bug in mock_elasticsearch_response_sources (@lafeber)

v7.3.1

20 Apr 15:45
7fb0b50
Compare
Choose a tag to compare

7.3.1 (2023-04-20)

Bugs Fixed

  • #874: Fix chewy:journal:clean task for ruby 3.x. (@muk-ai)
  • #882: Fix memory leak during chewy:reset for ruby 3.2 (@konalegi)

v7.3.0

03 Apr 09:11
8b886d7
Compare
Choose a tag to compare

7.3.0 (2023-04-03)

New Features

  • #869: New strategy - delayed_sidekiq. Allow passing strategy: :delayed_sidekiq option to SomeIndex.import([1, ...], strategy: :delayed_sidekiq). The strategy is compatible with update_fields option as well. ([@skcc321][])
  • #879: Configure CI to check for ruby 3.2 compatibility. ([@konalegi][])

Changes

Bugs Fixed

  • #856: Fix return value of subscribed_task_stats used in rake tasks. ([@fabiormoura][])

New Contributors

Full Changelog: v7.2.7...v7.3.0