From e897e7fccce6ec4b6eea9315b56138bc2b347092 Mon Sep 17 00:00:00 2001 From: Thomas Marwitz Date: Tue, 17 Dec 2024 15:07:40 +0100 Subject: [PATCH] Add changelog entry --- docs/changes.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index d6d2484..b252fa1 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,11 @@ Changelog ********* +1.10.0 +====== +* When using the S3FSStore, the environment variables 'AWS_ACCESS_KEY_ID' and 'AWS_SECRET_ACCESS_KEY' are no longer set automatically based on the values provided in the url to create the store. This was a side effect that has now been removed since the credentials are passed internally without the need of a detour through environment variables. + + 1.9.2 ===== * Port setup to use the OSS QuantCo copier template (`copier template https://github.com/Quantco/copier-template-python-open-source`_) and (`pixi https://pixi.sh`_) as environment manager.