Skip to content

Releases: textileio/textile

v1.0.5

01 Jun 19:04
9476e91
Compare
Choose a tag to compare

Docker

  • Reverts the volume naming of cmd/hubd to the original textile image to save migration work

v1.0.4

30 May 21:29
32aeffc
Compare
Choose a tag to compare

CMD

  • Splits tt into hub and buck (hub includes buck as a sub-command)
  • Splits textiled into hubd and buckd

Buckets

  • Adds diff-based local bucket syncing (#212)
  • Adds bucket Filecoin archiving via powergate (#151)

Threads

Closes #83
Closes #131
Closes #150
Closes #160
Closes #161
Closes #162
Closes #197
Closes #211

v1.0.3

13 May 17:10
405ec24
Compare
Choose a tag to compare

Gateway

  • Handles /ipfs, /ipns, /p2p, /ipld, and /thread namespaces in the gateway.
  • The --gatewaySubdomains flag will cause these namespaces to be redirected to their respective subdomains, using some logic copied from go-ipfs.

Buckets

  • Cid V1 is now used for bucket roots.

IPFS

  • Updates go-ipfs to v0.5.1, which includes a fix for the hard-coded max timeout when publishing.

Closes #133
Closes #145
Closes #196
Closes #201

v1.0.2

05 May 20:54
bfd9cc2
Compare
Choose a tag to compare

CLI

  • Improves the UX around choosing a threadDB for a new bucket:
  • Adds tt bucket destroy
  • Improves UX with dangerous actions like,
    • tt destroy: Dev must type their username
    • tt orgs destroy: Dev must type the full name of the org
    • tt bucket destroy: Dev must confirm
  • Fixes tt threads and tt keys to use the --org flag when present (it will still pick up the config setting within a bucket, but the flag will always override)

Internal

  • Adds a conditional on account deletion: Owned orgs must first be deleted
  • An account cleanup fix: Invites from the deleted account were not properly removed

Closes #40
Closes #171
Closes #175
Closes #176
Closes #179
Closes #191

v1.0.1

03 May 18:41
10d3b9a
Compare
Choose a tag to compare

CLI

  • Fixes the dist/install script, which was not updated after changing the binary name.

v1.0.0

03 May 18:12
5b61184
Compare
Choose a tag to compare

CLI

  • Changes name from textile to tt. See tt --help

ThreadsDB

  • Updates to go-threads v0.1.16
  • Enable app-user Threads

Buckets

  • Adds developer APIs (gRPC), adds client (js-textile)
  • Enable app-user Buckets
  • Uses IPNS as Bucket ID in Thread
  • Moves Bucket DNS endpoint to *.textile.space

Keys

  • Adds "user key" for apps creating threads/buckets for users
  • Adds "account key" for apps with privileged access to developer/org Buckets/Threads

v0.0.2

13 Feb 22:38
0d5aee2
Compare
Choose a tag to compare

Gateway

  • Adds bucket subdomains and website rendering.

v0.0.1

13 Feb 21:31
e90bbf8
Compare
Choose a tag to compare

Initial release!