Skip to content

Releases: epwalsh/rust-cached-path

v0.10.1

04 Mar 15:33

Choose a tag to compare

What's new

Changed ⚠️

  • Updated various dependencies.

Commits

e1b4519 Update dependencies (#90)

v0.10.0

19 Dec 19:47

Choose a tag to compare

What's new

Commits

13c3f25 update readme
90f03cd feat: add a progress-bar feature to disable indicatif dependency (#89)
06b2eb4 bump actions/cache
3373bd0 replace deprecated cargo_bin call (#88)

v0.9.0

25 Aug 17:44

Choose a tag to compare

What's new

Changed ⚠️

  • Updated reqwest dependency from 0.11 to 0.12.

Commits

00f71e3 update reqwest to 0.12 (#86)

v0.8.1

01 Jul 19:47

Choose a tag to compare

What's new

Changed ⚠️

  • Updated indicatif dependency from 0.16 to 0.17.11

Commits

643d762 Ported to indicatif 0.17.11 (#84)

v0.8.0

21 May 16:12

Choose a tag to compare

What's new

Added 🎉

  • Support .tar.xz and .tar.lzma archives

Fixed ✅

  • Infer archive type from bytes instead of filename extension

Commits

d0b3659 feat: infer archive type from bytes and add .tar.xz & .tar.lzma support (#83)

v0.7.0

14 May 23:28

Choose a tag to compare

What's new

Added 🎉

  • Added force option to force downloading a resource even if there's a cache hit.

Commits

58cbe0d add option to force download (#82)

v0.6.2

07 May 17:21

Choose a tag to compare

What's new

Fixed ✅

  • Fixed some issues with old dependencies.
  • Fixed a bug causing cache misses.

Commits

c5c2328 [FIX] offline mode cannot find cached path (#78)
c56202e CI fixes (#79)

v0.6.1

25 Feb 01:46

Choose a tag to compare

What's new

Fixed ✅

  • Fixed RUSTSEC-2020-0071

Commits

622fc58 Prepare for release v0.6.1
fceb9d9 upgrade some dependencies (#70)
4d76ca9 fix RUSTSEC-2020-0071 (#69)

v0.6.0

19 Dec 18:25

Choose a tag to compare

What's new

Changed ⚠️

  • Consolidated HTTP error variants into a single variant, HttpError, which sources directly from the underlying reqwest::Error for better error messages.

Commits

4f7f339 Consolidate HTTP error variants into one (#67)
41275cd Update predicates requirement from 1.0 to 2.1 (#51)
828e6e4 Fix comment (#64)
6a633ff Update zip requirement from 0.5 to 0.6 (#60)
5b82c40 minor CI improvements (#59)
34423c4 fix release notes script
8b229db switch to cargo-rdme (#58)
0839cc5 quick fix
2db0444 Make sure README is kept up-to-date (#57)

v0.5.3

07 Mar 18:31

Choose a tag to compare

What's new

Added 🎉

  • Added feature flag rustls-tls to make use of rustls-tls over native-tls in reqwest.

Commits

595de72 update CI (#56)
2dceacc feat: adds rusttls cargo feature (#54)
608cf42 rename "master" -> "main"
5e49e5f another fix