Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency dbeaver to v23.2.3 #236

Merged
merged 1 commit into from
Nov 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
dbeaver minor 23.1.3 -> 23.2.3

Release Notes

dbeaver/dbeaver (dbeaver)

v23.2.3

Compare Source

  • Data editor:
    - Excel (XLSX) export now supports columns auto-fit
    - Copy from row bellow/above command was fixed
    - Shortcut for "Got to column" column was changed to Ctrl+Shift+G
    - SQL editor:
    - Script statistics configuration was extended
    - AI completion bugs were fixed and configuration UI was redesigned
    - Tabs close in horizontal mode was fixed
    - Script to connection association save was fixed
    - Data export:
    - Data import tasks wer fixed for schema-less databases
    - Columns value transform expressions evaluation was fixed
    - All data transfer were migrated to a new IO API
    - Export functionality now can be disabled completely
    - Tasks loading for missing database objects was fixed
    - ER diagrams: one-to-one connections rendering was fixed
    - General:
    - Default file encoding was changed to UTF-8. IT affects all external tools integration.
    - Web based authentication is now opened in external browser by default
    - Version update functionality now can be disabled completely
    - Databases:
    - Clickhouse: map data type visualization was fixed
    - Databricks: issue with national encodings was resolved
    - Greenplum:
    - Issue with case-sensitive table names was resolved
    - FFL for function parameters was fixed
    - MySQL: session manager now shows info from performance_schema
    - OpenEdge: root catalog is now hidden; data export was fixed
    - PostgreSQL: foreign key DDL was fixed (MATCH FULL)
    - Misc: we switched to Eclipse 2023-09

v23.2.2

Compare Source

  • SQL editor:
    - Aut-completion for complex SQL queries was improved
    - Reconnecting of open editors when switching between Simple and Advanced view was fixed
    - SQL console now can be saved as script
    - ER diagrams:
    - Diagrams notations switcher was added
    - Connections rendering was improved
    - Crow’s foot notation was added
    - Data editor:
    - Multiple query results now can be displayed vertically
    - Go to column (Ctrl+F) action was added
    - Column search was added to Metadata panel
    - Numeric formatting was fixed for floating point numbers
    - Issue with empty table after opening the Calc panel was resolved
    - Setting row color for the result set was fixed
    - Data transfer: columns automating mapping is now configurable
    - General:
    - Restore defaults on preference pages now resets to actual default preferences
    - Eclipse 2023-09 plugin API is now supported
    - Reset UI settings was fixed on macOS
    - App crash when running on Wayland was fixed
    - java.compiler and java.scripting modules were included in bundled Java
    Databases:
    - Dameng database extension was added (thanks to @​Stkai)
    - Clickhouse: array map representation was fixed
    - Google Spanner: table DDL generation was fixed
    - DB2 LUW: trigger editor was fixed
    - Exasol: customer group creation was fixed
    - Fireberd: several keywords were added
    - Materialized: system schemas loading was fixed
    - PostgreSQL:
    - Backup/restore native tools execution was fixed
    - Europe/Kyiv timezone support was fixed
    - Redshift:
    - Schemas loading was fixed
    - Spectrum tables loading was fixed (for custom driver configurations)

v23.2.1

Compare Source

  • SQL Editor:
    - Aliases proposals for tables with joins were improved
    - SQL console can now be saved as a script
    - Enhanced smart completion is enabled (configurable)
    - Issue with big string contents (json, xml) edit was resolved
    - JSON formatting in the separate editor was fixed
    - Ctrl+Alt+6 shortcut was changed to Ctrl+Alt+T
    - JSON functions keywords were added to the SQL Assist
    - Representation of errors on query execution was fixed
    - ER Diagrams: issue with duplicate relations on the diagram was fixed
    - Data Editor:
    - Big content representation end editing was limited to 1MB (configurable)
    - User can now add a shortcut for setting row color
    - Issue with hiding the wrong column from the context menu was resolved
    - Grouping panel now shows actual executed SQL
    - Decimal rounding error was fixed
    - General UI:
    - When exporting a project, a warning about replacing an existing project was added (thanks to @​MontejoJorge)
    - Scroll bars were added on the connection page, and other wizards
    - Issue with broken quotes in localization files was resolved
    - Connectivity:
    - Driver download UI was improved: already downloaded driver files are colored in grey
    - JDBC drivers maven artifacts resolve was fixed
    - The "Propagate driver properties" option was added to the driver settings
    - New drivers:
    - JDBCX driver was added (thanks to @​zhicwu)
    - Databases:
    - Clickhouse: IPv4 data representation was fixed
    - Greenplum: External tables representation was fixe
    - MySQL: Unsupported engine types are replaced with the default one
    - Oceanbase:
    - Views editor was supported
    - Routines and procedure parameters read was fixed
    - PostgreSQL:
    - Foreign tables folder was added
    - Enum data types reading performance was enhanced
    - Redshift: Backup/Restore tools were deprecated and removed from UI
    - Snowflake:
    - Driver was updated to 3.13.25
    - Materialized views are now supported
    - Schema create UI was enhanced was enhanced
    Trino: Views DDL support was added

v23.2.0

