Fixes
- Update dependencies
Features
- Add optional contentLength param to uploadPart (#92 - thanks @Klowner)
Features
- Add support for b2_list_parts (#84 - thanks @Klowner)
Features
- Add support for key operations (#82 - thanks @jamiesyme)
- Add support for
startFileId
for listFileVersions (#78 - thanks @ScottChapman)
Features
- Add
applicationKeyId
parameter for proper use of application keys. (#67 - thanks @phil-r) - Add contentLength param to uploadFile, allowing the use of Streams when uploading. (#73 - thanks @jamiesyme)
- Allow underscores in info headers. (#70 - thanks @odensc)
Features
- Automatic retries on request failure (customizable)
- Complete control of the axios instance at the request level (axios and axiosOverride args)
Features
- Adds
B2.getBucket(...)
to help get bucket IDs with restricted bucket keys. In B2 v2,B2.listBuckets()
will respond with an error, if you authorize without themaster key
.
Features
- Uses B2 v2 API. This allows you to use application keys with bucket restrictions.
- Updated minimum
nodejs
target to10
- Updated documentation
- and more...
Thanks to the contributors for this release.
Features
- Hash argument for uploadFile() link
Thanks to the contributors for this release
Features
- Add get authorization function link
Thanks to the contributors for this release
Fixes
Thanks to the contributors for this release
Features
- Update Axios to support buffers < 8192 bytes link
Thanks to the contributors for this release
Features
- Added large file API support link
Thanks to the contributors for this HUGE release
Fixes
Thanks to the contributors for this release
Fixes
Thanks to the issue reporter for this release
Features
- Allow specifying mime type on upload link
Thanks to the contributors for this release
Features
- Fix downloading of binary files link
Thanks to the contributors for this release
Features
- Updated all file functions to properly encode a fileName with a path link
Thanks for reporting issues for this release
Features
- Updated all instance functions to return API response in success callback link
Features
- Add support for adding X-Bz-Info-* headers when uploading a file link
Features
- Ensure file names are properly encoded link
Thanks for question and contributions
- Tennyson Holloway for PR 4
Features
- Download file by fileId
- Delete file version
Features
- Upload a file
- List file names
- List file versions
- Hide file
- Get file info
- Download file by name
- Now with ESLinting
Features
- List buckets
- Update bucket
- Get upload url for bucket
Features
- Added tests for all existing code
Fixes
- Implementation internally of request module
Features
- Authorization
- Bucket Creation
- Bucket Deletion
- Initial mocha test setup