Skip to content

Releases: falcondev-oss/github-actions-cache-server

v8.1.3

19 Aug 16:45

Choose a tag to compare

   ✨ Enhancements

   🔧 Chore

    View changes on GitHub

v8.1.2

17 Jul 09:04

Choose a tag to compare

   ✨ Enhancements

   🔧 Chore

   📦 Build

    View changes on GitHub

v8.1.1

30 Jun 07:42

Choose a tag to compare

   🐛 Fixes

   🔧 Chore

   📦 Build

    View changes on GitHub

v8.1.0

26 Jun 15:13

Choose a tag to compare

   🐛 Fixes

   🏗️ Refactors

   🔧 Chore

   📦 Build

   🤖 CI

    View changes on GitHub

v8.0.1

23 May 04:52

Choose a tag to compare

   🐛 Fixes

   🔧 Chore

    View changes on GitHub

v8.0.0

08 Apr 16:13

Choose a tag to compare

   ✨ Enhancements

  • allow the AWS SDK to get auth from the environment  -  by @Makeshift and Julian Meinking in #88 (41ed9)

   🔧 Chore

    View changes on GitHub

v7.0.1

19 Mar 02:56

Choose a tag to compare

   🐛 Fixes

   🔧 Chore

   📖 Documentation

   🤖 CI

    View changes on GitHub

v7.0.0

09 Mar 18:01

Choose a tag to compare

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

   🔧 Chore

   📦 Build

   📖 Documentation

    View changes on GitHub

v6.0.1

03 Mar 07:48

Choose a tag to compare

   🐛 Fixes

   🔧 Chore

    View changes on GitHub

v6.0.0

01 Mar 19:02

Choose a tag to compare

🚀 No more binary patching!

In this release we removed the need to patch the runner binary. Instead, the cache server now acts as a proxy and handles all cache related requests automatically. All other requests are passed through to the original server.

How to upgrade

Check out the updated Setup instructions

Commits

   🚨 Breaking Changes

   🔧 Chore

    View changes on GitHub