Releases: textileio/powergate
Releases · textileio/powergate
v0.6.6
v0.6.5
v0.6.4
v0.6.3
v0.6.2 🌈
v0.6.1
v0.6.0
This is a release that is highly encouraged to run in the current testnet
and soon to be started SR2.
If you're running a previous v0.X
version of Powergate, this is a breaking change which implies you should remove your repo folder and start from scratch.
Changes:
- Use GOVV to generate build tags.
- Allow using
--ffsmasteraddr
when running with--devnet
tag. - Output logs are also saved
powd.log
file in repo folder. - New flag
--gatewaybasepath
to set the base path in which the gateway will be deployed. - Use Bingo for managing tooling.
- Update deps. (thanks @perfectmak!)
- Changes serialization of keys of retrievals records (breaking change)
- Enable pubsub experimental feature in IPFS node.
- Fix using
--ipfsrevproxy
with HTTPS DNS endpoint. - Improve wallet creation concurrency
- Slow down indexes to help Lotus with load
- Increase 'pow ffs create' timeout to upload bigger files
- Improve Lotus API connectivity by using one client per call scope, instead of a single client per application lifespan.
- Disable Fault Index until the underlying Lotus API is fixed again.
pow ffs stage
increased the timeout to upload bigger files.- Some miner address exceptions for
testnet
, to have a better experience making deals. - Default FFS storage targets are known miners which are deal-making friendly.
- Update to latest Go 1.15.1 for Docker builds.
- Use custom StorageConfig if running in Localnet mode.
- Update Lotus docker tag to v0.7.0.
- Add MongoDB support.
- Improve IPFS HotStorage pinset cache.
- Default StorageConfig deal duration is set to 1 year.
- Make reverse proxy unbuffered
v0.6.0-rc8
Testing new build workflow
v0.6.0-rc7
- Set default deal duration to 1 year.
- Immediately recreate reputation scores on start.
Note: rc6 tag was skipped. A Dockerimage exist but only with the first bullet point of the list above.
v0.6.0-rc5
- Bump minimum deal duration two ~1.5 years.