Skip to content

Releases: agourlay/dlm

0.4.2

31 May 20:16
0550d66
Compare
Choose a tag to compare

Improvements

  • Simplify graceful shutdown
  • Remove unnecessary dependency on futures

Dependency updates

Full Changelog: v0.4.1...v0.4.2

0.4.1

26 Apr 21:04
Compare
Choose a tag to compare

What's Changed

  • Fix Windows build for interruption signal (ctr+c)
  • Add option to set Accept header by @shur-complement in #282
    • the proper file extension might not be set
  • Use file name extension in the temporary name
    • handles archive parts scenario name.tar.00 as name.tar.00.part to not lose number

New Contributors

  • @shur-complement made their first contribution in #282

Full Changelog: v0.4.0...v0.4.1

0.4.0

26 Apr 07:14
Compare
Choose a tag to compare

Add graceful shutdown on ctr+c to avoid file corruption

Full Changelog: v0.3.8...v0.4.0

0.3.8

21 Mar 08:22
Compare
Choose a tag to compare

Bump to reqwest 0.12.0.

Full Changelog: v0.3.7...v0.3.8

0.3.7

08 Mar 08:31
Compare
Choose a tag to compare

publish to crates.io

0.3.6

03 Feb 09:45
Compare
Choose a tag to compare
  • Sanitize generated file name when no extension is found (Windows) #256

0.3.5

26 May 16:07
Compare
Choose a tag to compare
  • Remove dependency on OpenSSL
  • Publish binary for aarch64-unknown-linux-gnu

0.3.4

26 May 15:30
Compare
Choose a tag to compare

Improvements

  • Configure Reqwest to use rustls for TLS d38c7d3

Dependency updates

Full Changelog: v0.3.3...v0.3.4

0.3.3

14 Apr 20:40
Compare
Choose a tag to compare

Improvements

  • Retry on connection timeout (cb39395)
  • Use connection timeout as chunk timeout (f1363d3)
  • Release ARM binaries #13

Dependency updates

Full Changelog: v0.3.2...v0.3.3

0.3.2

16 Mar 21:03
Compare
Choose a tag to compare

Improvements

  • new option to configure connection_timeout_secs 952463c
  • more user agents to choose from 1c144a7
  • improve error reporting

Dependency updates

Full Changelog: v0.3.1...v0.3.2