neon icon indicating copy to clipboard operation
neon copied to clipboard

upgrade default neon version to 1.6

Open myrrc opened this issue 10 months ago • 3 comments

Changes for 1.6 were merged and deployed two months ago https://github.com/neondatabase/neon/blob/main/pgxn/neon/neon--1.6--1.5.sql. In order to deploy https://github.com/neondatabase/neon/pull/12183, we need 1.6 to be default, otherwise we can't use prewarm API on read-only replica (ALTER EXTENSION won't work) and we need it for promotion

myrrc avatar Jun 10 '25 12:06 myrrc

8481 tests run: 7899 passed, 0 failed, 582 skipped (full report)


Flaky tests (1)

Postgres 17

Code coverage* (full report)

  • functions: 32.1% (9014 of 28066 functions)
  • lines: 48.4% (80101 of 165443 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
11957cfae6932a8d626b08c0a6f316352e062f1d at 2025-06-11T13:11:12.314Z :recycle:

github-actions[bot] avatar Jun 10 '25 13:06 github-actions[bot]

Fail-proof rollback code has not been released yet (introduced only with #12202), so I don't think we can safely default to 1.6 yet.

MMeent avatar Jun 11 '25 13:06 MMeent

Agreed, let's wait till next release

myrrc avatar Jun 11 '25 14:06 myrrc