Skip to content

Releases: romantomjak/b2

v0.5.0

31 Oct 09:20
Compare
Choose a tag to compare

Enhancements

  • [cli] implemented upload of small files (< 100 MB)! 🚀

v0.4.0

28 Oct 22:06
Compare
Choose a tag to compare

Enhancements

  • [cli] improved responsiveness due to client caching authorization data on disk for 24 hours
  • [cli] added environment variables for configuring authentication (B2_KEY_ID, B2_KEY_SECRET) and cache behavior (B2_NO_CACHE)

v0.3.0

02 Oct 20:38
Compare
Choose a tag to compare

Enhancements

  • [api] client now tests for io.Writer and on success writes the response to it
  • [cli] add file download command

v0.2.0

20 Aug 21:37
Compare
Choose a tag to compare

Enhancements

  • [api] refactor client authentication
  • [cli] add list buckets command

v0.1.0

11 Aug 11:26
Compare
Choose a tag to compare

Very first release! 🎉

Enhancements

  • [api] add bucket service to handle communication with Bucket related methods of B2 API
  • [api] client automatically authenticates itself when issuing requests
  • [cli] add create new bucket command