changelog: Add v12.2.8

This commit is contained in:
M. Taimoor Zaeem
2025-02-11 21:27:53 +01:00
committed by Wolfgang Walther
parent c96dc3ee90
commit e4f3c2cf3b
+6 -1
View File
@@ -25,7 +25,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
+ Fixed `"column <json_aggregate>.<alias> 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