Skip to content

v12.1.0

Compare
Choose a tag to compare
@no-reply no-reply released this 28 Feb 21:22
4ef8660

Dependencies

  • Adds support for Rails 5.2.0
  • Allow faraday past 0.12.x

Features

  • Adding update_index callback hooks (#1282)

Optimizations

  • Implement enumeration for Relation#each (#1353)
    • This provides a significant performance optimization for MyModel.all.each and MyModel.select.each use cases, as well as for #blank?, #present?, #include? and #any?

Bugfixes

  • Use PointField types rather than deprecated Trie* types in generated Solr schema (#1368)