Releases: falcondev-oss/github-actions-cache-server
Releases · falcondev-oss/github-actions-cache-server
v8.1.4
🐛 Fixes
- download route file name - by @LouisHaftmann (da928)
- gcs:
createReadStream
- by @LouisHaftmann (9a7dd)- ignore delete
not found
- by @LouisHaftmann (19158)
🏗️ Refactors
- storage drivers - by @LouisHaftmann (2fd33)
- deprecated orderBy usage - by @kuhnroyal and kuhnroyal in #158 (079a8)
🔧 Chore
- remove old docs - by @LouisHaftmann (791b4)
- release: v8.1.4 - (ae84a)
📦 Build
- deps: upgrade deps - by @LouisHaftmann (4badf)
✅ Tests
- cache cleanup - by @LouisHaftmann (9b39b)
View changes on GitHub
v8.1.3
✨ Enhancements
- log upload cleanup errors - by @LouisHaftmann (8c020)
🔧 Chore
- release: v8.1.3 - (71460)
View changes on GitHub
v8.1.2
✨ Enhancements
- storage/s3: use
@aws-sdk/lib-storage
for uploads - by @LouisHaftmann (1a4ef)
🔧 Chore
- release: v8.1.2 - (f2f33)
📦 Build
- deps: upgrade deps - by @LouisHaftmann (10a21)
View changes on GitHub
v8.1.1
🐛 Fixes
- EXDEV: cross-device link not permitted - by @KarthikHolikatti in #138 (c2a38)
🔧 Chore
- release: v8.1.1 - (1fbf8)
📦 Build
- docker:
- use latest pnpm - by @LouisHaftmann (b776f)
- use
pnpm-workspace.yaml
instead of.npmrc
- by @LouisHaftmann (bf2e5)
View changes on GitHub
v8.1.0
🐛 Fixes
- docker build cache
EOF
- by @LouisHaftmann (3de6b) - storage/s3:
- handle empty upload buffer - by @LouisHaftmann (92d10)
- close file after combining parts - by @LouisHaftmann (68b2f)
🏗️ Refactors
- multi part uploads - by @LouisHaftmann in #136 (caa75)
🔧 Chore
- release: v8.1.0 - (21f53)
📦 Build
- docker: pin pnpm - by @LouisHaftmann (d9b89)
🤖 CI
- publish Helm Chart as OCI artifact - by @atishaninov-xometry in #130 (e3ac9)
View changes on GitHub
v8.0.1
🐛 Fixes
- docker buildx cache upload - by @LouisHaftmann (c6ed1)
- cache service v1 upload chunk index calculation - by @LouisHaftmann (10383)
🔧 Chore
- release: v8.0.1 - (7bb54)
View changes on GitHub
v8.0.0
✨ Enhancements
- allow the AWS SDK to get auth from the environment - by @Makeshift and Julian Meinking in #88 (41ed9)
🔧 Chore
- release: v8.0.0 - (e83e1)
View changes on GitHub
v7.0.1
🐛 Fixes
- execute delete query for pruning uploads - by @johnnywalker and Louis Haftmann in #123 (33041)
🔧 Chore
- release: v7.0.1 - (3e717)
📖 Documentation
🤖 CI
View changes on GitHub
v7.0.0
Dropped proxy feature, back to binary patching
If you previously used the proxy approach to get the runner to use the cache server, please checkout the docs for updated setup instructions. We dropped the proxy feature because it had many unforeseen issues and was not feasible to use in large setups.
Commits
✨ Enhancements
- enable nitro
node-cluster
preset - by @LouisHaftmann (2f85a) - proxy unknown requests to default GitHub
ACTIONS_RESULTS_URL
& revive v1 support - by @LouisHaftmann (eaa03)
🔧 Chore
- release: v7.0.0 - (7934c)
📦 Build
- docker: use cluster size of 1 by default - by @LouisHaftmann (ebcf8)
📖 Documentation
- add
zstd
info - by @LouisHaftmann (8bf1f)
View changes on GitHub
v6.0.1
🐛 Fixes
- handle random path prefix for cache service v1 routes - by @LouisHaftmann (22872)
🔧 Chore
- release: v6.0.1 - (ed009)