Releases: textileio/textile
Releases · textileio/textile
v2.6.1
- Fixes an event tracking issue related to Organization API Keys
v2.6.0
- Enables importing Filecoin archives (#471)
- Enables bootstrapping a bucket from an imported Filecoin archive (#471)
- Updates Powergate to v2.0.0 (#479)
- Adds a new
PushPathsbucket API for pushing multiple files in a single request, which reduces the overall time needed to push multiple files (#473) - Reworks the output of
buck init,buck push,buck pull, andbuck addto show a single progress bar and simplified Cid reporting (#473) - Adds a
--formatflag to somebuckcommands, enabling JSON output (#465) - Moves analytics package into billing (#469)
Thanks to community contributors!
v2.5.1
v2.5.0
- Update docker images (#463)
make hub-upandmake buck-upnow allow for remote debugging
buckimprovements (#464)- Moves the
buck initflags--threadand--keyto the base command, enabling bucket interactions without the need for the local repo - Adds
buck existing, which lists all buckets - Adds
buck get, which gets bucket JSON metadata
- Moves the
buck initimprovements (#468)- Adds some more
initflags. By default, if the remote bucket exists, remote objects are pulled and merged with local changes.- Use the
--softflag to accept all local changes, including deletions - Use the
--hardflag to discard all local changes
- Use the
- Adds some more
- Fixes an issue where windows style paths could make it into bucket metadata (#467)
- Fixes the default DNS token flag (#466)
Thanks to community contributors!
v2.4.0
- Fixes incorrect usage billing date string parsing in
hubCLI (#456) - Bucket archive improvements and limits (#457)
- Fixes subscription item summary pagination (#461)
- Cleans up billing CLI usage output (#461)
- Makes docker builds "clean", as in, not showing a dirty git status (#461)
- Temporarily includes the "no-pulling" threads branch until that can be fixed (#461)
v2.3.0
- Allows the embedded ThreadDB to leverage
go-ds-mongofor persistence (#446) - Moves the
hubCLI flagskeyandsecrettoapiKeyandapiSecretdue to a conflict withbuck --key - Fixes an issue when syncing buckets with many files that can lead to
too many files openrelated errors - Improvements to the analytics and key events handling
v2.2.2
v2.2.1
v2.2.0
- New bucket archive APIs to provide insight into the underlying Filecoin deal data (#412)
- Windows CLI fixes (#430)
- Publish NPM next tags for pre releases (#432)
- Use go-threads v1.0.2 (#433)
- Use "filecoin" and "fil" naming (previously "pow") in APIs and CLI related to Filecoin and Powergate (#436)
- Billing DB migrations (#437)
v2.1.7
Billing
- Fixes an issue where existing users got locked out of their accounts until they developer account creating a usage object.