Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 21:05
· 2 commits to main since this release
ac3bff7

The sccache 0.9.0 release introduces several improvements and fixes, including support for nvcc in sccache-dist (contributed by Nvidia), enhanced Xcode integration with new features and streamlined CI processes, and the addition of Unix Domain Socket (UDS) support for improved performance. Key fixes include resolving cache collisions with object files and precompiled headers, correcting debug information file generation for .dwo files, and ensuring proper argument handling for rustc with -Z ls. Updates also align profiling practices with modern Rust standards by replacing outdated -Zprofile options. Other enhancements include user agent configuration in WebDAV requests, compatibility with CUDA Toolkit 11.1, and improved documentation formatting.

What's Changed

Dependencies

  • chore(docs): bump the github script version used in GHA by @kemingy in #2281
  • refactor: Bump OpenDAL to 0.50 by @Xuanwo in #2283
  • build(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #2289

New Contributors

Full Changelog: v0.8.2...v0.9.0