chewy v7.2.6 Release Notes
Release Date: 2022-06-13 // over 2 years agoPrevious changes from v7.2.5
-
๐ New Features
- #827: Add
:lazy_sidekiq
strategy, that defers not only importing but alsoupdate_index
callback evaluation for created and updated objects. ([@sl4vr][]) - #827: Add
:atomic_no_refresh
strategy. Like:atomic
, butrefresh=false
parameter is set. ([@barthez][]) - #827: Add
:no_refresh
chain call toupdate_index
matcher to ensure import was called withrefresh=false
. ([@barthez][])
๐ Bugs Fixed
- #835: Support keyword arguments in named scopes. ([@milk1000cc][])
- #827: Add