7.18.0 - 2024-10-04
Wow! It's been three months since the last release of Quepid, so it's about time.
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.
There is a good path to removing the dependency on Redis, and maybe even MySQL for small setups!
Improvements
-
Shrink the Quepid Docker image by 1 GB. This was accomplished by the migration to Rails 7.2 for Quepid in #1058, fixing #1004 by @epugh.
-
Expanded Quepid's API for working with Search Endpoints. Thanks @clintbxtreme for opening #1056, and this was fixed in #1057 by @epugh.
-
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. #1050 by @clamar-VM was fixed by #1053 by @epugh.
Bugs
-
When rating images that have a prefix defined, the prefix was being lost. Thanks @clamar-VM for finding this, fixed in @#1054 by @epugh.
-
We got too strict with our cookies, and Quepid quit working with Keycloak. Thanks @drieschel for #1049.
What's Changed
- So long docker-compose. Welcome docker compose. by @epugh in #1052
- Fix login and redirect problem with Keycloak by @drieschel in #1049
- introduce a icon letting you know querqy rule matched a query by @epugh in #1053
- adding the prefix when setting up links by @epugh in #1054
- Update nginx Docker tag to v1.27.1 by @renovate in #1045
- Update dependency terser to v1.2.3 by @renovate in #1025
- Extend search endpoints controller to allow delete, complete update, … by @epugh in #1057
- Big combo! Rail 7.2 Dockerfile used for Dockerfile.prod, plus bump R… by @epugh in #1058
New Contributors
- @drieschel made their first contribution in #1049
Full Changelog: v7.17.1...v7.18.0