Skip to content

v13: fix: loading utf-8 config files with ascii locale set#4424

Merged
wolfgangwalther merged 1 commit into
PostgREST:v13from
taimoorzaeem:v13
Oct 24, 2025
Merged

v13: fix: loading utf-8 config files with ascii locale set#4424
wolfgangwalther merged 1 commit into
PostgREST:v13from
taimoorzaeem:v13

Conversation

@taimoorzaeem

Copy link
Copy Markdown
Member

Backport for #4398.

Updates configurator-pg to version 0.2.11. This resolves PostgREST#4386.

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
@taimoorzaeem

Copy link
Copy Markdown
Member Author

@wolfgangwalther Is it worth backporting this one considering we would probably not be doing v13.0.8 but v14 instead I presume?

@wolfgangwalther wolfgangwalther merged commit c5af0cc into PostgREST:v13 Oct 24, 2025
30 checks passed
@wolfgangwalther

Copy link
Copy Markdown
Member

Doesn't hurt to do it.

@steve-chavez

Copy link
Copy Markdown
Member

I tried to release this as usual with postgrest-release after git checkout v13.

But it created a bump version to 13.1 commit instead of bumping it to 13.0.8:

diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb906da4..de59b2f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 
 ## Unreleased
 
+## [13.1] - 2025-10-24
+
 ### Fixed
 
 - Fix loading utf-8 config files with `ASCII` locale set by @taimoorzaeem in #4386
diff --git a/docs/conf.py b/docs/conf.py
index 5b2f9469..4dde65b6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -50,7 +50,7 @@ source_suffix = ".rst"
 master_doc = "index"
 
 # This is overriden by readthedocs with the version tag anyway
-version = "13.0"
+version = "13"
 # To avoid repetition in <title> we set this to an empty string.
 release = ""
 
diff --git a/postgrest.cabal b/postgrest.cabal
index 521b88b6..edf8e168 100644
--- a/postgrest.cabal
+++ b/postgrest.cabal
@@ -1,5 +1,5 @@
 name:               postgrest
-version:            13.0.7
+version:            13.1
 synopsis:           REST API for any Postgres database
 description:        Reads the schema of a PostgreSQL database and creates RESTful routes
                     for tables, views, and functions, supporting all HTTP methods that security

@wolfgangwalther Was this intentional when updating postgrest-release?

@wolfgangwalther

Copy link
Copy Markdown
Member

You need to enter nix-shell again on v13 to get the old release script.

@steve-chavez

Copy link
Copy Markdown
Member

Right, I think this was intentional #4392 since we'll no longer have patch versions with the new postgrest-release.

@wolfgangwalther

wolfgangwalther commented Oct 24, 2025

Copy link
Copy Markdown
Member

No, this is not intentional. v13 should not be released as v13.1. v13.0.8 is correct.

(for future versions, this will be intentional, yes)

@taimoorzaeem taimoorzaeem deleted the v13 branch October 24, 2025 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants