Releases: GoogleCloudPlatform/cloud-code-intellij
23.5.1-IB.2 (Insiders)
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
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
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
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
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 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.
- View the list of your Google Cloud SQL database instances in the new tool window.
22.12.2
22.12.1-IB.3
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 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
- 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
- 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.