Skip to content

Releases: ephemeralfiles/eph

v0.3.2

21 Oct 20:02
2ae3535

Choose a tag to compare

Changelog

  • 2ae3535 chore: update Go module dependencies to latest versions (#31)

v0.3.1

11 Oct 12:55
2f3de7b

Choose a tag to compare

Changelog

  • 2f3de7b ci: remove devbox and migrate to direct tool installation (#29)

v0.3.0

11 Oct 15:40
dc97b33

Choose a tag to compare

Changelog

  • 88c3d54 chore(deps): bump actions/checkout from 4 to 5 (#15)
  • aa943d5 chore(deps): bump actions/setup-go from 5 to 6 (#22)
  • 7e7f666 chore(deps): bump github.com/pterm/pterm from 0.12.80 to 0.12.81 (#12)
  • 58c6f5d chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#11)
  • c21918a chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#20)
  • 522fd03 chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#16)
  • dd67c4f chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#13)
  • 85a9d45 chore(deps): bump jetify-com/devbox-install-action from 0.13.0 to 0.14.0 (#21)
  • 8a13009 chore(deps): update golangci-lint to version 2.3.1 and adjust linting configuration (#17)
  • 309c9a2 chore(goreleaser): update archives format to use array syntax (#18)
  • fd24bb2 feat(config): simplify -c flag to accept config names (#25)
  • b5f3b17 feat(download): implement progress tracking for chunk downloads and set timeout to 30 minutes (#27)
  • 65c0924 feat(upload): improve progress tracking for chunk uploads using progressReader (#26)
  • b7ed487 feat/organization (#24)
  • f08353c feat: increase chunk upload timeout to 30 minutes for large file uploads (#23)
  • d666477 refactor: consolidate download and upload commands, remove e2e variants, and update endpoint handling (#19)

v0.1.0

17 Sep 19:55
c23c0bb

Choose a tag to compare

Changelog

  • 99e27ad Initial commit
  • c23c0bb Merge pull request #1 from ephemeralfiles/feat/initial-version
  • 8dcc8b9 initial version