Skip to content

add changelog and bump versions for 12.1.14 - #8708

Merged
ihalatci merged 1 commit into
release-12.1from
bump-12.1.14
Aug 4, 2026
Merged

add changelog and bump versions for 12.1.14#8708
ihalatci merged 1 commit into
release-12.1from
bump-12.1.14

Conversation

@ihalatci

@ihalatci ihalatci commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

DESCRIPTION: add changelog and bump versions for 12.1.14

Release prep for Citus 12.1.14.

Contents

Mirrors the 12.1.13 bump (67297e65e) exactly — same four files, no others:

File Change
configure.ac AC_INIT([Citus], [12.1.13])[12.1.14]
configure regenerated with autoconf 2.71 (matches the generator string already in the file)
src/test/regress/expected/multi_extension.out SHOW citus.version expected output
CHANGELOG.md new ### citus v12.1.14 (August 4, 2026) ### section

src/backend/distributed/citus.control is deliberately not touched — it stays at
default_version = 12.1-1, since a patch release ships no SQL migration. This matches
every prior 12.1.x bump.

Verification

  • Zero autoconf drift: every changed line in configure contains a version string —
    no incidental regeneration noise.

  • All six fixes are changelogged. git log v12.1.13..release-12.1 returns exactly:

    8a7dbb5a3 Fix crash on writable standby coordinator ... (#8561) (#8706)
    c9352030d Fix segfault in EXPLAIN with LEFT JOIN and correlated subqueries (#8556) (#8705)
    485340778 Fix type mismatch when COLLATE is used with type cast ... (#8498) (#8704)
    f2005be3f Use GetLatestSnapshot in CleanupRecordExists (#8594) (#8703)
    659338fa6 [release-12.1] Fix bugs in UPDATE dist_table .. WHERE shard_key = X AND false (#8702)
    8aecdaa8e Backport to release-12.1: Fix wrong results for NOT (x IS DISTINCT FROM y) ... (#8647)
    

    Note #8702 and #8647 landed after the 12.1.13 bump and had not been changelogged yet;
    they are included here.

  • Per convention, each entry cites the release-12.1 backport PR number, not the main
    PR number.

After merge

Tag v12.1.14 on this commit — v12.1.13 points at its own bump commit, so this keeps the
tag convention and is what the packaging pipeline builds from.

DESCRIPTION: add changelog and bump versions for 12.1.14

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 61fba89e-b958-4d9f-902e-eb76004b5580
@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.66%. Comparing base (377c1f2) to head (ff871f0).
⚠️ Report is 14 commits behind head on release-12.1.

Additional details and impacted files
@@              Coverage Diff               @@
##           release-12.1    #8708    +/-   ##
==============================================
  Coverage         89.65%   89.66%            
==============================================
  Files               276      276            
  Lines             59790    59919   +129     
  Branches           7471     7490    +19     
==============================================
+ Hits              53605    53724   +119     
- Misses             4041     4046     +5     
- Partials           2144     2149     +5     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ihalatci
ihalatci merged commit cf0e6c3 into release-12.1 Aug 4, 2026
211 of 212 checks passed
@ihalatci
ihalatci deleted the bump-12.1.14 branch August 4, 2026 09:59
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