Releases: spacemeshos/quicksync-rs
v0.2.0-alpha.3
It has the same feature of "partial" update, but this version have it renamed into "incremental":
quicksync incremental
quicksync inrecemental-check
Please note that this version is considered to be alpha.
v0.2.0-alpha.1
It contains additional partial-check
command that checks is it possible to run partial
quicksync for the selected state.sql.
Please note that this version is considered to be alpha.
v0.2.0-alpha
What's Changed
The most crucial change in this alpha is possibility to sync partial data over quick sync https://github.com/spacemeshos/quicksync-rs?tab=readme-ov-file#partial-quicksync
Please note that this version is considered to be alpha.
Full Changelog: v0.1.16...v0.2.0-alpha
v0.1.16
What's Changed
- fix clippy warnings by @poszu in #23
- chore(deps): bump openssl from 0.10.64 to 0.10.66 by @dependabot in #21
- run coverage in CI by @poszu in #24
- Cleanups in CI by @poszu in #25
- run tests in CI by @poszu in #26
- update all deps and enable dependabot by @poszu in #27
- chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #28
- chore(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #30
- tests for unpacking by @poszu in #31
- add tests for downloading and fix retry bug by @poszu in #32
- run CI on push to main by @poszu in #33
- removed support for zip archives by @poszu in #34
- reduce unpacking prints spam by @poszu in #36
- release 0.1.16 by @poszu in #37
New Contributors
Full Changelog: v0.1.15...v0.1.16
v0.1.15
What's Changed
- fix: download in case when url file was dropped or any exist() error by @brusherru in #18
- Fix: do not skip backup in case of error + remove
state.url
as the last step by @brusherru in #19
Full Changelog: v0.1.14...v0.1.15
v0.1.14
What's Changed
- Fixed constantly failing in case when
state.zst
is persist, butstate.url
is not - Fixed bug that may be caused by calling
exists
method, currently if it fails it defaults tofalse
Full Changelog: v0.1.11...v0.1.14
v0.1.13
What's Changed
- Fix CI: correct build for amd64 by @brusherru in #16
Full Changelog: v0.1.11...v0.1.13
v0.1.12
What's Changed
- Fix interrupted download and improve ETA calculation by @brusherru in #13
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- Display more informative errors in case of os error by @brusherru in #11
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- Display more info about fetch errors by @brusherru in #9
Full Changelog: v0.1.9...v0.1.10