Releases: textileio/textile
Releases · textileio/textile
v1.0.5
Docker
- Reverts the volume naming of
cmd/hubdto the originaltextileimage to save migration work
v1.0.4
v1.0.3
Gateway
- Handles
/ipfs,/ipns,/p2p,/ipld, and/threadnamespaces in the gateway. - The
--gatewaySubdomainsflag will cause these namespaces to be redirected to their respective subdomains, using some logic copied fromgo-ipfs.
Buckets
- Cid V1 is now used for bucket roots.
IPFS
- Updates
go-ipfstov0.5.1, which includes a fix for the hard-coded max timeout when publishing.
v1.0.2
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 usernamett orgs destroy: Dev must type the full name of the orgtt bucket destroy: Dev must confirm
- Fixes
tt threadsandtt keysto use the--orgflag 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
CLI
- Fixes the
dist/installscript, which was not updated after changing the binary name.
v1.0.0
CLI
- Changes name from
textiletott. Seett --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
Gateway
- Adds bucket subdomains and website rendering.
v0.0.1
Initial release!