Skip to content

v9.0.0 🌈 Change `prune-cache` default to `false`

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jul 15:48
Immutable release. Only release title and notes can be modified.
c771a70

Changes

This release disables the default cache cache pruning to ease the load on the PyPi infrastructure.
Since users might experience more GitHub Actions cache usage which might result in higher costs this is marked as a breaking change. To read more on why we did this (now) you can read the detailed analysis and reasoning in #967

Besides this big breaking change we also have a small bugfix while building caches for linux distributions that behave a big different than the "big ones" and a speed up in version resolution by only reading the version manifest until a matching version is found saving runtime and network bandwith.

🚨 Breaking changes

🐛 Bug fixes

  • fix: fall back to distribution ID when os-release has no version field @cxzhong (#961)

🚀 Enhancements

  • Speed up version client by partial response reads @eifinger (#807)

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates