Skip to content

Releases: textileio/textile

v2.6.1

04 Feb 05:30
edbdd05

Choose a tag to compare

  • Fixes an event tracking issue related to Organization API Keys

v2.6.0

25 Jan 17:53
cb7328d

Choose a tag to compare

  • 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 PushPaths bucket 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, and buck add to show a single progress bar and simplified Cid reporting (#473)
  • Adds a --format flag to some buck commands, enabling JSON output (#465)
  • Moves analytics package into billing (#469)

Thanks to community contributors!

@mmuenker

v2.5.1

11 Jan 21:14
4ca07c5

Choose a tag to compare

  • Buckets: Fix nil context (#470)

v2.5.0

07 Jan 19:48
dbec42b

Choose a tag to compare

  • Update docker images (#463)
    • make hub-up and make buck-up now allow for remote debugging
  • buck improvements (#464)
    • Moves the buck init flags --thread and --key to 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
  • buck init improvements (#468)
    • Adds some more init flags. By default, if the remote bucket exists, remote objects are pulled and merged with local changes.
      • Use the --soft flag to accept all local changes, including deletions
      • Use the --hard flag to discard all local changes
  • 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!

@mmuenker

v2.4.0

30 Dec 21:29
80e0a2b

Choose a tag to compare

  • Fixes incorrect usage billing date string parsing in hub CLI (#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

15 Dec 17:11
e253d60

Choose a tag to compare

  • Allows the embedded ThreadDB to leverage go-ds-mongo for persistence (#446)
  • Moves the hub CLI flags key and secret to apiKey and apiSecret due to a conflict with buck --key
  • Fixes an issue when syncing buckets with many files that can lead to too many files open related errors
  • Improvements to the analytics and key events handling

v2.2.2

08 Dec 22:52
e836543

Choose a tag to compare

  • Safer billing user creation (#443)

v2.2.1

08 Dec 18:45
a6bec83

Choose a tag to compare

  • Adds sign and verify Powergate methods to the hub CLI (#439)
  • Adds API analytics and key events (#438)

v2.2.0

03 Dec 18:17
5dd8a15

Choose a tag to compare

  • 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

24 Nov 00:10
3a0cbd7

Choose a tag to compare

Billing

  • Fixes an issue where existing users got locked out of their accounts until they developer account creating a usage object.