Skip to content

Add changelog for Citus v14.1.0#8582

Merged
ihalatci merged 1 commit into
release-14.0from
release-14.1.0-prep
May 15, 2026
Merged

Add changelog for Citus v14.1.0#8582
ihalatci merged 1 commit into
release-14.0from
release-14.1.0-prep

Conversation

@ihalatci
Copy link
Copy Markdown
Contributor

Release prep for citus v14.1.0 from release-14.0.

DESCRIPTION: add changelog for 14.1.0

All version-bearing files (configure.ac, configure, citus.control, citus_columnar.control, multi_extension.out SHOW citus.version) were already bumped to 14.1.0 / 14.1-1 in a5ae9f4 (Mar 17, 2026), so this PR is a single-file CHANGELOG addition.

Changelog entries (user-visible only)

CI/test-infra and version-bump commits intentionally excluded.

DESCRIPTION: add changelog for 14.1.0
@ihalatci ihalatci requested a review from onurctirtir May 14, 2026 16:07
@codecov
Copy link
Copy Markdown

codecov Bot commented May 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.98%. Comparing base (f5bf028) to head (eef2649).

❌ Your project check has failed because the head coverage (69.98%) is below the target coverage (87.50%). You can increase the head coverage or adjust the target coverage.

❗ There is a different number of reports uploaded between BASE (f5bf028) and HEAD (eef2649). Click for more details.

HEAD has 75 uploads less than BASE
Flag BASE (f5bf028) HEAD (eef2649)
17_citus_upgrade 1 0
16_citus_upgrade 1 0
16_17_upgrade 1 0
16_regress_check-vanilla 1 0
18_regress_check-enterprise 1 0
18_arbitrary_configs_3 1 0
18_regress_check-enterprise-isolation-logicalrep-1_14.0-1_v14.0.1_workeronly 1 0
16_arbitrary_configs_3 1 0
17_18_upgrade 1 0
18_regress_check-enterprise-isolation_14.0-1_all 1 0
18_regress_check-enterprise-isolation-logicalrep-1 1 0
17_regress_check-multi-mx 1 0
18_regress_check-enterprise-isolation-logicalrep-1_v14.0.1_all 1 0
18_regress_check-enterprise-isolation 1 0
17_regress_check-enterprise-isolation-logicalrep-1 1 0
17_cdc_installcheck 1 0
18_regress_check-multi-mx 1 0
18_regress_check-enterprise-isolation-logicalrep-1_14.0-1_all 1 0
18_regress_check-enterprise-isolation-logicalrep-1_14.0-1_v14.0.1_coordinatoronly 1 0
16_regress_check-enterprise-isolation-logicalrep-1 1 0
16_regress_check-enterprise 1 0
16_regress_check-enterprise-isolation 1 0
17_regress_check-enterprise-isolation 1 0
17_regress_check-failure 1 0
18_regress_check-enterprise-isolation-logicalrep-3_v14.0.1_all 1 0
17_arbitrary_configs_3 1 0
16_18_upgrade 1 0
18_regress_check-enterprise_14.0-1_all 1 0
17_regress_check-enterprise 1 0
16_regress_check-multi-1-create-citus 1 0
17_regress_check-multi-1-create-citus 1 0
18_arbitrary_configs_5 1 0
16_arbitrary_configs_5 1 0
16_cdc_installcheck 1 0
18_cdc_installcheck 1 0
17_arbitrary_configs_5 1 0
18_regress_check-multi-1-create-citus 1 0
18_arbitrary_configs_2 1 0
16_arbitrary_configs_4 1 0
16_arbitrary_configs_2 1 0
17_arbitrary_configs_2 1 0
16_regress_check-operations 1 0
17_regress_check-operations 1 0
18_regress_check-operations_14.0-1_all 1 0
18_regress_check-operations_v14.0.1_all 1 0
18_arbitrary_configs_4 1 0
18_regress_check-operations_14.0-1_v14.0.1_coordinatoronly 1 0
18_regress_check-operations 1 0
18_regress_check-operations_14.0-1_v14.0.1_workeronly 1 0
17_arbitrary_configs_4 1 0
18_regress_check-isolation_v14.0.1_all 1 0
18_regress_check-isolation_14.0-1_v14.0.1_coordinatoronly 1 0
18_regress_check-isolation_14.0-1_v14.0.1_workeronly 1 0
18_regress_check-isolation_14.0-1_all 1 0
16_regress_check-isolation 1 0
17_regress_check-isolation 1 0
18_regress_check-isolation 1 0
17_arbitrary_configs_0 1 0
18_arbitrary_configs_0 1 0
16_arbitrary_configs_0 1 0
18_regress_check-multi_v14.0.1_all 1 0
18_regress_check-multi_14.0-1_v14.0.1_workeronly 1 0
18_regress_check-multi_14.0-1_v14.0.1_coordinatoronly 1 0
18_regress_check-multi 1 0
16_regress_check-multi 1 0
18_regress_check-multi_14.0-1_all 1 0
17_regress_check-multi 1 0
18_regress_check-multi-1_v14.0.1_all 1 0
18_regress_check-multi-1_14.0-1_v14.0.1_workeronly 1 0
17_regress_check-multi-1 1 0
18_regress_check-multi-1_14.0-1_all 1 0
18_regress_check-multi-1 1 0
18_regress_check-multi-1_14.0-1_v14.0.1_coordinatoronly 1 0
16_regress_check-multi-1 1 0
17_regress_check-split 1 0
Additional details and impacted files
@@                Coverage Diff                @@
##           release-14.0    #8582       +/-   ##
=================================================
- Coverage         88.61%   69.98%   -18.63%     
=================================================
  Files               288      288               
  Lines             64089    64074       -15     
  Branches           8041     8038        -3     
=================================================
- Hits              56794    44845    -11949     
- Misses             4972    16170    +11198     
- Partials           2323     3059      +736     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ihalatci ihalatci merged commit 1b3e146 into release-14.0 May 15, 2026
385 of 404 checks passed
@ihalatci ihalatci deleted the release-14.1.0-prep branch May 15, 2026 06:25
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.

2 participants