@@ -15,11 +15,11 @@ we welcome you to visit our Github repo or join our [Slack community](https://sl
1515
1616For our next release, we plan to add:
1717
18- - Compression policies on distributed hypertables
19- - Partially mutable compressed chunks to support INSERTs into a compressed hypertable.
18+ - Downgrading between Timescale DB 2.x versions.
19+ - Elasticity: Move data when expanding or shrinking a multi-node cluster
2020- Various bug fixes.
2121
22- The current GA (Generally Available) version is 2.2.1 .
22+ The current GA (Generally Available) version is 2.3.0 .
2323
2424You can read more about our architecture and design for distributed hypertables
2525[ here] [ distributed-hypertables ] .
@@ -31,9 +31,10 @@ follow these [setup instructions][distributed-hypertables-setup].
3131In addition to multi-node, we've also reassessed how some core
3232functionality works, and, as a result, made APIs simpler and more consistent,
3333while also empowering users with more control and flexibility to customize
34- behaviors to suit your needs. Some of these API updates are ** breaking changes** .
34+ behaviors to suit your needs.
35+ Some of these API updates are ** breaking changes** .
3536
36- ### What's new in TimescaleDB 2.2.1 :
37+ ### What's new in TimescaleDB 2.3.0 :
3738
3839Skip Scan optimization on single node and multinode. This feature offers significant
3940improvements in performance of ` SELECT ` queries with ` DISTINCT ON ` .
@@ -49,14 +50,14 @@ planning, compression, and policies.
4950
5051** PostgreSQL 11 deprecation announcement**
5152
52- Timescale is working hard on our next exciting features. To make that
53- possible, we require functionality that is unfortunately absent on
54- PostgreSQL 11. For this reason, we will continue supporting PostgreSQL
55- 11 until mid-June 2021. Sooner to that time, we will announce the
56- specific version of TimescaleDB in which PostgreSQL 11 support will be removed .
53+ Timescale is working hard on our next exciting features.
54+ To make that possible, we require functionality
55+ that is available in Postgres 12 and above.
56+ For this reason, TimescaleDB 2.3 will be the final minor version that supports PostgreSQL 11.
57+ TimescaleDB 2.4 will require PostgreSQL 12 or 13 .
5758
5859<highlight type =" tip " >
59- TimescaleDB 2.2.1 is currently GA, and we encourage
60+ TimescaleDB 2.3 is currently GA, and we encourage
6061users to upgrade in testing environments to gain experience and provide feedback on
6162new and updated features.
6263
@@ -76,6 +77,26 @@ accidentally triggering the load of a previous DB version.**
7677
7778## Unreleased
7879
80+ ## 2.3.0 (2021-05-25)
81+ ** Features**
82+ * #3116 Add distributed hypertable compression policies
83+ * #3162 Use COPY when executing distributed INSERTs
84+ * #3199 Add GENERATED column support on distributed hypertables
85+ * #3210 Add trigger support on distributed hypertables
86+ * #3230 Support for inserts into compressed chunks
87+
88+ ** Bugfixes**
89+ * #3213 Propagate grants to compressed hypertables
90+ * #3229 Use correct lock mode when updating chunk
91+ * #3243 Fix assertion failure in decompress_chunk_plan_create
92+ * #3250 Fix constraint triggers on hypertables
93+ * #3251 Fix segmentation fault due to incorrect call to chunk_scan_internal
94+ * #3252 Fix blocking triggers with transition tables
95+
96+ ** Thanks**
97+ * @yyjdelete for reporting a crash with decompress_chunk and identifying the bug in the code
98+ * @fabriziomello for documenting the prerequisites when compiling against PostgreSQL 13
99+
79100## 2.2.1 (2021-05-05)
80101
81102This maintenance release contains bugfixes since the 2.2.0 release. We
0 commit comments