Skip to content

Releases: erdos-ai/r2

v0.3.4

20 Apr 20:04
a802c0d

Choose a tag to compare

0.3.4 (2026-04-20)

Dependencies

  • deps: bump github.com/aws/aws-sdk-go-v2/credentials (#42) (3f02564)
  • deps: bump github.com/aws/aws-sdk-go-v2/feature/s3/manager (#43) (0f392dc)

v0.3.3

13 Apr 17:25
31ef65f

Choose a tag to compare

0.3.3 (2026-04-13)

Dependencies

  • deps: bump github.com/aws/aws-sdk-go-v2/feature/s3/manager (#39) (fa258b5)
  • deps: bump github.com/spf13/cobra from 1.9.1 to 1.10.2 (#38) (8d01a7d)

v0.3.2

13 Apr 05:21
b2946f3

Choose a tag to compare

0.3.2 (2026-04-13)

Bug Fixes

  • dependabot: use 'deps' prefix so updates surface in release-please changelog (e733cfc)

v0.3.1

03 Feb 03:42
bdbf1ae

Choose a tag to compare

0.3.1 (2026-02-03)

Bug Fixes

  • add fetch-depth and tag fetch to install-script job (313336d)
  • create PR instead of pushing directly to main in release workflow (0695fcf)
  • create PR instead of pushing directly to main in release workflow (d78ad05)

v0.3.0

02 Feb 23:22
8d9581b

Choose a tag to compare

0.3.0 (2026-02-02)

Features

  • add --include-from and --config flags for sync command (b43da17)
  • add --include-from and --config flags for sync command (288c6b8), closes #17

Bug Fixes

  • handle uppercase uname output (766f168)

v0.2.1-alpha

03 Oct 17:54
9c35b7f

Choose a tag to compare

Changelog

  • 55623ed Merge pull request #10 from erdos-one/devin/1758238117-fix-config-regex-parsing
  • b510156 Merge pull request #11 from erdos-one/devin/1758239618-fix-credential-validation
  • a3ff89d Merge pull request #12 from erdos-one/devin/1758239683-fix-regex-compilation
  • 9c35b7f Merge pull request #14 from erdos-one/fix/config-signature-issue
  • 72abda0 Merge pull request #9 from erdos-one/devin/1758238506-fix-removebucket-error-message
  • e5b3887 fix: correct error message in RemoveBucket function
  • feed758 fix: improve configuration parsing regex to be more restrictive
  • abd8e81 fix: improve credential validation in writeConfig
  • 75f43f2 fix: resolve SignatureDoesNotMatch error in config handling
  • 6652121 perf: move regex compilation outside getConfig function
  • 9c5bd7c v0.2.0-alpha install script update

v0.2.0-alpha

22 Aug 20:27
13f9760

Choose a tag to compare

Changelog

  • 13f9760 Merge pull request #8 from erdos-one/feature/streaming-upload
  • 3ca7847 feat: implement pipe command for streaming uploads
  • 68ec5e2 v0.1.4-alpha install script update

v0.1.4-alpha

22 Aug 19:11
04aa4dd

Choose a tag to compare

Changelog

  • 04aa4dd Merge pull request #7 from erdos-one/fix/sync-authentication-error
  • 68e0dbe fix: resolve sync command authentication errors and add subdirectory support
  • f7d0039 refactor: remove deprecated ParseR2URI and improve URI parsing validation
  • 99046b2 v0.1.3-alpha install script update

v0.1.3-alpha

22 Aug 05:32
b56c9c8

Choose a tag to compare

Changelog

  • b56c9c8 Merge pull request #6 from erdos-one/fix/pagination-large-buckets
  • 8a1bd1a fix: implement pagination for GetObjects to handle buckets with >1000 objects
  • 372f102 v0.1.2-alpha install script update

v0.1.2-alpha

22 Aug 04:26
7b4b1d2

Choose a tag to compare

Changelog

  • 7b4b1d2 Merge pull request #5 from erdos-one/fix/ls-command-usage
  • 6745659 fix: require bucket argument for ls command