From 1733f721f28f2fba02e911930eb9e80ebbfad297 Mon Sep 17 00:00:00 2001 From: rmn-boiko Date: Thu, 9 Jan 2025 09:37:17 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab8e14b84..2ed8aeea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ Recommendation: for ease of reading, use the following order: ## [Unreleased] ### Changed +- Extended database config options with next fields: `maxConnections`, `maxLifeTimeSecs` and `acquireTimeoutSecs` + +## [0.217.0] - 2025-01-08 +### Changed - GraphQL: flows are listed ordered by status and last event time - Merged two methods(`saveEnvVariable` and `modifyEnvVariable`) from `DatasetEnvVarsMut` info one `upsertEnvVariable` - Extended database config options with next fields: `maxConnections`, `maxLifeTimeSecs` and `acquireTimeoutSecs`