Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Releases: textileio/go-textile

v0.7.8

04 Mar 03:47
d87e7a4
Compare
Choose a tag to compare

Changelog

Internal changes

  • Bug fixes

v0.7.7

09 Dec 18:02
7a4f5d2
Compare
Choose a tag to compare

Changelog

Internal changes

  • Updates the generated pb java artifact to use androidx

v0.7.6

19 Nov 19:46
2904cf0
Compare
Choose a tag to compare

Changelog

Internal changes

  • Bug fixes

v0.7.5

18 Oct 16:29
c94aa3f
Compare
Choose a tag to compare

Changelog

Internal changes

  • Updates bot store to use Datastore

User facing changes

  • Adds cafe flag to bot cmd

v0.7.4

09 Oct 18:07
2618dae
Compare
Choose a tag to compare

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

04 Oct 01:49
23b9b9b
Compare
Choose a tag to compare

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

03 Oct 15:22
6d9f183
Compare
Choose a tag to compare

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

05 Sep 21:59
70f6dc7
Compare
Choose a tag to compare

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

20 Aug 16:30
48b644c
Compare
Choose a tag to compare

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

14 Aug 20:44
2d52358
Compare
Choose a tag to compare

Changelog

Internal Changes

  • Re-enables the ability to concurrently add data while retaining a shutdown protection mechanism via a sync group