Thinking Sphinx v4.1.0 Release Notes

Release Date: 2018-12-28 // over 5 years ago
  • โฌ†๏ธ Upgrading

    ๐Ÿš€ No breaking or major changes, though Ruby 2.2 is now no longer officially supported - but this release will almost certainly still work on it.

    ๐Ÿ†• New features

    • The :sql search option can now accept per-model settings with model names as keys. e.g. ThinkingSphinx.search "foo", :sql => {'Article' => {:include => :user}} (Sergey Malykh in #1120).

    ๐Ÿ”„ Changes to behaviour

    • โฌ‡๏ธ Drop MRI 2.2 from the test matrix, and thus no longer officially supported (though the code will likely continue to work with 2.2 for a while).
    • โž• Added MRI 2.6, Sphinx 3.1 and Manticore 2.7 to the test matrix.

    ๐Ÿ› Bug fixes

    • 0๏ธโƒฃ Real-time indices now work with non-default integer primary keys (alongside UUIDs or other non-integer primary keys).