Skip to content

v0.2.4

Compare
Choose a tag to compare
@wojas wojas released this 29 Jun 09:08
· 31 commits to main since this release
a0dd21b

This fixes a resource leak that can cause growing memory and CPU usage over time (#44) for all S3 users.

It also fixes the update marker not working when a global S3 prefix is used, which causes simpleblob to use more expensive LIST API calls, leading to increased S3 usage costs.

What's Changed

  • S3 backend: fix resource leak due to missing Close for GetObject by @ahouene in #45 (fixes #44)
  • Fix global prefix not working with update marker by @ahouene in #42 (fixes #40)

Thanks @franklouwers for reporting both issues.

Full Changelog: v0.2.3...v0.2.4