2025.1 eap build 251.23774.199
Veröffentlicht: 27. März 2025
Kein Abonnement erforderlich
DataGrip Early Access Program
Wir bei JetBrains sind der Meinung, dass für die Entwicklung von Tools für Entwickler*innen die Meinung derer wichtig ist. Unser Early-Access-Programm ermöglicht der Community, sich an Diskussionen bezüglich unserer Produkte zu beteiligen und die Entwicklungsplanung von Anfang an zu beeinflussen.
DataGrip wird aktiv weiterentwickelt, und wir freuen uns sehr über Ihr Feedback. Bitte verwenden Sie den Issue-Tracker von DataGrip, um Fehler zu melden und neue Funktionen vorzuschlagen. Oder schreiben Sie uns einfach auf X!
Warum Sie EAP-Builds testen sollten:
Mit dem Early-Access-Programm können Sie brandneue Funktionen sowie wichtige Fehlerkorrekturen für bestehende Funktionen testen, bevor diese in der nächsten Version eingeführt werden. Sie können DataGrip EAP neben der stabilen DataGrip-Version installieren und regelmäßige Updates für beide beziehen.
Build-Informationen | Build-Highlights |
---|---|
2025.1 eap build 251.23774.199 Veröffentlicht: 27. März 2025 Kein Abonnement erforderlich | Support for more cutting-edge LLMsJetBrains AI Assistant is leveling up! We've added support for Claude 3.5 Sonnet and Claude 3.5 Haiku, provisioned in Amazon Bedrock. This means sharper responses, faster insights, and an even smoother experience. We're also expanding the lineup of LLMs used by AI Assistant to include OpenAI's o1, o1-mini, and o3-mini, providing more versatility and speed. Whether you need deep analysis or quick yet well-considered insight, AI Assistant in DataGrip is up to the task like never before! ![]() Support for loading full cell values in placeDataGrip 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. Partially loaded cells look like this: ![]() 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 Reload Cell on the quick actions popup toolbar. ![]() [SQL Server] .NET JDBC driver by JetBrains: Shared memory supportThis 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. [Oracle, SQLite] Suggestion to switch to single session mode when using temporary tablesWhen 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. ![]() |
2025.1 eap build 251.23536.38 Veröffentlicht: 27. Februar 2025 Kein Abonnement erforderlich | Support for tilde in path fieldsWe have supported the use of the tilde ( ![]() [PostgreSQL, MySQL, MariaDB] Geo type data displayFor the PostgreSQL, MySQL, and MariaDB spatial databases, DataGrip can now correctly display geo types raw in the grid. ![]() Fixes
|
2025.1 eap build 251.20015.44 Veröffentlicht: 10. Februar 2025 Kein Abonnement erforderlich | Hello! We are starting the EAP program for version 2025.1. This is the perfect opportunity to try new features before the official release and share your feedback with us. Introspection by levels for MySQL and MariaDBWe're continuing our work to enhance introspection performance. Starting from 2025.1, there will be different introspection levels for MySQL and MariaDB, adjusting the amount of metadata that gets loaded depending on the size of your database. In other words, we won't load all the metadata if your database is large. This will greatly reduce introspection time and allow you to start working with newly connected data sources right away. ![]() What are the introspection levels?Level 1
DataGrip now prioritizes the user experience and performance over the comprehensiveness of functionality. The default introspection level value is set to Auto select, which means that DataGrip uses an internal heuristic to detect how much metadata needs to be loaded. ![]() For now, this heuristic looks like this: Current schema:
Other schemas:
We are considering whether to adjust the heuristic or even make it customizable. By default, DataGrip will automatically set the introspection level. If you want to restore DataGrip's previous behavior, go to Data Source properties | Options | Introspection | Default level and select Level 3. You can also manually select a level if you think that will maximize DataGrip's performance for your use cases. To summarize, you should no longer experience any significant performance problems related to MySQL / MariaDB introspection. If you do, please let us know about them via our issue tracking system. Attached schemas in the Explain with AI chatExplanations of your queries are more effective with the full context! Now, when you ask AI Assistant to explain a query, the corresponding schema is automatically attached to the chat. ![]() [Oracle] The ability to connect with a specific roleDBE-96 has been fixed. It's not every day we close a ticket with an ID less than 100! Starting with 2025.1, 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: ![]() The ability to download drivers from MavenVersion 2025.1 allows you to add custom repositories for downloading drivers. To do so, add the repositories you need to the mirrors attribute of the Important fixes
|