Compare Source

  • Changes since 23.1.5:
    - Data Editor:
    - Spatial values rendering was fixed
    - Spatial images capture was fixed
    - Special characters rendering was improved
    - Grouping panel icons were improved
    - ER Diagrams: saved diagrams now can be opened on another computers
    - Data transfer: import settings handling was improved
    - Accessibility:
    - Connection dialog now supports screen readers
    - Cell value reading was improved
    - Ctrl+Shift/Alt+PageDn: vertical tabs switch
    - Ctrl+ALT+6: SQL editor and results tab switch
    - Ctrl+Shift+Enter now opens ER diagram entities
    - Ctrl+Shift+N: new connection dialog open
    - Database drivers:
    - Bigquery: DDL for tables, views and stored procedures was added
    - Clickhouse: arrays and structures visualization was fixed
    - Greenplum: external tables reading was fixed
    - Teradata: issue with the missing templates was fixed
    - Many minor UI and database issues were resolved

v23.1.5

Compare Source

  • Data editor:
    - Dictionary viewer panel UI was redesigned
    - Spatial data types: curved geometries linearizing was fixed
    - Issue was result tab close on data save was resolved
    - Column tooltips was fixed
    - Charts rendering errors visualization was improved
    - SQL editor:
    - Autocompletion in single-line comments was fixed
    - Variable value editor was fixed
    - Smart completion for CTE queries (WITH/SELECT) was fixed
    - @​include command handler was fixed (reuse the console for the same included script)
    - INSERT SQL query generation was fixed (identity columns)
    - Issue with text search/replace in hidden files was fixed
    - ERD editor: grid foreground color was fixed
    - General UI:
    - Objects sorting in tables now can be reset to the original ordering
    - Network handlers (SSH, SSL, etc) UI was redesigned
    - New object creation shortcut was added (Alt+Insert)
    - External files opening was fixed on MacOS and Linux
    - Command line connection opening was fixed
    - User name/password prompt dialog as fixed for SSH tunnels
    - Issue with preference pages in Eclipse plugin was resolved
    - Accessibility:
    - JAWS and Narrator support was improved for data editor and vertical tabs
    - High contrast theme support was significantly improved
    - Databases:
    - Clickhouse: map and array data types visualization was added
    - Greenplum: tables DDL was fixed (for version 7)
    - OpenGauss DB: json data types support was added
    - PostgreSQL: default native clients (pgsql, pg_dump) version was changed to 15
    - Yellowbrick: stored procedures drop query was fixed
    - Localization:
    - Chinese localization was updated (thanks to @​bianyun)

v23.1.4

Compare Source

  • SQL editor:
    - Table alias generation was fixed (issue with duplicated aliases)
    - Auto-proposals now respect option "empty line is a query delimiter"
    - Auto-proposals calculation performance was significantly improved in some cases
    - Aliases completion was fixed (issue with redundant spaces)
    - Table name completion was fixed for invalid SQL queries
    - Spelling errors and other annotations now work in console mode
    - @​import command behavior is now configurable
    - Data editor:
    - Filters/orderings/colors reset UI was significantly improved
    - Spatial viewer now hides empty labels
    - Copying of spatial viewport/selection bounds was fixed
    - Drag-n-drop in grouping panel fixed on Linux
    - Data transfer: previous export settings loading was fixed
    - General:
    - Auto-commit mode switch behavior was fixed
    - CLI processing was fixed in multi-workspace environment
    - "Tip of the day" now shows OS-specific shortcuts corectly
    - Redundant logs of SSH tunnel closing were removed
    - Logical database structure settings can be disabled or reset in the connection editor dialog
    - Driver search UI was fixed on MacOS
    - Number of minor UI bugs were resolved
    - Database:
    - Athena: multi-catalog support was added
    - Derby: grouping queries generation fixed
    - DuckDB: time/timestamp data types support was added
    - MySQL: issue with missing table partitions folder was resolved
    - Oracle: table DDL shows permission grants in "full" mode
    - PostgreSQL: issue with duplicated tables was resolved
    - Redshift: SQL dialect was enhanced with extra keywords
    - Yellowbrick: execution plan visualization was fixed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/dbeaver-23.x branch from 381153d to 4e08add Compare August 20, 2023 21:58
@renovate renovate bot changed the title chore(deps): update dependency dbeaver to v23.1.4 chore(deps): update dependency dbeaver to v23.1.5 Aug 20, 2023
@renovate renovate bot force-pushed the renovate/dbeaver-23.x branch from 4e08add to 2c08f3c Compare September 3, 2023 20:28
@renovate renovate bot changed the title chore(deps): update dependency dbeaver to v23.1.5 chore(deps): update dependency dbeaver to v23.2.0 Sep 3, 2023
@renovate renovate bot force-pushed the renovate/dbeaver-23.x branch from 2c08f3c to 14e54b9 Compare September 24, 2023 22:48
@renovate renovate bot changed the title chore(deps): update dependency dbeaver to v23.2.0 chore(deps): update dependency dbeaver to v23.2.1 Sep 24, 2023
@renovate renovate bot force-pushed the renovate/dbeaver-23.x branch from 14e54b9 to cee78b7 Compare October 8, 2023 18:23
@renovate renovate bot changed the title chore(deps): update dependency dbeaver to v23.2.1 chore(deps): update dependency dbeaver to v23.2.2 Oct 8, 2023
@renovate renovate bot force-pushed the renovate/dbeaver-23.x branch from cee78b7 to 4a374aa Compare October 22, 2023 16:27
@renovate renovate bot changed the title chore(deps): update dependency dbeaver to v23.2.2 chore(deps): update dependency dbeaver to v23.2.3 Oct 22, 2023
@renovate renovate bot force-pushed the renovate/dbeaver-23.x branch from 4a374aa to b6863a1 Compare November 4, 2023 16:28
@shibanovp shibanovp merged commit 9d6a523 into master Nov 4, 2023
4 checks passed
@shibanovp shibanovp deleted the renovate/dbeaver-23.x branch November 4, 2023 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant