Skip to content

9.0.0-beta9

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 10:54
· 6 commits to main since this release
30a4fa5

Added

  • Mark Transformer as throwing IOException. (#1248)

Changed

  • BREAKING CHANGE: Move tracking unused classes logic out of ShadowCopyAction. (#1257)
  • Reduce duplicated SimpleRelocator to improve performance. (#1271)
  • BREAKING CHANGE: Move DependencyFilter from com.github.jengelman.gradle.plugins.shadow.internal into com.github.jengelman.gradle.plugins.shadow.tasks. (#1272)
  • Handle file unzipping via Project.zipTree. (#1233)

Fixed

  • Honor DuplicatesStrategy. (#1233)
  • Honor unzipped jars via from. (#1233)

Removed

  • BREAKING CHANGE: Remove BaseStreamAction. (#1258)
  • BREAKING CHANGE: Remove ShadowStats. (#1264)
  • BREAKING CHANGE: Remove ShadowCopyAction.ArchiveFileTreeElement and RelativeArchivePath. (#1233)