Skip to content

v0.7.1 πŸš‚

Choose a tag to compare

@meili-bot meili-bot released this 01 Aug 15:39
347411a

πŸš€ Enhancements

  • Add scope for eager loading (#170) @rolandasb
    This scope will help eager loading associations when a reindex is called.
  • Feature/Analytics (#179) @brunoocasali
  • Describe the use of ms_ methods if things like search are already defined (#159) @JasonBarnabe

πŸ› Bug Fixes

  • Add timeout errors to be kept when raise_on_failure is false (#174) @brunoocasali
    Now when MeiliSearch::Client raises a MeiliSearch::TimeoutError we will catch the exception if the raise_on_failure is being used.
  • Fix primary_key customization (#176) @brunoocasali
    Now when you want to customize the key, you will be able to if you use the primary_key option in the index definition.
  • Fix playground with docker environment (#173) @brunoocasali

Thanks again to @JasonBarnabe, @brunoocasali and @rolandasb! πŸŽ‰