Skip to content
This repository was archived by the owner on Oct 22, 2023. It is now read-only.

0.79.0

Choose a tag to compare

@charleskorn charleskorn released this 24 Apr 03:05
· 492 commits to main since this release
0.79.0
  • New: checksums for the wrapper scripts will now be published for each release and attached to the GitHub release (see 'assets' below)

    These checksums can be used to easily verify the integrity of the wrapper scripts used in your project.

    For example, these checksums are used by the new batect-wrapper-validation-action action, which validates the integrity of the wrapper scripts as part of a GitHub Actions workflow.

  • Fixed: downloading update information and updated files and uploading telemetry data (if opted-in) would fail if your system connects to the internet via an encryption-terminating proxy that was not trusted by your Java installation.

    These features will now work correctly on macOS and Windows provided your operating system certificate settings are configured to trust the proxy's certificate, which matches the behaviour of browsers and other tools.

    ⚠️ If you use macOS, it's recommended you upgrade to one of the following Java versions to fix a security vulnerability related to this functionality:

    • JDK 8: 8u332 or later
    • JDK 11: 11.0.15 or later
    • JDK 17: 17.0.3 or later
    • JDK 18: 18.0.1 or later
    • All versions of JDK 19 or later