Skip to content

8.3.5 -- 2025-10-24

Latest

Choose a tag to compare

@epugh epugh released this 27 Oct 11:44
d75233f

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

Full Changelog: v8.3.0...v8.3.5