From 7286e02d83e50f664c85643c255fc5ad483c2ff1 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Wed, 26 Jun 2024 16:34:48 -0400 Subject: [PATCH] prep for release --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 662a5b60a..b216c4588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog -## 7.17. - 2024-06-14 +## 7.17.1 - 2024-06-26 + +### Improvements + +* Proxied connections can now handle non ASCII characters like `café`. https://github.com/o19s/quepid/pull/1043 by @epugh. Thanks @miguelmesas for opening up the ticket that tipped me off to this. + +* `p@10` scorer now is smarter to handle non binary judgements. https://github.com/o19s/quepid/pull/991 by @david-fisher. Sorry this took so long to get merged! + +* RAG style queries are MUCH longer. @miguelmesas opened up which is fixed by https://github.com/o19s/quepid/pull/1042 and https://github.com/o19s/quepid/pull/1037 by @epugh. + +* Improve the bulk query API to support 1000's of queries. https://github.com/o19s/quepid/pull/1037 by @epugh. + +## 7.17.0 - 2024-06-14 This is a big one! We have broken the tyranny of the web request/response lifecycle by embracing some powerful Rails technologies: