From 83b8b3230d4fdf943afd944632aa807cd2f216f9 Mon Sep 17 00:00:00 2001 From: sanix-darker Date: Thu, 21 Sep 2023 15:47:10 +0200 Subject: [PATCH] doc: add those details to the CHANGELOG --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ee06b98..667458cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ ## Fixed -- Goole Big Query: fix Validation error when all GoogleCredentials are not set (only the `project_id` is required). +- Goole Big Query: + - fix Validation error when all GoogleCredentials are not set (only the `project_id` is required). + - Explicit error information when no data to return. + - fallback on normal GoogleCredentials connexion mode when jwt-token is not valid aymore. ### [4.9.0] 2023-09-20