From c7e5db34e4f606fdd557a272f74e3b4bbd2365f3 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Fri, 20 Jun 2025 12:37:16 +0500 Subject: [PATCH] chore: add changelog for v13.0.3 and v13.0.4 --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d561d70..8727a6b5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,19 @@ This project adheres to [Semantic Versioning](http://semver.org/). + The exposed schemas are now listed in the `hint` instead of the `message` field. - Improve error details of `PGRST301` error by @taimoorzaeem in #4051 +## [13.0.4] - 2025-06-17 + ### Fixed -- Fix `max-affected` preference not failing with RPC when `handling=strict` by @taimoorzaeem in #4100 -- Fix `jwt-aud` config not failing when set to an invalid URI by @taimoorzaeem in #4132 -- Fix a property definition's type in OpenAPI not showing the correct base type of a recursive domain by @laurenceisla in #4136 - Fix regression that makes full-text search not work on domain types based on `tsvector` by @laurenceisla in #4135 +- Fix `jwt-aud` config not failing when set to an invalid URI by @taimoorzaeem in #4132 + +## [13.0.3] - 2025-06-16 + +- Fix `max-affected` preference not failing with RPC when `handling=strict` by @taimoorzaeem in #4100 +- Fix a property definition's type in OpenAPI not showing the correct base type of a recursive domain by @laurenceisla in #4136 + +### Fixed ## [13.0.2] - 2025-06-02