Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jun 26, 2024
1 parent 2911c2c commit 7286e02
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit 7286e02

Please sign in to comment.