Releases: bradenmacdonald/s3-lite-client
Releases · bradenmacdonald/s3-lite-client
0.9.0
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
- feat: allow specifying pathPrefix for supabase compatibility by @bradenmacdonald in #49
- feat: allow statObject to send headers by @riderx in #52
- feat: add support for s3 url + test by @riderx in #51
- fix: missing session token by @riderx in #54
- feat: add presign post by @riderx in #53
Full Changelog: 0.8.0...0.9.0
0.8.0
What's Changed
- Remove dependency (
Buffer
), bump stdlib version used in tests by @bradenmacdonald in #47 - Run tests with deno 2, fix formatting issues it finds by @bradenmacdonald in #46
- Fixed minor typo in README.md by @inverted-capital in #45
New Contributors
- @inverted-capital made their first contribution in #45
Full Changelog: 0.7.6...0.8.0
0.7.6
What's Changed
Full Changelog: 0.7.5...0.7.6
0.7.5
What's Changed
- Bump
@std
library to version 0.224 by @bradenmacdonald in #39 - feat: export all types from client with S3 prefix by @karfau in #38 - thanks @karfau !
New Contributors
Full Changelog: 0.7.4...0.7.5
0.7.4
What's Changed
- Adds a
metadata
option tocopyObject()
(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
What's Changed
- docs: add installation instructions
- docs: fix JSdoc for errors, rename error base class to
S3Error
- Remove
deps.ts
anddeps-test.ts
Full Changelog: 0.7.2...0.7.3
0.7.2
What's Changed
- Support more JavaScript runtimes by @bradenmacdonald in #31
Full Changelog: 0.7.1...0.7.2
0.7.0
What's Changed
- Added bucket operations (create/delete/check existence) - thanks @thepocp #27
- Bump Deno std library to [email protected]
- Slightly expanded README and usage examples
- Updated integration tests and examples to use
Array.fromAsync
New Contributors
Full Changelog: 0.6.2...0.7.0
0.6.2
0.6.1
- Fixed behavior of
listObjectsGrouped
when the server returns multiple<CommonPrefix>
nodes (#19) Thanks @chromakode !