This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
Releases: textileio/go-textile
Releases · textileio/go-textile
v0.7.8
v0.7.7
Changelog
Internal changes
- Updates the generated pb java artifact to use androidx
v0.7.6
Changelog
Internal changes
- Bug fixes
v0.7.5
Changelog
Internal changes
- Updates bot store to use Datastore
User facing changes
- Adds cafe flag to bot cmd
v0.7.4
Changelog
Internal changes
- Update Docker images to Go 1.13
- Add support for compiling with Go 1.13
User facing changes
- Additional apis to check if repo exists
- Reverts default CLI repo location to
~/.textile/repo
and supports--repo
flag to explicitly set repo location - CLI support for add, remove, list bots
v0.7.3
Changelog
Internal changes
- Bug fixes
User facing changes
- Expose method to fetch Files by Block id in mobile API
- Add swarm connect to mobile API
v0.7.2
Changelog
User facing changes
- Includes methods for enabling go-plugin based extensions in cafes; plugin methods made accessible over HTTP API and API
- Adds swarm connect to IPFS API
- Scopes repo location with account address to support switching accounts
v0.7.1
Changelog
Internal changes
- Fixes a bug in which
Stop
could get into a situation where it was blocking on the stop lock and the main mutual exclusion lock, causing a deadlock.
v0.7.0
Changelog
Internal changes
- Includes methods missing from the HTTP API that exist on the libp2p API: register, de-register, refresh session, check messages, delete messages
User facing changes
- Mobile: Reverts cafe registration to host-based instead of peerID-based
- Mobile:
checkMessages
now includes a callback with error
v0.6.11
Changelog
Internal Changes
- Re-enables the ability to concurrently add data while retaining a shutdown protection mechanism via a sync group