Add changelog entries for 10.2.5

pull/5977/head
Hanefi Onaldi 2022-03-16 05:37:44 +03:00
parent 29ba5a6251
commit 54978b738d
No known key found for this signature in database
GPG Key ID: F18CDB10BA0DFDC7
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
### citus v10.2.5 (March 15, 2022) ###
* Fixes a bug that could cause `worker_save_query_explain_analyze` to fail on
custom types
* Fixes a bug that limits usage of sequences in non-integer columns
* Fixes a crash that occurs when the aggregate that cannot be pushed-down
returns empty result from a worker
* Improves concurrent metadata syncing and metadata changing DDL operations
### citus v10.2.4 (February 1, 2022) ###
* Adds support for operator class parameters in indexes