Skip to content
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

Merged
merged 4 commits into from
Jan 22, 2025
Merged

Changelog entries for 13.0.0 #7850

merged 4 commits into from
Jan 22, 2025

Conversation

naisila
Copy link
Member

@naisila naisila commented Jan 17, 2025

No description provided.

Copy link
Member

@hanefi hanefi left a 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.

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.69%. Comparing base (f7bead2) to head (b4193fc).
Report is 1 commits behind head on main.

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     

@naisila
Copy link
Member Author

naisila commented Jan 17, 2025

@hanefi

Order by lexicographical order first, then make adjustments when needed so that important items are at the beginning of the list.

Got it. I tried to do that.

@naisila naisila changed the base branch from release-13.0 to main January 19, 2025 20:02
@naisila naisila force-pushed the naisila/changelog_release_13_0_0 branch from a26944c to 34be8c9 Compare January 19, 2025 20:10
@naisila naisila requested review from hanefi and onurctirtir January 19, 2025 20:11
Copy link
Member

@hanefi hanefi left a 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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Propagates MERGE ... WHEN NOT MATCHED BY SOURCE (#7807)
* Propagates `MERGE .. WHEN NOT MATCHED BY SOURCE` (#7807)

Copy link
Member Author

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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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

@naisila naisila merged commit 7b6a828 into main Jan 22, 2025
119 checks passed
@naisila naisila deleted the naisila/changelog_release_13_0_0 branch January 22, 2025 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants