GoLand 2024.3.4

Released: Feb 28, 2025

2024.3.4 での更新項目

機能

  • The "Data Sources...;" button on the toolbar is now always enabled.
  • Updated Prisma LSP to 6.3.1.
  • Prisma: Added ULID support.
  • Can now add a GraphQL injection into the first argument of gql function call.

不具合の修正

  • Code completion
    • Angular: Import popup is cancelled on directive completion.
    • Prisma: Completion for ULID is not available if the type is nullable.
  • Imports
    • IDE breaks auto-complete and auto-import when packaged components are declared with '__VLS_WithTemplateSlots'.
  • No subsystem
    • Rename refactoring in Astro's 'define:vars' directive displays raw 'PsiSourcedWebSymbolRenameHandler'.
    • ESLint does not work if a custom name is used for a config file.
  • Database Explorer
    • Removed PSI elements in DataSourceNode.
  • General
    • Loading data sources takes a long time upon opening (exception: Write-unsafe context).
  • Introspection
    • NPE and failed introspection if default dataset is not specified.
  • Query Console
    • Missing transaction isolation levels.
  • Code Completion
    • IDE crashes with "full-line-inference quit unexpectedly" (macOS).
  • Code. Documentation
    • After copying some text in quick documentation, extra spaces are added.
  • Core. Plugin Management
    • IDE failed to detect plugin updates on Marketplace: 400 bad request.
  • Diagnostic. FUS
    • FUS: Detect and log the presence of Zed.
  • Tools. Docker
    • Inspection reports false-positive Docker Compose errors on valid .gitlab_ci.yml.
    • Docker paths might contain stale values with enabled executable path autodetection.
  • Tools. Kafka
    • kafka-plugin cannot send a message to the topic with a protobuf schema.
    • Schema for custom Avro and Protobuf is not saved in Producer preset.
    • Added the ability to add custom length in ${random.alphabetic(10)}.
    • kafka plugin - protobuf issue -- NoSuchMethodError: 'void com.squareup.wire.schema.internal.parser.EnumElement...
  • Tools. Terraform
    • Unknown provider "aws".
  • UI
    • IDE freezes on opening Context Menu (Opt + Enter) using Catppuccin Latte or Gerry* Light themes.
  • UI. UI DSL
    • Validation errors do not disappear on segmented buttons after value set.