Releases: l0wl3vel/bunny-storage-go-sdk
Releases · l0wl3vel/bunny-storage-go-sdk
v0.0.11 Dependency updates
Bumps the minimal Go version to 1.23
What's Changed
- fix: run build and test action on PRs by @l0wl3vel in #24
- Fix Github Actions on PRs by @l0wl3vel in #25
- fix: Run go mod tidy after renovate by @l0wl3vel in #26
- chore(deps): update module github.com/google/uuid to v1.6.0 by @renovate in #14
- chore(deps): update pre-commit/action action to v3.0.1 by @renovate in #20
- chore(deps): update module github.com/go-resty/resty/v2 to v2.15.3 by @renovate in #22
- chore: bump go version to 1.23 by @l0wl3vel in #27
- chore(deps): update module github.com/valyala/fasthttp to v1.57.0 by @renovate in #23
Full Changelog: v0.0.10...v0.0.11
v0.0.10 Move from Resty to FastHTTP
What's Changed
- Move from Resty to FastHTTP by @l0wl3vel in #21
- Return "Not Found" Errors when deleting a non-existing file
Full Changelog: v0.0.9...v0.0.10
v0.0.9 Download using io.ReaderCloser
What's Changed
- Redo internal implementation of Upload and Download functions to use io.Reader and io.ReaderCloser by @l0wl3vel in #18
- Revert "feat: Add UploadFromReader function to allow uploading from a… by @l0wl3vel in #19
Full Changelog: v0.0.8...v0.0.9
v0.0.8 Fixup for DownloadPartial
What's Changed
Full Changelog: v0.0.7...v0.0.8
v0.0.6 Describe Function
v0.0.4: Improve upload performance
What's Changed
- fix: Use correct environment for e2e tests from pull requests by @l0wl3vel in #6
- Consistency with HTTP header conventions by @solracsf in #5
- Replace
crypto/sha256
withgithub.com/minio/sha256-simd
by @l0wl3vel in #7 - Add more pre-commit hooks and make all of them run in the CI by @l0wl3vel in #8
- chore(deps): update actions/setup-go action to v5 by @renovate in #4
- chore(deps): update actions/checkout action to v4 by @renovate in #3
New Contributors
Full Changelog: v0.0.3...v0.0.4