Message-ID: From: "sehrope (@sehrope)" To: "pgjdbc/pgjdbc" Date: Mon, 27 Apr 2026 17:05:04 +0000 Subject: [pgjdbc/pgjdbc] PR #4040: Restrict test with scram_iterations to v16+ and release notes List-Id: X-GitHub-Author-Id: 1690926 X-GitHub-Author-Login: sehrope X-GitHub-Issue: 4040 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/4040 Content-Type: text/plain; charset=utf-8 One of the new scram max iterations tests uses the `scram_iterations` GUC but that's only available in v16+. So we restrict that one test accordingly via `@EnabledForServerVersionRange("16")`. Also updates the CHANGELOG with the fix itself.