chewy v7.2.6 Release Notes

Release Date: 2022-06-13 // almost 2 years ago
  • 🆕 New Features

    • #841: Add the collapse option to the request. ([@jkostolansky][])

    🐛 Bugs Fixed

    • #842: Fix ignore_blank handling. ([@rabotyaga][])
    • #848: Fix invalid journal pagination. ([@konalegi][])

Previous changes from v7.2.5

  • 🆕 New Features

    • #827: Add :lazy_sidekiq strategy, that defers not only importing but also update_index callback evaluation for created and updated objects. ([@sl4vr][])
    • #827: Add :atomic_no_refresh strategy. Like :atomic, but refresh=false parameter is set. ([@barthez][])
    • #827: Add :no_refresh chain call to update_index matcher to ensure import was called with refresh=false. ([@barthez][])

    🐛 Bugs Fixed

    • #835: Support keyword arguments in named scopes. ([@milk1000cc][])