Skip to content

v26.18.0

Choose a tag to compare

@adammcdonagh adammcdonagh released this 09 May 01:13
0c913af

What's Changed

  • Fix a bug where the S3 client was not being properly closed and garbage collected, which could lead to resource leaks and issues with too many open connections. This was caused by the tidy method not setting the s3_client attribute to None after closing it, which meant that the botocore objects were not being garbage collected.
  • Replace Localstack with Floci & updated all related tests.