Releases: romantomjak/b2
Releases · romantomjak/b2
v0.5.0
v0.4.0
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
Enhancements
- [api] client now tests for io.Writer and on success writes the response to it
- [cli] add file download command
v0.2.0
Enhancements
- [api] refactor client authentication
- [cli] add list buckets command
v0.1.0
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