8.3.5 -- 2025-10-24
There were a number of 8.3.x releases as we worked through some debugging. 8.3.5 though is the one to use!
-
Query Doc Pair query_text should be case sensitive, the same way Query query_text is, but it wasn't. So you couldn't have two queries with differing case like "Nike" and "nike" in a Book. Thanks @david-fisher for finding #1512 and fixed in #1513.
-
Query Doc Pairs for a book are synced when you run a linked Case in the background! Previously we sent all the data in one huge JSON file that was processed immediately. Not we submit in chunks of 100 queries, and the data is loaded in the background async to the book, smoothing the workflow. This happens automagically for you, no need to click the "populate book" button either in the Judgements modal. #1496 by @epugh.
-
Fix bulk judgements UI under nested deployment routes. Pin docker image to debian Bookworm for now. #1495
What's Changed
- Routing fixes for nested Quepid + enforcing debian bookworm. by @epugh in #1495
- Update book in background by @epugh in #1496
- Bump responders from 3.1.1 to 3.2.0 by @dependabot[bot] in #1498
- Bump rubyzip from 3.1.1 to 3.2.0 by @dependabot[bot] in #1500
- Bump oas_rails from 1.3.0 to 1.3.1 by @dependabot[bot] in #1499
- Bump solid_queue from 1.2.1 to 1.2.2 by @dependabot[bot] in #1510
- Bump puma from 7.0.4 to 7.1.0 by @dependabot[bot] in #1506
- Bump selenium-webdriver from 4.36.0 to 4.37.0 by @dependabot[bot] in #1504
- Ensure that query_text for query_doc_pair is case sensitive like qu… by @epugh in #1513
Full Changelog: v8.3.0...v8.3.5