Releases: spacemeshos/quicksync-rs
Releases · spacemeshos/quicksync-rs
v0.1.9
What's Changed
- Fix check command: request for
zst
and add user agent to all requests by @brusherru in #7
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- Support ZSTD archives and validate archive checksum by @brusherru in #6
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- Do not follow the redirect on checking layer in trusted db by @brusherru in #4
- chore(deps): bump h2 from 0.3.22 to 0.3.24 by @dependabot in #2
- it's macos arm not m1 by @pigmej in #3
Full Changelog: v0.1.6...v0.1.7
v0.1.6
- Backup state.sql-wal
- Improve the code
v0.1.4
- Unpack
state.sql
from the archive despite the inner directory structure - Fix the URL to checksum
- Fix the bug when interrupted downloading was not handled properly (introduced within integrating of blocking API)
v0.1.2
Bundle sqlite3.dll into the artifacts
v0.1.1
Now it also checks for the latest layer available in the cloud.
v0.1.0
The first release implements two basic features:
- Comparing for the latest layer in db against calculated latest layer
- Downloading, unzipping & verifying the database from official Spacemesh webservice