2025.1 eap compilación 251.20015.44
Publicada: 10 de febrero de 2025
No se necesita suscripción
DataGrip Early Access Program
El secreto para crear grandes herramientas reside en escuchar atentamente a los desarrolladores que las utilizan. Nuestro programa de acceso anticipado permite a la comunidad participar en los debates dedicados a nuestros productos e influir en la planificación del desarrollo, desde las primeras fases.
Estamos desarrollando activamente DataGrip, por lo que realmente agradecemos sus opiniones. Utilice el Sistema de seguimiento de incidencias de DataGrip para informar sobre errores y sugerir nuevas funcionalidades. O simplemente conecte con nosotros en X.
¿Por qué debería probar las builds de EAP?
El programa de acceso anticipado le permite evaluar nuevas funcionalidades, además de numerosas correcciones importantes de errores de funcionalidades existentes que se añadirán a la versión siguiente. Puede instalar el EAP de DataGrip junto con la instalación estable de DataGrip y recibir las actualizaciones periódicas de ambos.
Información del build | Puntos destacados del build |
---|---|
2025.1 eap compilación 251.20015.44 Publicada: 10 de febrero de 2025 No se necesita suscripción | 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
|