From b82378732e9aec90891a5a1dcf702021914af605 Mon Sep 17 00:00:00 2001 From: Frank Niessink Date: Thu, 26 Sep 2024 14:41:56 +0200 Subject: [PATCH] Prepare release. --- docs/src/versioning.md | 50 +++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/docs/src/versioning.md b/docs/src/versioning.md index c181003d7b..5a53422431 100644 --- a/docs/src/versioning.md +++ b/docs/src/versioning.md @@ -17,31 +17,31 @@ A new **patch** release of *Quality-time* is made when the new version has only ## Version overview -The table below contains the *Quality-time* releases since the last minor of the previous major release. For each release it shows the release date, the MongoDB version included, the MongoDB feature compatibility (FC) version set in the database, whether migration code was added or removed, and whether up- or downgrading is possible, and if so, to which versions. - -| Version | Date | Mongo | FC | Migrations | Downgrade | Upgrade | -|------------|--------------|--------|--------|------------|-----------------|-----------------| -| v5.16.1 | [unreleased] | v7 | v7 | | v5.14.0-v5.16.0 | n/a | -| v5.16.0 | 2024-09-19 | v7 | v7 | added | v5.14.0-v5.15.0 | v5.16.1 | -| v5.15.0 | 2024-07-30 | v7 | v7 | | v5.14.0 | v5.16.0-v5.16.1 | -| v5.14.0 | 2024-07-05 | v7 | **v7** | added | not possible | v5.15.0-v5.16.1 | -| v5.13.0 | 2024-05-23 | v7 | v6 | added | not possible | v5.14.0-v5.16.1 | -| v5.12.0 | 2024-05-17 | v7 | v6 | added | not possible | v5.13.0-v5.16.1 | -| v5.11.0 | 2024-04-22 | v7 | v6 | | v5.6.0-v5.10.0 | v5.12.0-v5.16.1 | -| v5.10.0 | 2024-04-15 | v7 | v6 | | v5.6.0-v5.9.0 | v5.11.0-v5.16.1 | -| v5.9.0 | 2024-03-22 | v7 | v6 | | v5.6.0-v5.8.0 | v5.10.0-v5.16.1 | -| v5.8.0 | 2024-02-16 | v7 | v6 | | v5.6.0-v5.7.0 | v5.9.0-v5.16.1 | -| v5.7.0 | 2024-01-31 | v7 | v6 | | v5.6.0 | v5.8.0-v5.16.1 | -| v5.6.0 | 2024-01-12 | v7 | v6 | added | not possible | v5.7.0-v5.16.1 | -| v5.5.0 | 2023-12-15 | v7 | v6 | | v5.1.0-v5.4.0 | v5.6.0-v5.16.1 | -| v5.4.0 | 2023-12-11 | v7 | v6 | | v5.1.0-v5.3.1 | v5.5.0-v5.16.1 | -| v5.3.1 | 2023-11-08 | v7 | v6 | | v5.1.0-v5.3.0 | v5.4.0-v5.16.1 | -| v5.3.0 | 2023-11-07 | **v7** | v6 | | v5.1.0-v5.2.0 | v5.3.1-v5.16.1 | -| v5.2.0 | 2023-09-29 | v6 | v6 | | v5.1.0 | v5.3.0-v5.16.1 | -| v5.1.0 | 2023-09-05 | v6 | **v6** | | not possible | v5.2.0-v5.16.1 | -| v5.0.1 | 2023-06-26 | v6 | v5 | | v4.10.0-v5.0.0 | v5.1.0-v5.2.0 | -| **v5.0.0** | 2023-06-23 | **v6** | v5 | | v4.10.0 | v5.0.1-v5.2.0 | -| v4.10.0 | 2023-04-26 | v5 | v5 | | n/a | v5.0.0-v5.2.0 | +The table below contains the *Quality-time* releases since the last minor of the previous major release. For each release it shows the release date, the MongoDB version included, the MongoDB feature compatibility (FC) version set in the database, whether migration code was added or removed, whether up- or downgrading is possible, and if so, to which versions, and whether manual changes are needed to up- or downgrade. + +| Version | Date | Mongo | FC | Migrations | Downgrade | Upgrade | Manual changes | +|------------|--------------|--------|--------|------------|-----------------|-----------------|----------------| +| v5.16.1 | 2024-09-26 | v7 | v7 | | v5.14.0-v5.16.0 | n/a | no | +| v5.16.0 | 2024-09-19 | v7 | v7 | added | v5.14.0-v5.15.0 | v5.16.1 | no | +| v5.15.0 | 2024-07-30 | v7 | v7 | | v5.14.0 | v5.16.0-v5.16.1 | no | +| v5.14.0 | 2024-07-05 | v7 | **v7** | added | not possible | v5.15.0-v5.16.1 | no | +| v5.13.0 | 2024-05-23 | v7 | v6 | added | not possible | v5.14.0-v5.16.1 | no | +| v5.12.0 | 2024-05-17 | v7 | v6 | added | not possible | v5.13.0-v5.16.1 | no | +| v5.11.0 | 2024-04-22 | v7 | v6 | | v5.6.0-v5.10.0 | v5.12.0-v5.16.1 | no | +| v5.10.0 | 2024-04-15 | v7 | v6 | | v5.6.0-v5.9.0 | v5.11.0-v5.16.1 | no | +| v5.9.0 | 2024-03-22 | v7 | v6 | | v5.6.0-v5.8.0 | v5.10.0-v5.16.1 | no | +| v5.8.0 | 2024-02-16 | v7 | v6 | | v5.6.0-v5.7.0 | v5.9.0-v5.16.1 | no | +| v5.7.0 | 2024-01-31 | v7 | v6 | | v5.6.0 | v5.8.0-v5.16.1 | no | +| v5.6.0 | 2024-01-12 | v7 | v6 | added | not possible | v5.7.0-v5.16.1 | no | +| v5.5.0 | 2023-12-15 | v7 | v6 | | v5.1.0-v5.4.0 | v5.6.0-v5.16.1 | no | +| v5.4.0 | 2023-12-11 | v7 | v6 | | v5.1.0-v5.3.1 | v5.5.0-v5.16.1 | no | +| v5.3.1 | 2023-11-08 | v7 | v6 | | v5.1.0-v5.3.0 | v5.4.0-v5.16.1 | no | +| v5.3.0 | 2023-11-07 | **v7** | v6 | | v5.1.0-v5.2.0 | v5.3.1-v5.16.1 | no | +| v5.2.0 | 2023-09-29 | v6 | v6 | | v5.1.0 | v5.3.0-v5.16.1 | no | +| v5.1.0 | 2023-09-05 | v6 | **v6** | | not possible | v5.2.0-v5.16.1 | no | +| v5.0.1 | 2023-06-26 | v6 | v5 | | v4.10.0-v5.0.0 | v5.1.0-v5.2.0 | no | +| **v5.0.0** | 2023-06-23 | **v6** | v5 | | v4.10.0 | v5.0.1-v5.2.0 | *yes* | +| v4.10.0 | 2023-04-26 | v5 | v5 | | n/a | v5.0.0-v5.2.0 | no | ## Upgrade path