From 09c1e2b24cb6e76af477ca19e4eccb1160d55ef5 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Mon, 25 Aug 2025 11:11:07 +0500 Subject: [PATCH] chore: add changelog for v13.0.5 Signed-off-by: Taimoor Zaeem --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f0411acf..4a7e9dc77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,10 +15,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed -- Fix OpenAPI broken docs link by @taimoorzaeem in #4080 -- Fix OpenAPI specification incorrectly exposing GET methods for volatile functions by @joelonsql in #4174 -- Fix empty spread embeddings return unexpected SQL error by @taimoorzaeem in #3887 -- Fix `/metrics` endpoint not responding with `Content-Type` header by @taimoorzaeem in #4271 - Fix logging the Haskell type instead of the listener error message directly by @laurenceisla in #3588 ### Changed @@ -28,6 +24,15 @@ This project adheres to [Semantic Versioning](http://semver.org/). + Replaces `jwt-cache-max-lifetime` config with `jwt-cache-max-entries`. + It now uses a fixed size cache instead of arbitrary sized cache. +## [13.0.5] - 2025-08-24 + +### Fixed + +- Fix OpenAPI broken docs link by @taimoorzaeem in #4080 +- Fix OpenAPI specification incorrectly exposing GET methods for volatile functions by @joelonsql in #4174 +- Fix empty spread embeddings return unexpected SQL error by @taimoorzaeem in #3887 +- Fix `/metrics` endpoint not responding with `Content-Type` header by @taimoorzaeem in #4271 + ## [13.0.4] - 2025-06-17 ### Fixed