Post-release steps for release 2.3.1

Add 2.3.1 to the update tests and update the downgrade target for the
downgrade version. This commit also fixes two issues that were fixed in
the release branch:

1. Drop `_timescaledb_internal.refresh_continuous_aggregate`
2. Update the changelog to match the release branch.
This commit is contained in:
Mats Kindahl 2021-07-06 09:44:08 +02:00 committed by Mats Kindahl
parent 0e505dd553
commit b5ffc71071
5 changed files with 11 additions and 3 deletions

View File

@ -6,6 +6,13 @@ accidentally triggering the load of a previous DB version.**
## 2.3.1 (2021-07-05)
This maintenance release contains bugfixes since the 2.3.0 release. We
deem it moderate priority for upgrading. The release introduces the
possibility of generating downgrade scripts, improves the trigger
handling for distributed hypertables, adds some more randomness to
chunk assignment to avoid thundering herd issues in chunk assignment,
and fixes some issues in update handling as well as some other bugs.
**Bugfixes**
* #3279 Add some more randomness to chunk assignment
* #3288 Fix failed update with parallel workers

View File

@ -17,4 +17,4 @@ run_tests "$@" -r -v7 \
2.0.0-rc1-pg12
run_tests "$@" -v7 \
2.0.0-rc2-pg12 2.0.0-rc3-pg12 2.0.0-rc4-pg12 2.0.0-pg12 2.0.1-pg12 2.0.2-pg12 2.1.0-pg12 \
2.1.1-pg12 2.2.0-pg12 2.2.1-pg12 2.3.0-pg12
2.1.1-pg12 2.2.0-pg12 2.2.1-pg12 2.3.0-pg12 2.3.1-pg12

View File

@ -7,4 +7,4 @@ SCRIPT_DIR=$(dirname $0)
source ${SCRIPT_DIR}/test_functions.inc
run_tests -v7 \
2.1.0-pg13 2.1.1-pg13 2.2.0-pg13 2.2.1-pg13 2.3.0-pg13
2.1.0-pg13 2.1.1-pg13 2.2.0-pg13 2.2.1-pg13 2.3.0-pg13 2.3.1-pg13

View File

@ -2,3 +2,4 @@ CREATE SCHEMA IF NOT EXISTS timescaledb_experimental;
GRANT USAGE ON SCHEMA timescaledb_experimental TO PUBLIC;
DROP FUNCTION IF EXISTS _timescaledb_internal.block_new_chunks;
DROP FUNCTION IF EXISTS _timescaledb_internal.allow_new_chunks;
DROP FUNCTION IF EXISTS _timescaledb_internal.refresh_continuous_aggregate;

View File

@ -1,4 +1,4 @@
version = 2.4.0-dev
update_from_version = 2.3.1
downgrade_to_version = 2.3.0
downgrade_to_version = 2.3.1