v1.0.3
What's Changed
- More verbose usage information for CLI by @ChrisSchinnerl in #874
- Increase testing coverage on price table updates by @peterjan in #850
- Allow adding metadata to objects by @peterjan in #843
- Don't register alert when slab for migration wasn't found by @ChrisSchinnerl in #890
- Increase testing coverage for Upload Manager by @peterjan in #878
- Avoid deadlock in uploads in case context gets cancelled by @peterjan in #892
- Close pipeReader at the end of serveContent by @ChrisSchinnerl in #891
- Fix curl example in issue template by @ChrisSchinnerl in #884
- Defrag wallet implicitly and reduce wallet maintenance to 10 outputs by @ChrisSchinnerl in #837
- Cleanup download.go and remove debug code by @peterjan in #895
- Add config command by @n8maninger in #899
- fix TestNewTestCluster NDF by @peterjan in #900
- fix TestSectorPruning NDF by @peterjan in #902
- Create slabs and sectors in batches when inserting objects by @ChrisSchinnerl in #879
- Make integration tests stop on first failure by @peterjan in #901
- return ErrSlabNotFound so we do not alert on migration failure when the slab has been deleted by @peterjan in #904
- Refresh the underlying uploader contract if we find it's been renewed by @peterjan in #903
- Remove unused registry code by @peterjan in #905
- Sanity check VerifySectorRangeProof input to avoid a panic by @peterjan in #909
- Dynamically batch slab pruning and object deletions by @ChrisSchinnerl in #889
- Make sure we use a valid price table when funding an account by @peterjan in #906
- Improve metrics queries by @ChrisSchinnerl in #907
Full Changelog: v1.0.2...v1.0.3