From e4f3c2cf3b5cc3201fe0bb4ae92b786ac86f38cb Mon Sep 17 00:00:00 2001 From: "M. Taimoor Zaeem" Date: Tue, 11 Feb 2025 12:47:54 +0500 Subject: [PATCH] changelog: Add v12.2.8 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b26ed3867..4d0e7d050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). + Fixed `"column . does not exist"` error when selecting `?select=...table(aias:count())` - #3727, Clarify "listening" logs - @steve-chavez - #3795, Clarify `Accept: vnd.pgrst.object` error message - @steve-chavez - - #3841, Log `503` client error to stderr - @taimoorzaeem ### Changed @@ -39,6 +38,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). - #3757, Remove support for `Prefer: params=single-object` - @joelonsql + This preference was deprecated in favor of Functions with an array of JSON objects +## [12.2.8] - 2025-02-10 + +### Fixed + + - #3841, Log `503` client error to stderr - @taimoorzaeem + ## [12.2.7] - 2025-02-03 ### Fixed