v0.7.1 π
π Enhancements
- Add scope for eager loading (#170) @rolandasb
This scope will help eager loading associations when areindexis called. - Feature/Analytics (#179) @brunoocasali
- Describe the use of
ms_methods if things likesearchare already defined (#159) @JasonBarnabe
π Bug Fixes
- Add timeout errors to be kept when
raise_on_failureis false (#174) @brunoocasali
Now whenMeiliSearch::Clientraises aMeiliSearch::TimeoutErrorwe will catch the exception if theraise_on_failureis being used. - Fix
primary_keycustomization (#176) @brunoocasali
Now when you want to customize the key, you will be able to if you use theprimary_keyoption in the index definition. - Fix playground with docker environment (#173) @brunoocasali
Thanks again to @JasonBarnabe, @brunoocasali and @rolandasb! π