Skip to content

Releases: textileio/textile

v2.6.10

22 Aug 22:10
03f5422
Compare
Choose a tag to compare
  • Includes prior hot fixes from other branches.
  • Updates go-threads to v1.1.1.
  • Fix for the user account overage problem.
  • Fixes billing issue where we were collecting 100x less than expected 💩.
  • Adds new commands for only interacting with a remote bucket:
    • buck remote add: add an entire file or folder to a bucket path while ignoring the local repo.
    • buck remote rm: remove an entire file or folder from a bucket path while ignoring the local repo.
  • Starts the IPFS client in "offline mode": never fetch block from the network. This is an extra measure to protect against abuse of the public gateway.
  • Changes the gateway health check response code to 200 from 204.

v2.6.10-rc1

22 Aug 18:24
03f5422
Compare
Choose a tag to compare
v2.6.10-rc1 Pre-release
Pre-release
Merge pull request #565 from textileio/sander/fix-security-warns

mod: update gin, mongo driver, threads

v2.6.9

26 May 22:57
a18a637
Compare
Choose a tag to compare
  • Adds content-types for SVG and JSON (#555)

v2.6.8

25 Mar 21:49
Compare
Choose a tag to compare
  • Fixes an issue that caused all log subsystems to have level INFO

v2.6.7

25 Mar 16:39
Compare
Choose a tag to compare
  • Add darwin_arm64 release builds for Apple Silicon
  • Miner index fixes and improvement
  • Fixes bad handling of the --apiSecret flag in the hub CLI
  • Fixes bad handling of CSS files served over the gateway

v2.6.6

18 Mar 16:27
b962253
Compare
Choose a tag to compare
  • Better handling of Cid data in the gateway (#525)
  • buck push speedups (#528)
  • Update go-threads (#529)

v2.6.5

11 Mar 12:43
7d06de9
Compare
Choose a tag to compare
  • docs: fix hub bucket add description (#517)
  • avoid opening too many fd & fix race (#520)
  • buckets: PathsPaths: avoid bucket race (#522)
  • archive: improve UX and add verified-client awareness in bucket archiving (#518)

v2.6.4

08 Mar 20:09
4ca7c69
Compare
Choose a tag to compare
  • Adds buckets MovePath API (#498)
  • Adds the Miner's index API & CLI (#508)
  • Adds mime type detection to gateway responses (#510)

v2.6.3

19 Feb 00:02
d8fb555
Compare
Choose a tag to compare
  • Exposes republishing concurrency as a configuration flag

v2.6.2

16 Feb 20:28
f6c2aeb
Compare
Choose a tag to compare
  • Adds custom IPNS republishing (#493).