GoLand Releases

Released: Dec 1, 2022

Updates in 2022.3.x

2022.3.4

Updated Mar 24, 2023

Fixes

  • Debug not working with GoLand because max websocket buffer size limit is exceeded

2022.3.3

Updated Mar 9, 2023

Features

  • You can now prevent a line break from appearing when pasting a line copied from an empty selection.
  • Prisma: Improved views support.
  • Added the ability to monitor database connections and sessions.
  • Added the ability to run queries periodically.

2022.3.2

Updated Jan 30, 2023

Features

  • Added support for ESLint flat config.
  • Added support for...

Released: Jul 28, 2022

Updates in 2022.2.x

2022.2.5

Updated Nov 22, 2022

Fixes

  • QUALIFY is not inserted on new line as HAVING.
  • DataGrip tries to set a wrong max value for identity column in Postgres.
  • Can't rename postgres DB.
  • Error while moving libs to subfolders in the artifacts dialog.
  • "Unpaired symbol is missing" false positive.
  • Background tasks get stuck with custom Boot Java Runtime.

2022.2.4

Updated Oct 12, 2022

Features

  • Added support for :deep style selector in Vue 2.6 + projects.

Fixes

  • Debugger variables view (Failed to compute...

Released: Apr 14, 2022

Updates in 2022.1.x

2022.1.4

Updated Jul 20, 2022

Features

  • Added a quick fix for grouping several use in one use in go.work.

Fixes

  • False-negative: Interface contains type constraints.
  • Empty Java string literal in pattern is matched incorrectly.
  • Switching between computers keeps asking merge find.xml and FeatureSuggester.xml.
  • External diff tool settings are lost after IDE restart.
  • Suddenly the registered external diff tool doesn't work again.
  • High CPU usage during AsciiDoc editing.
  • Intellij IDEA crashes after...

Released: Dec 2, 2021

Updates in 2021.3.x

2021.3.4

Updated Mar 16, 2022

Fixes

  • Fixed 6 generics-related false-positive issues. Fixes for 66 generics-related issues have been backported to v2021.3.
  • The IDE no longer freezes while indexing WSL projects.

2021.3.3

Updated Jan 28, 2021

Features

  • Added Quick-fix for switching to a newer Go SDK - If your project contains generics, but Go SDK for the project is lower than 1.18, GoLand will now suggest a quick-fix for switching to the 1.18 version. GoLand also checks the Go version in your go.mod...

Released: Jul 29, 2021

Updates in 2021.2.x

2021.2.4

Updated Oct 21, 2021

Fixes

  • GoLand now works correctly on macOS 12 beta 6.
  • Fixed a problem caused by an unexpected crash on macOS.

2021.2.3

Updated Sep 15, 2021

Fixes

  • Fixed the delay when searching for interface implementations on some machines.
  • “Convert path to absolute” is no longer shown in go.mod.
  • ESLint 8.0 support now works as expected.

2021.2.2

Updated Sep 1, 2021

Fixes

  • Result of call hierarchy is not correct.
  • Unable to create groovy script.
  • "Use Option as Meta key" option state...

Released: Apr 8, 2021

Updates in 2021.1.x

2021.1.3

Updated Jun 10, 2021

Fixes

  • Go Build
    • Gocheck doesn't show under package wide test menu.
  • Go Debugger
    • Delve version doesn't update if debugger is running before update.
    • Unable to update Delve from old GoLand version on M1 during update.
    • Add Delve version to troubleshooting.txt.
  • Code Generation
    • Completion doesn't work in Modify Table if the casing doesn't match.
    • DataGrip SQL Server - Exclude Extended properties from Generate DDL.
  • Connectivity
    • Can't connect to remote MySQL since last version...

Released: Dec 3, 2020

Updates in 2020.3.x

2020.3.4

Updated Mar 16, 2021

Fixes

  • The 'trust host' checkbox label in the Trust And Open Gradle/Maven Project dialog.
  • Unnecessary backslash escape in triple-backticked bash block.
  • Error debugging Mocha tests run with Vue CLI due to "Unknown argument: jobs".

2020.3.3

Updated Mar 4, 2021

Fixes

  • Go 1.16: tests calling os.Exit(0) will now panic.
  • Dependencies inside go.mod are shown red although they are resolved.
  • 'go build' defaults to 'GO111MODULE=on' for Go 1.16 in GOPATH-based projects.
  • Crash...

Released: Jul 30, 2020

Updates in 2020.2.x

2020.2.3

Updated Sep 17, 2020

Features

  • Added the ability to show 'GOROOT is not defined' notification in go.mod.
  • Usages Preview adds the ability to quickly filter references in comments.
  • Added the ability to copy the URL to clipboard when sharing code to Go Playground.
  • Added "Go fmt" option to Preferences for New Projects.
  • Added support WeakRefs and FinalizationRegistry.

Fixes

  • Fixed the problem which causes duplication of run configurations instead of reusing them.
  • Fixed the problem causing the...

Released: Jul 9, 2020

Updates in 2020.1.4

Funktionen

  • New Refresh schema quick-fix helps you make sure that your database query is properly highlighted.
  • GoLand now allows you to update cells and, add/remove columns and rows, in the Table editor for updatable views.

Fehlerkorrekturen

  • Fixed a UI freeze.
  • Calling the –help argument in сommand-line launcher no longer opens the dialog in the IDE and doesn’t close the IDE itself.
  • JBR 11 is updated to v11.0.7+10-b765.64.
  • Resolved keyboard issue on Ubuntu 20.04 and Gnome 3.36 with IBus enabled...

Released: Jun 4, 2020

Updates in 2020.1.3

Fehlerkorrekturen

  • GoLand 2020.1.3 no longer warns you about calls of pointer methods when the return type is an alias of a pointer type.
  • The Type compatibility check code inspection correctly handles interfaces that have overlapping methods, a feature that was added in Go 1.14.
  • Reviewed the performance of the Invalid composite literals code inspection, and it now works faster.
  • In the debugger, the value of struct derived from time.Time or net/http.Request is displayed as expected.
  • Opening of the...