Skip to content

release_2.8.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@thejcannon thejcannon released this 06 Aug 19:19
· 4137 commits to main since this release
release_2.8.0rc1

Bug fixes

  • Assume version 1 for older lockfiles without version key (cherrypick of #13399) (#13406)

  • Removes leading whitespace when tailoring BUILD files without header text (#13394)

  • Go: don't error for unsupported third-party sources with project introspection (Cherry-pick of #13377) (#13381)

  • Don't error for invalid Go third-party packages unless building them (Cherry-pick of #13405) (#13410)

  • Fix missing field for tffmt in lint. (cherrypick of #13355) (#13356)

Performance

  • Use --layout=packed for all monolithic resolves. (cherrypick of #13400) (#13403)

  • Don't download Go third-party dependencies multiple times (Cherry-pick of #13352) (#13378)

Documentation

  • Make check output more useful for Go and Java (cherrypick of #13379) (#13388)