Skip to content

Releases: GradleUp/shadow

8.3.0

08 Aug 05:45
Compare
Choose a tag to compare

Changed

  • BREAKING CHANGE: the GitHub has been transferred from johnrengelman/shadow to GradleUp/shadow, you can view more details in GradleUp/shadow/issues/908.
    We also update the plugin ID from com.github.johnrengelman.shadow to com.gradleup.shadow, and the
    Maven coordinate from com.github.johnrengelman:shadow to com.gradleup.shadow:shadow-gradle-plugin.
  • Bump the min Gradle requirement from 8.0.0 to 8.3. (#876)
  • Support Java 21. (#876)
  • Use new file permission API from Gradle 8.3. (#876)

Fixed

  • Fix for PropertiesFileTransformer breaks Reproducible builds in
    8.1.1. (#858)

8.1.1

20 Mar 20:39
Compare
Choose a tag to compare

What's Changed

  • Replace deprecated ConfigureUtil by @Goooler in #826
  • Polish outdated configs by @Goooler in #831
  • Update plugin com.gradle.enterprise to v3.12.5 by @renovate in #838
  • Update dependency gradle to v8.0.2 by @renovate in #844
  • fix(deps): update dependency org.codehaus.plexus:plexus-utils to v3.5.1 by @renovate in #837
  • chore(deps): update dependency prismjs to v1.27.0 [security] by @renovate in #828
  • Encode transformed properties files with specified Charset by @scottsteen in #819
  • chore(deps): update dependency vuepress to v1.9.9 by @renovate in #842

New Contributors

Full Changelog: 8.1.0...8.1.1

8.1.0

26 Feb 22:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.0.0...8.1.0

8.0.0

25 Feb 01:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.1.2...8.0.0

7.1.2

29 Dec 01:04
Compare
Choose a tag to compare

7.1.1

15 Dec 01:57
Compare
Choose a tag to compare

7.1.0

04 Oct 15:50
c6d25fa
Compare
Choose a tag to compare

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