Skip to content

Releases: GradleUp/shadow

7.0.0

27 Apr 13:54
Compare
Choose a tag to compare

6.1.0

06 Oct 16:44
Compare
Choose a tag to compare

6.0.0

15 Jun 21:04
Compare
Choose a tag to compare
  • Required Gradle 6.0+
  • NEW: Support for Gradle Metadata publication via the shadowRuntimeElements configuration. This is a beta feature
    the hasn't been tested extensively. Feedback is appreciated.
  • Fix Gradle 7 deprecation warnings #530
  • Fix to generated start script to correctly use optsEnvironmentVar#518
  • Yahor Berdnikau - Fix issues with Gradle API being embedded into published JAR #527
  • Dmitry Vyazelenko - ASM updates to support latest Java versions #549
  • ejjcase - Support exposing shadowed project dependencies via POM #543
  • Artem Chubaryan - Performance optimizations #535
  • Trask Stalnaker - Fix exclude patterns on Windows #539

5.2.0

10 Nov 16:27
Compare
Choose a tag to compare

With the release of Gradle 6.0, this will be the last release to support Gradle 5.x. The next version will be the major release 6.0 and will support at minimum Gradle 6.0 going forward.
Thank you for all the contributions for this release.

5.1.0

29 Jun 12:46
Compare
Choose a tag to compare

5.0.0

28 Feb 23:48
Compare
Choose a tag to compare

4.0.4

20 Jan 02:33
Compare
Choose a tag to compare
  • When using shadow, application, and maven plugins together, remove shadowDistZip and shadowDistTar from
    configurations.archives so they are not published or installed by default with the uploadArchives or install
    tasks. #347
  • James Nelson - Fix null path when using Jar minimization and Gradle's api configuration. #424, #425

4.0.3

21 Nov 23:02
Compare
Choose a tag to compare

4.0.2

21 Nov 23:01
Compare
Choose a tag to compare

4.0.1: (fix) pass preserveFileTimestamps to Transformer and set entry time b…

21 Nov 23:00
Compare
Choose a tag to compare
  • Breaking Change! Transform.modifyOutputStream(ZipOutputStream os) to Transform.modifyOutputStream(ZipOutputStream jos, boolean preserveFileTimestamps).
    Typically breaking changes are reserved for major version releases, but this change was necessary for preserverFileTimestamps (introduced in v4.0.0) to work correctly
    in the presence of transformers, #404
  • Fix regression in support Java 10+ during relocation, #403