From 57b997459bd804cbf3360460127499f0bd7f4e72 Mon Sep 17 00:00:00 2001 From: Adam Sachs Date: Wed, 11 Dec 2024 13:15:21 -0500 Subject: [PATCH] update changelog for PR #5592 (#5595) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a71b2ea4..28d06f8674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ The types of changes are: - SaaS integrations using `oauth_client_credentials` now properly update their access token when editing the secrets. [#5548](https://github.com/ethyca/fides/pull/5548) - Saas integrations using `oauth_client_credentials` now properly refresh their access token when the current token expires [#5569](https://github.com/ethyca/fides/pull/5569) - Adding `dsr_testing_tools_enabled` security setting [#5573](https://github.com/ethyca/fides/pull/5573) +- Reverted elimination of connection pool in worker tasks to prevent DB performance issues [#5592](https://github.com/ethyca/fides/pull/5592) ## [2.51.0](https://github.com/ethyca/fides/compare/2.50.0...2.51.0)