Release v0.3.2
🚀 Production Release v0.3.2
Platform:
- Linux x86_64
Components:
- worker
- Validator
- Orchestrator
- Discovery service
SHA256 checksums are provided for each binary.
Installation
Download the appropriate binary for your system and verify the checksum.
# Verify checksum (example for worker)
sha256sum -c worker-linux-x86_64.checksum
Changes
See CHANGELOG.md for detailed changes in this release.
What's Changed
- fix(auth): use subtle for constant time key comparison, fix lower case key issue by @JannikSt in #526
- imp(orchestrator): optimize storage upload routes by @JannikSt in #528
- imp(worker): add log why provider registration fails by @JannikSt in #532
- feat(orchestrator): swagger docs by @JannikSt in #531
- imp(worker): use build based default rpc for prod build by @JannikSt in #533
- bump version by @JannikSt in #534
- Release: 0.3.2 by @JannikSt in #535
Full Changelog: v0.3.1...v0.3.2