Skip to content

Releases: ChrisCarini/intellij-platform-plugin-verifier-action

v2.0.1

16 Nov 17:05
d77446f
Compare
Choose a tag to compare

What's Changed

  • fix: accept new content-type downloading the platform by @le-yams in #66

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

28 Dec 09:31
7a8cdbb
Compare
Choose a tag to compare

⚠️ 🎉 v2.0.0 is intended for IntelliJ platform versions 2022.3 and beyond. 🎉 ⚠️

v2.0.0 uses JDK 17 which is intended for IntelliJ platform versions 2022.3 and beyond. If your plugin still needs to run on multiple versions of the IDE prior to 2022.3, continue to use the v1.x series of versions of this GitHub Action. See IntelliJ Project Migrates to Java 17 for more information.

What's Changed

Full Changelog: v1.2.3...v2.0.0

v1.2.3

28 Dec 05:16
c1d7398
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

27 Dec 19:21
bd922a8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

Release v1.2.1

10 Nov 17:13
8859eb3
Compare
Choose a tag to compare

What's Changed

  • Switch to using JetBrains Maven repository for intellij-plugin-verifier download URL. by @ChrisCarini in #31

WARNING: If you are specifying a verifier-version, you will need to use version 1.255 or later when using this version of the GitHub Action (or later versions).

Full Changelog: v1.2.0...v1.2.1

Release v1.2.0

03 Nov 15:19
f9a8324
Compare
Choose a tag to compare

What's Changed

  • Adding support for GITHUB_TOKEN for authenticated requests to resolve latest release of JetBrains/intellij-plugin-verifier. by @ChrisCarini in #28

NOTICE: In a future, major version release (following SemVer, we will require the usage of GITHUB_TOKEN when setting the verifier-version to LATEST. Follow #30 for updates.

Full Changelog: v1.1.0...v1.2.0

Release v1.1.0

21 Oct 10:12
d11acbd
Compare
Choose a tag to compare

What's Changed

  • #21 Update Java compatibility to 11 by @sadv1r in #22
  • Fixing bug for non-latest verifier versions where the VERIFIER_DOWNLOAD_URL is missing the VERIFIER_JAR_FILENAME. by @ChrisCarini in #27

New Contributors

Full Changelog: v1.0.6...v1.1.0

Release v1.0.7

11 Jul 17:59
6e5251e
Compare
Choose a tag to compare

This release upgrades the Java compatibility to Java 11, and also fixes false signals when the verifier fails (non-zero exit code) and is not surfaced as a failure.

Added

  1. N/A

Upgrade

  1. #22 - Update Java compatibility to 11

Fixed

  1. #22 - Raise errors when the verifier exit status fails (This was addressed in the same PR as the Java compatibility upgrade)

Release v1.0.6

10 May 07:43
4a99296
Compare
Choose a tag to compare

This release brings 2 minor usability improvements, and one 'larger' feature to specify failure-levels. View the README.md section on failure-levels for details.

Added

  1. #20 - Improved log output when using a file for ide-versions

Upgrade

  1. N/A

Fixed

  1. N/A

Release v1.0.5

24 Jan 06:25
Compare
Choose a tag to compare