Merge pull request #4844 from citusdata/update-cl-833

Update Changelog for 8.3.3
pull/4825/head^2
Hanefi Onaldi 2021-03-23 20:25:04 +03:00 committed by GitHub
commit 1b7a1357f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
### citus v8.3.3 (March 23, 2021) ###
* Fixes a bug that leads to various issues when a connection is lost
* Fixes a bug where one could create a foreign key between non-colocated tables
* Fixes a deadlock during transaction recovery
* Fixes a memory leak in adaptive executor when query returns many columns
### citus v10.0.3 (March 16, 2021) ###
* Prevents infinite recursion for queries that involve `UNION ALL`