Skip to content

Commit 2d4f3c0

Browse files
committed
Ready for release
1 parent 4e00ebe commit 2d4f3c0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 7.18.0 - 2024-10-04
4+
5+
Wow! It's been three months since the last release of Quepid, so it's about time.
6+
This release brings Quepid up to Rails 7.2 standard, which gets us ready for some of the interesting things in Rails 8, specifically simplifying what you need to run Quepid.
7+
There is a good path to removing the dependency on Redis, and maybe even MySQL for small setups!
8+
9+
### Improvements
10+
11+
* Shrink the Quepid Docker image by 1 GB. This was accomplished by the migration to Rails 7.2 for Quepid in https://github.com/o19s/quepid/pull/1058, fixing https://github.com/o19s/quepid/issues/1004 by @epugh.
12+
13+
* Expanded Quepid's API for working with Search Endpoints. Thanks @clintbxtreme for opening https://github.com/o19s/quepid/issues/1056, and this was fixed in https://github.com/o19s/quepid/pull/1057 by @epugh.
14+
15+
* Using SMUI and want to see if your rule was triggered? Now you can, we have a Querqy icon! Previously you would have to dig into the query parsing explanation to know. https://github.com/o19s/quepid/issues/1050 by @clamar-VM was fixed by https://github.com/o19s/quepid/pull/1053 by @epugh.
16+
17+
### Bugs
18+
19+
* When rating images that have a prefix defined, the prefix was being lost. Thanks @clamar-VM for finding this, fixed in @https://github.com/o19s/quepid/pull/1054 by @epugh.
20+
321
## 7.17.1 - 2024-06-26
422

523
### Improvements

0 commit comments

Comments
 (0)