Skip to content

Releases: GoogleCloudPlatform/cloud-code-intellij

23.5.1-IB.2 (Insiders)

11 May 21:18
04fd2df
Compare
Choose a tag to compare

Updates

  • Cloud Code no longer supports Cloud Debugger. See more details here.
  • Cloud Code no longer supports IDEs version 2022.1. Earliest supported version is now 2022.2.

23.4.1

20 Apr 21:44
04fd2df
Compare
Choose a tag to compare

Note: Starting with the next release, support for Cloud Debugger will be removed (Cloud Debugger is deprecated and will be shutdown May 31, 2023). See more details here.

Note: This is the last release supporting IDEs version 2022.1. Next releases will support versions 2022.2 and higher.

Notices

  • We recommend using Google Cloud Code with IDE’s New UI (read more). This reduces visual clutter and gives you better control on Code Code features you want to use as we continue adding more tool windows for GCP functionality.

Bug Fixes

  • Fixed a possible exception when checking out code for Google Cloud Source Repositories.
  • Fixed a NPE when selecting destination for App Engine app.yaml file in IntelliJ 2023.1

23.3.3-IB.3

31 Mar 01:19
04fd2df
Compare
Choose a tag to compare

New Features

  • Google Cloud Dataflow integration: Ready to use PubSub to BigQuery streaming pipeline sample using Dataflow in Java. Use File -> New -> Project… -> Cloud Code: Dataflow to create a sample and follow readme steps to spin up the infrastructure and iterate on a working Dataflow example.
    Updates

Bug Fixes

  • Fixed a possible exception when checking out code for Google Source Repositories.

23.3.1

02 Mar 23:36
04fd2df
Compare
Choose a tag to compare

New Features

  • Cloud Code Plugin is now verifiable

Updates

  • Removal of Cloud Run for Anthos powered by KNative functionality: Functionality enabling viewing and deploying to Cloud Run for Anthos clusters powered by KNative has been removed in Cloud Code. No changes are being made to non-Anthos Cloud Run functionality. For more information on how to deploy the latest version of Cloud Run for Anthos, which uses Anthos fleets and Anthos Service Mesh, visit the deployment instructions.
  • Managed kubectl version updated to 1.23.14 (matching GKE stable channel).
  • Cloud Code plugin name is now Google Cloud Code

Bug Fixes

  • Fixed IDE error caused by adding a GKE cluster

23.1.1

26 Jan 16:19
04fd2df
Compare
Choose a tag to compare

Note: Deployment support for Cloud Run for Anthos powered by KNative will be removed in the next release (details here).
Note: Starting with the current release, Cloud Code supports versions 2022.1 and up. See our version support policy for more details.

New Features

  • Google Cloud SQL You can now view the list of your Google Cloud SQL database instances using Cloud Code, connect to them locally, and manage your databases using built-in IDE databases functionality.
    • View the list of your Google Cloud SQL database instances in the new tool window.
      cloud-sql-list
    • Cloud Code allows you to connect to your instances locally with Cloud SQL Auth proxy - it will install the proxy and launch it, and provide you with the local port number where Cloud SQL database instance is available.
    • If you are running DataGrip/IntelliJ Ultimate or other premium Jetbrains IDE, Cloud Code integrates with their rich database functionality and automatically creates a compatible local data source configuration, so that you can view and manage your database without ever leaving your IDE.

22.12.2

20 Dec 22:15
04fd2df
Compare
Choose a tag to compare
  • Fixed invalid warning on SDK version from GCE SSH troubleshooting action.
  • Editing support for the latest Skaffold schema versions.

22.12.1-IB.3

20 Dec 22:16
04fd2df
Compare
Choose a tag to compare

New Features

  • Google Cloud SQL. You can now view the list of your Google Cloud SQL database instances using Cloud Code, connect to them, and manage your databases using built-in IDE databases functionality.
    • View the list of your Google Cloud SQL database instances in the new tool window.
      cloud-sql-list

    • Cloud Code allows you to connect to your instances locally with Cloud SQL Auth proxy - it will install the proxy and launch it, and provide you with the local port number where Cloud SQL database instance is available.

    • If you are running DataGrip/IntelliJ Ultimate or other premium Jetbrains IDE, Cloud Code integrates with their rich database functionality and automatically creates a local data source configuration, so that you can view and manage your database without ever leaving your IDE.

22.12.1

05 Dec 18:26
04fd2df
Compare
Choose a tag to compare
  • Fixed exceptions in 2022.3 from incorrect invocations outside of the EDT for the Kubernetes Explorer and Kubernetes development sessions.
  • Fixed Kubernetes deploy failures caused by hard coded Kubernetes labels.
  • Fixed CloudCodeCliProcessOnEdtException from Kubectl diff action.

22.11.1

17 Nov 19:53
04fd2df
Compare
Choose a tag to compare
  • Cloud Code now supports Skaffold 2.0. This includes both bundling of Skaffold 2.0 and fixes in Cloud Code to work with Skaffold's latest major release.
  • Cloud Code now works with the latest JetBrains 2022.3 EAP.
  • Miscellaneous performance improvements and fixes.

22.10.1

17 Nov 19:56
04fd2df
Compare
Choose a tag to compare
  • Fixes a performance issue where Cloud Code may hang on startup for larger projects.