Skip to content

Releases: bradenmacdonald/s3-lite-client

0.9.4

18 Oct 06:33

Choose a tag to compare

What's Changed

This release mostly fixes an issue where objects with + or % in their name/path would not work. This bug wasn't caught earlier because + signs were working with MinIO, which we use for integration tests - but it turns out other servers like AWS S3 were not working.

Full Changelog: 0.9.3...0.9.4

0.9.3

21 Sep 19:26

Choose a tag to compare

What's Changed

  • fix: compatibility with std lib changes in TypeScript 5.7 & 5.9 by @bradenmacdonald in #71
  • fix: uncaught promise during multi-part upload could cause process exit by @bradenmacdonald in #72

Full Changelog: 0.9.2...0.9.3

0.9.2

15 Jun 18:19

Choose a tag to compare

What's Changed

  • fix: multipart upload signature mismatch with Digital Ocean Spaces by @philwarren in #68

New Contributors

Full Changelog: 0.9.1...0.9.2

0.9.1

04 Jun 01:06

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.0...0.9.1

0.9.0

02 Mar 21:17

Choose a tag to compare

This big release is thanks mostly to @riderx who contributed PRs for all of the remaining reported issues and feature requests that were open for this project. Thanks so much, @riderx! 👏🏻

What's Changed

Full Changelog: 0.8.0...0.9.0

0.8.0

22 Jan 01:57

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.6...0.8.0

0.7.6

16 May 01:09

Choose a tag to compare

What's Changed

  • fix multipart uploads with customer provided encryption keys by @wyozi in #40

Full Changelog: 0.7.5...0.7.6

0.7.5

10 May 06:31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.4...0.7.5

0.7.4

15 Mar 06:42

Choose a tag to compare

What's Changed

  • Adds a metadata option to copyObject() (now you can replace the metadata when copying an object). See #23.
  • Updates the README to clarify how to set custom headers, ACLs, and other metadata. See #34.
  • Adds stronger typing for some metadata fields like x-amz-acl

Full Changelog: 0.7.3...0.7.4

0.7.3

03 Mar 21:15

Choose a tag to compare

What's Changed

  • docs: add installation instructions
  • docs: fix JSdoc for errors, rename error base class to S3Error
  • Remove deps.ts and deps-test.ts

Full Changelog: 0.7.2...0.7.3