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: