Skip to content

Releases: ChrisCarini/iris-jetbrains-plugin

v0.3.3

13 Mar 06:49
36171a2
Compare
Choose a tag to compare

Changed

  • Upgrading IntelliJ from 2022.3.2 to 2022.3.3

v0.3.2

04 Feb 02:12
6a82bec
Compare
Choose a tag to compare

Changed

  • Upgrading IntelliJ from 2022.3.1 to 2022.3.2

v0.3.1

28 Dec 21:57
755bbe6
Compare
Choose a tag to compare

Changed

  • Upgrading IntelliJ from 2022.3 to 2022.3.1

v0.3.0

28 Dec 06:59
db4ace3
Compare
Choose a tag to compare

Changed

  • Upgrading IntelliJ from 2022.2.4 to 2022.3.0

v0.2.3

28 Nov 20:13
ae4505f
Compare
Choose a tag to compare

Changed

  • Upgrading IntelliJ from 2022.2 to 2022.2.4

v0.2.2

29 Jul 09:49
Compare
Choose a tag to compare

Changed

  • Upgrading IntelliJ to 2022.2

v0.2.1

03 Jun 16:19
1ddff9e
Compare
Choose a tag to compare

Changed

  • Upgrading IntelliJ to 2022.1.2

Fixed

  • Fix stacktrace when testing Iris host connection (changed in [linkedin/iris#515] on 2019-05-01) (#24)
  • Strip trailing slash in hostname (#47)

v0.2.0

14 Apr 15:52
Compare
Choose a tag to compare

Changed

  • Upgrading IntelliJ to 2022.1

v0.1.0

04 Dec 11:48
5a4c2fb
Compare
Choose a tag to compare

Changed

  • Upgrading IntelliJ to 2021.3

v0.0.5

04 Dec 04:59
95d3496
Compare
Choose a tag to compare

Added

  • Restructured file to extract all variables into file.
  • Adding ability to publish to different channels based on SemVer pre-release labels.
  • Adding JetBrains Plugin Signing
  • Update Dependabot to include Gradle dependencies.
  • Adding GitHub build & release workflows.
  • Adding JetBrains Qodana (experimental, testing only)
  • Adding Gradle wrapper files

Changed

  • Upgrading Gradle to 6.6
  • Upgrading IntelliJ to 2021.2.2
  • Upgrading IntelliJ Gradle plugin to 1.2.0
  • Upgrading requests Python package for createIncidents.py script

Fixed

  • Fixed deploy-iris.sh script to startup iris with a GOOD /healthcheck endpoint.