Skip to content

Releases: l0wl3vel/bunny-storage-go-sdk

v0.0.11 Dependency updates

28 Oct 22:51
Compare
Choose a tag to compare

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

24 Feb 10:34
2dee61a
Compare
Choose a tag to compare

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

27 Jan 14:06
7a6652b
Compare
Choose a tag to compare

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

26 Jan 17:31
0cbc01f
Compare
Choose a tag to compare

What's Changed

  • fix: make DownloadPartial arguments int64 by @l0wl3vel in #17

Full Changelog: v0.0.7...v0.0.8

v0.0.6 Describe Function

22 Jan 22:25
d5ad59b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.6

v0.0.4: Improve upload performance

21 Jan 12:27
112fd6c
Compare
Choose a tag to compare

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 with github.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