DataGrip 2025.1

Released: Apr 16, 2025

2025.1 での更新項目

機能

JetBrains AI

  • Attached schemas in the 'Explain with AI' chat
    • Explanations are more effective when they use all the relevant context. Now, when you ask AI Assistant to explain a query, the corresponding schema is automatically attached to the chat.
  • Support for more cutting-edge LLMs
    • The AI model selection in the chat has just been expanded. Now, you can take full control of your AI experience by choosing from the latest and most advanced language models, including:
      • Claude 3.7 Sonnet
      • OpenAI GPT-4.1 (сoming soon)
      • Gemini 2.0 Flash
    • With this release, JetBrains AI Assistant has received a major upgrade, making AI-powered development more accessible and efficient. All JetBrains AI features are now accessible for free in the IDEs, with unlimited use for some, such as unlimited code completion and local model support, and limited credit-based access to others. JetBrains also introducing a new subscription system that makes it easy to scale up as needed with the AI Pro and AI Ultimate tiers.

Connectivity

  • Introspection by levels MySQL MariaDB
    • Now, there are different introspection levels for MySQL and MariaDB, and the amount of metadata that gets loaded will automatically be adjusted depending on the size of your database. In other words, it won't load all the metadata if your database is large. This will significantly reduce introspection time and allow you to start working with newly connected data sources right away.
  • .NET JDBC driver by JetBrains: Shared memory support - SQL Server
    • This JDBC driver was initially developed by the Rider team. From this release, it's also available in DataGrip. The main feature of this driver is its support for the shared memory protocol. This protocol is used by clients to connect to the SQL Server instance that is running on the same machine. SQL Server’s shared memory protocol is the simplest protocol, as it has no configurable settings that need to be tuned in order to use it.
  • The ability to connect with a specific role Oracle
    • Now you can connect to Oracle and define the specific role for the connection in the connection dialog. Simply select the desired role from the Authentication drop-down list.
  • Support for tildes in path fields
    • JetBrains have implemented support for the use of tildes (~) in path fields for SSL certificates and BigQuery key files. Now, you can use the character to specify directories in the Data Sources and Drivers dialog. To do that for your SSL connection, open the dialog by pressing Cmd+; (macOS) or Ctrl+; (Windows/Linux) and select the data source you want to change the settings for. Then open the SSH/SSL tab and navigate to the SSL section.
  • The ability to download drivers from Maven or other custom repositories
    • This version allows you to add custom repositories for downloading drivers.

Working with data

  • Support for loading full cell values in place
    • DataGrip has a setting that limits the amount of data that’s loaded in each cell. This is designed to improve performance when there is too much data in your tables. But in some cases, you need to load all of the data, and now that’s possible! To do this, hover over the cell and click Load Full Cell on the quick actions popup toolbar.
  • Geo-types data display - PostgreSQL, MySQL and MariaDB
    • For PostgreSQL, MySQL, and MariaDB spatial databases, DataGrip can now correctly display raw geo-type values in the grid.
  • Support for timestamps with microseconds - BigQuery
    • To see timestamps presented in microseconds, simply choose the corresponding display type by right-clicking the column header and navigating to Change Display Type.

Coding assistance

  • Suggestion to switch to Single session mode when using temporary tables Oracle SQLite
    • When creating temporary tables, DataGrip now suggests you switch to Single session mode. This mode will allow you to see these tables in the database explorer.