DataGrip Releases

Released: May 5, 2026

Updates in 2026.1.3

Features

  • Data Editor/Viewer
    • Added the ability to show arrays in grid editor.
  • General
    • Added support for procedure parameter directions.

Fixes

  • Code Generation
    • Checkbox is absent in the Truncate prompt.
  • Code Highlighting
    • Fixed issue with SHOW BUILTIN / USER PROCEDURES syntax.
    • Snowflake: Directory Tables are not supported.
    • Revise FILE FORMAT syntax.
    • Snowflake: Datagrip does not support 'create temp' syntax.
    • Fixed issue with syntax for (temp|temporary) (procedure|function).
    • Fixed issue with ALTER...

Released: Apr 9, 2026

Updates in 2026.1.2

Features

  • Connectivity
    • Added usage statistics for the 'Comment' field in Data Sources and Drivers.
    • Improved UI/UX of the 'Comment' field in Data Sources & Drivers.

Fixes

  • AI Assistant
    • AI Assistant fails to attach Schema with "Schema is too large".
    • 'test_database_connection' doesn't show original connection error message.
    • Removed redundant 'Use this tool to' prefix from MCP tool descriptions.
  • Code Generation
    • Dump button in SQL Generator doesn't work in 2026.1.
  • Code Highlighting...

Released: Apr 2, 2026

Updates in 2026.1.1

Features

  • Added support DATABASE ROLE syntax in Snowflake.
  • Moved color settings to the large settings dialog.

Fixes

  • Code Highlighting
    • Fixed issue with 'create task' syntax.
    • Snowflake: problem with 'RETURNS TABLE' syntax when creating procedures.
    • False-positive 'Cursor might not have been open' warning for cursors with parameters.
  • DDL Data Source
    • Only the first file listed in sources for DDL data source is used for resolve / completion in sql files (even if listed in resolution scope).
  • Schema Diff...

Released: Mar 26, 2026

Updates in 2026.1

Features

AI improvements: Agentic flow

  • File creation with the SQL dialect and data source attached - When chatting with AI Assistant in the AI Chat tool window, you can create a file from a code snippet.
  • If any context relating to the SQL dialect, a data source, or a schema is provided in the chat, you don't have to attach the data source or schema or set the dialect because DataGrip will do this automatically. The same goes for questions you ask AI Assistant about a file that already has a data...

Released: Feb 5, 2026

Updates in 2025.3.5

Fixes

  • Code Highlighting
    • Current statement highlighting does not work for files outside the project.
  • Data Editor/Viewer
    • Services window: 'Delete' key prompts to close session instead of deleting table row.
  • Data Import/Export
    • Copy To Clipboard does not work.
    • Export data does not work.
  • Query Console
    • DataGrip cannot execute MongoDB .js query scripts.
    • Do not store query consoles in data source per files mappings.

Released: Jan 22, 2026

Updates in 2025.3.4

Features

  • Added an option to hide query files node in DB Explorer.

Fixes

  • Data Editor/Viewer
    • Option to display geo-type in raw binary.
  • Database Explorer
    • Some actions on DataSource are disabled or don't work when there is no model.
    • Virtual views folder is not shown under a data source node.
  • Query Console
    • Cannot open the console when a data source has no model.
    • Color of file in File Explorer depends on availability of connection.

Released: Jan 9, 2026

Updates in 2025.3.3

Fixes

  • Code Formatter
    • Postgres: Formatter attempts to quote operators like ||.
  • Data Import/Export
    • Data extractors always use CSV and ignore other formats when copying via clipboard.
  • Query Console
    • Attach data source doesn't work for multiple SQL files.
  • Usability
    • Parameter dialog: input focus jumps to next field while typing.

Released: Dec 2, 2025

Updates in 2025.3

Features

A farewell to consoles

  • Starting from the 2025.3 release, DataGrip will stop using the term query console. From now on, it will use query file - because consoles were essentially files all along, and it's time the UI reflected that.
  • This release has merged consoles and files.
  • Click Migrate All to migrate all of your consoles to query files in one go.
  • A migration customization dialog will help you transfer all of your consoles to files.
  • Query files are now saved in the queries folder...

Released: Nov 28, 2025

Updates in 2025.2.5

Fixes

  • Data Editor/Viewer
    • Unable to view query execution results when running from file.

Released: Oct 1, 2025

Updates in 2025.2.4

Fixes

  • Code Formatter
    • Reformatting incorrectly quotes labels.
  • Data Editor/Viewer
    • DB queries does not return columns which are not introspected.