Skip to content

Commit d75233f

Browse files
committed
Track changes for 8.3.5
1 parent 089d9df commit d75233f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 8.3.5 -- 2025-10-24
4+
5+
There were a number of 8.3.x releases as we worked through some debugging. 8.3.5 though is the one to use!
6+
7+
* 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 https://github.com/o19s/quepid/issues/1512 and fixed in https://github.com/o19s/quepid/pull/1513.
8+
9+
* 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. https://github.com/o19s/quepid/pull/1496 by @epugh.
10+
11+
* Fix bulk judgements UI under nested deployment routes. Pin docker image to debian Bookworm for now. https://github.com/o19s/quepid/pull/1495
12+
313
## 8.3.0 -- 2025-10-06
414

515
### Features

0 commit comments

Comments
 (0)