From 4ea983163a113616d90857ac3aa02bfe6d526055 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Fri, 24 Oct 2025 14:10:43 -0500 Subject: [PATCH] chore: add changelog for v13.0.8 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a28df1013..f76cfca63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fix not logging OpenAPI queries when `log-query=main-query` is enabled by @steve-chavez in #4226 - Fix not logging explain query when `log-query=main-query` is enabled by @steve-chavez in #4319 - Fix not logging transaction variables and db-pre-request function when `log-query=main-query` is enabled by @steve-chavez in #3934 -- Fix loading utf-8 config files with `ASCII` locale set by @taimoorzaeem in #4386 - Fix not logging the JSON message to stderr on a `PGRST002` error by @laurenceisla in #4129 - Fix reloading the Schema Cache unnecessarily on a `PGRST002` error by @laurenceisla in #4367 - Fix schema cache loading taking a long time for large schemas by @mkleczek in #4360, #3704 @@ -27,6 +26,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Replaced `jwt-cache-max-lifetime` config with `jwt-cache-max-entries` by @mkleczek in #4084 - `log-query` config now takes a boolean instead of a string value by @steve-chavez in #3934 +## [13.0.8] - 2025-10-24 + +### Fixed + +- Fix loading utf-8 config files with `ASCII` locale set by @taimoorzaeem in #4386 + ## [13.0.7] - 2025-09-14 ### Added