chewy v0.8.4 Release Notes

Release Date: 2016-03-20 // about 8 years ago
  • 🔄 Changes

    • Brand new import :bulk_size option, set desired ElasticSearch bulk size in bytes
    • Witchcraft™ technology
    • #341: Configurable per-type default import options ([@barthez][])
    • Various codebase optimizations ([@DNNX][], [@pyromaniac][])
    • update_index Rspec matcher messages improvements
    • :all rake tasks deprecation
    • #335: Scoped notification subscriptions in rake tasks ([@0x0badc0de][])
    • #321: Async strategies workers accept options ([@dnd][])
    • #314: Prefix is configurable per-index ([@mikeyhogarth][])
    • #302, #339: Ability to pass proc for transport configuration ([@feymartynov][], [@reidab][])
    • #297: ElasticSearch 2 support ([@sergeygaychuk][])
    • Accessing types with methods is deprecated. Use MyIndex::MyType constant reference instead of MyIndex.my_type method.
    • #294: Sequel adapter improvements ([@mrbrdo][])

    🐛 Bugs Fixed

    • #325: Mongoid atomic strategy fix
    • #324: Method missing fix ([@jesjos][])
    • #319: Hash fields composition fix ([@eproulx-petalmd][])
    • #306: Better errors handling in strategies ([@barthez][])
    • #303: Assets strategies silencer fix for Rails 5 API mode ([@clupprich][])