Skip to content

chore(release): release v0.2.2

Latest
Compare
Choose a tag to compare
@dustmop dustmop released this 04 May 16:32
· 2 commits to master since this release
79c0cfe

[v0.2.2] (2021-05-04)

This patch release fixes some issues in dsync. Network errors are now retried, and blocks are pushed as large archive streams. Performance will improve and transfers will fail less often.

Bug Fixes

  • dsync: PROTOCOL_ERROR responses retry instead of failing (e26737d)
  • http: always set request Accept & Content-Type res headers (dc859f1)

Performance Improvements

  • CARStream: push blocks in one large CAR archive stream (207f481)
  • dsync: pull uses a stream interface over HTTP (1704518)