v0.16.4 - 2024-09-20
- When deleting the cache, unnecessary directories are also deleted. by @k1LoW in #75
- Update go directive version by @k1LoW in #76
v0.16.3 - 2024-09-04
- 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
- Update docker packages by @k1LoW in #70
v0.16.1 - 2024-07-19
- Revert "Remove directories recursively when it is zero cache files." by @k1LoW in #66
v0.16.0 - 2024-07-12
- Remove directories recursively when it is zero cache files. by @k1LoW in #64
v0.15.0 - 2024-07-12
- Improving DiskCache performance. by @k1LoW in #62
- 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 problem of blocking due to ch when StopAll is called. by @k1LoW in #58
v0.14.0 - 2024-03-05
- Asynchronous cache warming by @k1LoW in #56
- Add StopAdjust and StopAll by @k1LoW in #55
v0.13.0 - 2024-03-04
- Change DiskCacheOption signature by @k1LoW in #51
- Fix nil pointer dereference in diskcache.go by @k1LoW in #53
- 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 auto adjust by @k1LoW in #49
v0.12.0 - 2024-02-29
- Add EnableAutoAdjust() to enable auto-adjusting the cache size by @k1LoW in #48
- Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 by @dependabot in #46
v0.11.1 - 2024-01-30
- Fix total bytes negative overflow by @k1LoW in #44
v0.11.0 - 2024-01-18
- Use gob instead of json for cache by @k1LoW in #41
- 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
- Use RWLock when Load/Store caches by @k1LoW in #38
v0.9.0 - 2024-01-04
- Use req.Host ( does not use req.URL.Host ) by @k1LoW in #33
v0.8.2 - 2023-12-23
- Set error for Seed() by @k1LoW in #31
v0.8.1 - 2023-12-22
- Fix Seed logic by @k1LoW in #29
v0.8.0 - 2023-12-22
- Support for changing the directory name length in the disk cache. by @k1LoW in #27
v0.7.3 - 2023-12-22
- Check cacheRoot writable by @k1LoW in #25
v0.7.2 - 2023-12-18
- Usr rc.Err* by @k1LoW in #24
v0.7.1 - 2023-12-15
v0.7.0 - 2023-12-15
- Disable touch on hit by default by @k1LoW in #19
- Fix Benchmark by @k1LoW in #21
v0.6.0 - 2023-12-14
- Support for rc v0.4.0 by @k1LoW in #18
- 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
- Support warm-up of cache by @k1LoW in #13
v0.4.0 - 2023-09-08
- Fix DiskCache sig by @k1LoW in #11
v0.3.1 - 2023-09-08
- Add SetCacheResultHeader by @k1LoW in #9
v0.3.0 - 2023-09-08
- 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
- Add Seed for generate seed for cache key by @k1LoW in #5
- 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