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.
- fix: JSR publish via npx failed due to outdated @types/node by @bradenmacdonald in #73
- Code refactors by @bradenmacdonald in #74
- fix: encode path with '+' etc by @riderx in #75
Full Changelog: 0.9.3...0.9.4