-
Notifications
You must be signed in to change notification settings - Fork 686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changelog entries for 13.0.0 #7850
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A general guide on how we order changelog entries:
Order by lexicographical order first, then make adjustments when needed so that important items are at the beginning of the list.
e.g. a section of Adds ..
followed by Allows ..
followed by Propagates ..
etc.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7850 +/- ##
=======================================
Coverage 89.68% 89.69%
=======================================
Files 283 283
Lines 60518 60518
Branches 7544 7544
=======================================
+ Hits 54276 54280 +4
+ Misses 4082 4080 -2
+ Partials 2160 2158 -2 |
Got it. I tried to do that. |
a26944c
to
34be8c9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't gone through all the changes, but the current list of items sound great.
Feel free to ignore any of the suggestions in this review do not look like improvements.
CHANGELOG.md
Outdated
|
||
* Adds JSON_TABLE() support in distributed queries (#7816) | ||
|
||
* Propagates MERGE ... WHEN NOT MATCHED BY SOURCE (#7807) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Propagates MERGE ... WHEN NOT MATCHED BY SOURCE (#7807) | |
* Propagates `MERGE .. WHEN NOT MATCHED BY SOURCE` (#7807) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good suggestions Hanefi, I forgot we're in .md :)
CHANGELOG.md
Outdated
|
||
* Adds support for PostgreSQL 17 (#7699, #7661) | ||
|
||
* Adds JSON_TABLE() support in distributed queries (#7816) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Adds JSON_TABLE() support in distributed queries (#7816) | |
* Adds `JSON_TABLE()` support in distributed queries (#7816) |
CHANGELOG.md
Outdated
|
||
* Propagates MERGE ... WHEN NOT MATCHED BY SOURCE (#7807) | ||
|
||
* Propagates MEMORY and SERIALIZE options of EXPLAIN (#7802) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Propagates MEMORY and SERIALIZE options of EXPLAIN (#7802) | |
* Propagates `MEMORY` and `SERIALIZE` options of EXPLAIN (#7802) |
CHANGELOG.md
Outdated
|
||
* Allows exclusion constraints on distributed partitioned tables (#7733) | ||
|
||
* Allows configuring sslnegotiation using citus.node_conn_info (#7821) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Allows configuring sslnegotiation using citus.node_conn_info (#7821) | |
* Allows configuring `sslnegotiation` using `citus.node_conn_info` (#7821) |
CHANGELOG.md
Outdated
|
||
* Avoids wal receiver timeouts during large shard splits (#7229) | ||
|
||
* Fixes a bug causing incorrect writing of data to target Merge repartition |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Fixes a bug causing incorrect writing of data to target Merge repartition | |
* Fixes a bug causing incorrect writing of data to target MERGE repartition |
CHANGELOG.md
Outdated
command (#7659) | ||
|
||
* Fixes a crash that happens because of unsafe catalog access when re-assigning | ||
the global pid after application_name changes (#7791) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the global pid after application_name changes (#7791) | |
the global pid after `application_name` changes (#7791) |
CHANGELOG.md
Outdated
* Fixes a crash that happens because of unsafe catalog access when re-assigning | ||
the global pid after application_name changes (#7791) | ||
|
||
* Fixes incorrect VALID UNTIL setting assumption made for roles when syncing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Fixes incorrect VALID UNTIL setting assumption made for roles when syncing | |
* Fixes incorrect `VALID UNTIL` setting assumption made for roles when syncing |
CHANGELOG.md
Outdated
* Fixes segfault when calling distributed procedure with a parameterized | ||
distribution argument (#7242) | ||
|
||
* Fixes server crash when trying to execute activate_node_snapshot() on a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Fixes server crash when trying to execute activate_node_snapshot() on a | |
* Fixes server crash when trying to execute `activate_node_snapshot()` on a |
CHANGELOG.md
Outdated
* Fixes server crash when trying to execute activate_node_snapshot() on a | ||
single-node cluster (#7552) | ||
|
||
* Improves citus_move_shard_placement() to fail early if there is a new node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Improves citus_move_shard_placement() to fail early if there is a new node | |
* Improves `citus_move_shard_placement()` to fail early if there is a new node |
No description provided.