GoLand のリリース

Released: Oct 12, 2023

2023.2.3 での更新項目

不具合の修正

  • Unresolved references for Go modules dependencies after shutdown on Indexing dependencies.
  • GoLand fails to connect to debug process on Darwin / macOS due to thread ID.
  • Invalid "unresolved reference" error.
  • 'Collect Logs and Diagnostic Data' includes empty idea.log on early startup.
  • Deadlock in indexes due to calling FileBasedIndex recursively.
  • Consistent listeners of the Workspace Model.
  • Unable to reformat file in Light Edit mode.
  • Can't open some projects in 2023.2 due to "Access is...

Released: Sep 14, 2023

2023.2.2 での更新項目

機能

  • Improved structure view for HTTP Client files.
  • You can now disable PDF preview in HTTP Client.
  • Added support for local variables in HTTP Client.
  • HTTP Client - Added support for @ variables.
  • Added logging of Select in Project View.
  • Added the ability to turn off optional TypeScript service inspections.
  • Added support for rpx and upx custom CSS property units.
  • JavaScript: Improved speed indexing of JavaScript projects.

Released: Aug 28, 2023

2023.2.1 での更新項目

機能

  • You can now allow user-defined implementations of SearchListener.
  • Added support for sha384.
  • Added a Quick Fix preview in Tailwind CSS, Prisma, Deno, Svelte and Volar.
  • Added chat context to the AI Chat.
  • Prisma: Added support for directUrl completion.
  • WebSymbols: Added "obsolete" API status.
  • CSS Level 4 system colors are now supported.
  • Added new Tailwind CSS plugin and support for PUG.
  • Tailwind: Added an option to only show Tailwind classes in completion, or show them on the top of the list...

Released: Jul 27, 2023

2023.2 での更新項目

機能

Go modules

  • Option to download modules automatically - Added the ability to download Go modules automatically on project open and after each change to the go.mod file.
  • Intention actions to update dependencies in go.mod - Added several intention actions and inspections to help you update dependencies in go.mod files faster. Now, when you open your go.mod file, GoLand highlights outdated dependencies. You can hover over the highlighted versions of a given package and use a quick-fix to update it...

Released: Apr 3, 2023

2023.1.x での更新項目

2023.1.4

Updated Jul 12, 2023

Fixes

  • IDE start fails with "CannotActivateException: Address already in use: bind".
  • "Copy Reference" on a line in Editor no longer copies "Path From Content Root" (instead it copies the path from the parent root e.g. source root, test root).

2023.1.3

Updated Jun 21, 2023

Features

  • Added the option to enable/disable automatic interpolation of string literals.

2023.1.2

Updated May 17, 2023

Features

  • Updated the Prisma plugin previewFeatures to include jsonProtocol...

Released: Dec 1, 2022

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

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

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

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

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...