Skip to content

Commit 90bafbd

Browse files
committed
Merge tag 'v5.6.0' into develop
v5.6.0
2 parents 947ea71 + 494bb10 commit 90bafbd

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.markdown

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project (at least, from v3.0.0 onwards) are documented in this file.
44

5+
## 5.6.0 - 2024-07-07
6+
7+
### Added
8+
9+
* Support for Manticore 6.0 ([#1242](https://github.com/pat/thinking-sphinx/pull/1242))
10+
* `sphinx`-prefixed search methods, in case the standard `search` is overridden from something unrelated. ([#1265](https://github.com/pat/thinking-sphinx/pull/1265))
11+
* `none` / `search_none` scopes that can be chained to searches and will return no results.
12+
* Added `ThinkingSphinx::Processor#sync` to synchronise updates/deletions based on a real-time index's scope, by @akostadinov in [@1258](https://github.com/pat/thinking-sphinx/pull/1258).
13+
14+
### Changed
15+
16+
* Improved Rails 7.1 support, by @jdelstrother in [#1252](https://github.com/pat/thinking-sphinx/pull/1252).
17+
18+
### Fixed
19+
20+
* Handle both SQL and RT indices correctly for inheritance column checks, by @akostadinov in [#1249](https://github.com/pat/thinking-sphinx/pull/1249).
21+
* Ensure tests and CI work with recent Manticore versions, by @jdelstrother in [#1263](https://github.com/pat/thinking-sphinx/pull/1263).
22+
* Use `rm -rf` to delete test and temporary directories (instead of `rm -r`).
23+
524
## 5.5.1 - 2022-12-31
625

726
[Release Notes](https://github.com/pat/thinking-sphinx/releases/tag/v5.5.1)

README.textile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
h1. Thinking Sphinx
22

3-
Thinking Sphinx is a library for connecting ActiveRecord to the Sphinx full-text search tool, and integrates closely with Rails (but also works with other Ruby web frameworks). The current release is v5.5.1.
3+
Thinking Sphinx is a library for connecting ActiveRecord to the Sphinx full-text search tool, and integrates closely with Rails (but also works with other Ruby web frameworks). The current release is v5.6.0.
44

55
h2. Upgrading
66

@@ -81,4 +81,4 @@ You can then run the unit tests with @rake spec:unit@, the acceptance tests with
8181

8282
h2. Licence
8383

84-
Copyright (c) 2007-2022, Thinking Sphinx is developed and maintained by Pat Allan, and is released under the open MIT Licence. Many thanks to "all who have contributed patches":https://github.com/pat/thinking-sphinx/contributors.
84+
Copyright (c) 2007-2024, Thinking Sphinx is developed and maintained by Pat Allan, and is released under the open MIT Licence. Many thanks to "all who have contributed patches":https://github.com/pat/thinking-sphinx/contributors.

thinking-sphinx.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $:.push File.expand_path('../lib', __FILE__)
55

66
Gem::Specification.new do |s|
77
s.name = 'thinking-sphinx'
8-
s.version = '5.5.1'
8+
s.version = '5.6.0'
99
s.platform = Gem::Platform::RUBY
1010
s.authors = ["Pat Allan"]
1111
s.email = ["pat@freelancing-gods.com"]

0 commit comments

Comments
 (0)