From e09db267274c0b0f3f6a2001787860bf52fcaf53 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Mon, 24 Apr 2023 16:21:26 -0400 Subject: [PATCH] ready for release! --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be00f30e..ce7a5b88a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 7.0.0 - 2022-04-?? +## 7.0.0 - 2022-04-24 Are you ready to launch a [Human Rating Program](https://haystackconf.com/2019/human-judgement/)? Quepid is now finally able to support you and your fellow human judges in gathering explicit ratings on your search results. @@ -31,6 +31,8 @@ This work was inspired by the great work that the folks at the Wikimedia Foundat Quepid is now the big 7.0! There have been 98 PR's since release 6.14.0. We are now running on Rails 7, which is great for opening the door to future improvements and keeping us from accumulating tech debt. This also means we took the opportunity to bump the versions of Redis and MySQL we use, as well as Node, Ruby, and all the other libraries. We're now on a modern infrastructure everywhere except for the Relevance Engineer's UI which is still on AngularJS. +Do back up your data before doing this upgrade! Normally I'm pretty cavalier about updates in Quepid-land, but this changes a lot of things, including the MySQL version from 5.6 to 8.... So please back up your data, and for good measure, use those export options to export your precious ratings that you've collected. + Below are details on some selected PR's. ### Features