chewy v0.8.3 Release Notes

Release Date: 2015-12-08 // over 8 years ago
  • ๐Ÿ’ฅ Breaking changes:

    • Chewy.atomic and Chewy.urgent_update= methods was removed from the codebase, use Chewy.strategy block instead.
    • delete_from_index? hook is removed from the codebase.

    ๐Ÿ”„ Changes

    • Sequel support completely reworked to use common ORM implementations + better sequel specs covarage.

    ๐Ÿ› Bugs Fixed

    • Sequel objects transactional destruction fix
    • Correct Rspec mocking framework checking ([@mainameiz][])
    • Atomic strategy is now compatible with custom ids proc.
    • Safe unsubscribe on import ([@marshall-lee][])
    • Correct custom assets path silencer ([@davekaro][])