Skip to content

Latest commit

 

History

History
144 lines (115 loc) · 7.65 KB

CHANGELOG.md

File metadata and controls

144 lines (115 loc) · 7.65 KB

Changelog

v0.16.4 - 2024-09-20

Fix bug 🐛

  • When deleting the cache, unnecessary directories are also deleted. by @k1LoW in #75

Other Changes

  • Update go directive version by @k1LoW in #76

v0.16.3 - 2024-09-04

Other Changes

  • Use oldstable by @k1LoW in #72
  • Bump github.com/opencontainers/runc from 1.1.12 to 1.1.14 by @dependabot in #71
  • Bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible by @dependabot in #74

v0.16.2 - 2024-07-30

Other Changes

  • Update docker packages by @k1LoW in #70

v0.16.1 - 2024-07-19

Other Changes

  • Revert "Remove directories recursively when it is zero cache files." by @k1LoW in #66

v0.16.0 - 2024-07-12

New Features 🎉

  • Remove directories recursively when it is zero cache files. by @k1LoW in #64

v0.15.0 - 2024-07-12

Breaking Changes 🛠

  • Improving DiskCache performance. by @k1LoW in #62

Other Changes

  • Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible by @dependabot in #60
  • Add oldstable by @k1LoW in #63

v0.14.1 - 2024-03-06

Fix bug 🐛

  • Fix problem of blocking due to ch when StopAll is called. by @k1LoW in #58

v0.14.0 - 2024-03-05

Breaking Changes 🛠

  • Asynchronous cache warming by @k1LoW in #56

Other Changes

  • Add StopAdjust and StopAll by @k1LoW in #55

v0.13.0 - 2024-03-04

Breaking Changes 🛠

  • Change DiskCacheOption signature by @k1LoW in #51

Fix bug 🐛

  • Fix nil pointer dereference in diskcache.go by @k1LoW in #53

Other Changes

  • Add the option to specify a percentage of the total size to adjust the total size of cache files. by @k1LoW in #54

v0.12.1 - 2024-03-01

Fix bug 🐛

  • Fix auto adjust by @k1LoW in #49

v0.12.0 - 2024-02-29

New Features 🎉

  • Add EnableAutoAdjust() to enable auto-adjusting the cache size by @k1LoW in #48

Other Changes

  • Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 by @dependabot in #46

v0.11.1 - 2024-01-30

Fix bug 🐛

  • Fix total bytes negative overflow by @k1LoW in #44

v0.11.0 - 2024-01-18

Breaking Changes 🛠

  • Use gob instead of json for cache by @k1LoW in #41

Other Changes

  • Add benchmark for encoding/decoding by @k1LoW in #39
  • Fix benchmark by @k1LoW in #42
  • Add test for encoding images in the cache. by @k1LoW in #43

v0.10.0 - 2024-01-17

New Features 🎉

  • Use RWLock when Load/Store caches by @k1LoW in #38

Other Changes

  • Use rc v0.9.0 by @k1LoW in #35
  • Use rc v0.9.1 by @k1LoW in #36

v0.9.0 - 2024-01-04

Breaking Changes 🛠

  • Use req.Host ( does not use req.URL.Host ) by @k1LoW in #33

v0.8.2 - 2023-12-23

Other Changes

  • Set error for Seed() by @k1LoW in #31

v0.8.1 - 2023-12-22

Breaking Changes 🛠

  • Fix Seed logic by @k1LoW in #29

v0.8.0 - 2023-12-22

New Features 🎉

  • Support for changing the directory name length in the disk cache. by @k1LoW in #27

v0.7.3 - 2023-12-22

Other Changes

  • Check cacheRoot writable by @k1LoW in #25

v0.7.2 - 2023-12-18

Other Changes

  • Usr rc.Err* by @k1LoW in #24

v0.7.1 - 2023-12-15

v0.7.0 - 2023-12-15

Breaking Changes 🛠

  • Disable touch on hit by default by @k1LoW in #19

Fix bug 🐛

  • Fix Benchmark by @k1LoW in #21

v0.6.0 - 2023-12-14

Breaking Changes 🛠

  • Support for rc v0.4.0 by @k1LoW in #18

Other Changes

  • Add gostyle-action by @k1LoW in #15
  • Bump github.com/docker/docker from 20.10.24+incompatible to 24.0.7+incompatible by @dependabot in #17

v0.5.0 - 2023-09-08

Breaking Changes 🛠

  • Support warm-up of cache by @k1LoW in #13

v0.4.0 - 2023-09-08

Breaking Changes 🛠

  • Fix DiskCache sig by @k1LoW in #11

v0.3.1 - 2023-09-08

New Features 🎉

  • Add SetCacheResultHeader by @k1LoW in #9

v0.3.0 - 2023-09-08

Breaking Changes 🛠

  • Change funcsions ( use io.Reader / io.Writer instead of []byte ) by @k1LoW in #7
  • Add DiskCache using ttlcache by @k1LoW in #8

v0.2.0 - 2023-09-07

New Features 🎉

  • Add Seed for generate seed for cache key by @k1LoW in #5

Other Changes

  • Add benchmmark by @k1LoW in #2
  • Bump github.com/docker/docker from 20.10.7+incompatible to 20.10.24+incompatible by @dependabot in #4

v0.0.1 - 2023-09-05