Skip to content

Releases: devlive-community/dbm

1.13.0

29 Mar 03:00
e16fdd0
Compare
Choose a tag to compare

DBM Version for 1.13.0 is released!

Release Time: 2022-03-29

Enhancement


  • Metadata management delete database supports quick input of database name
  • Add EXPLAIN AST, EXPLAIN SYNTAX, EXPLAIN PLAN, EXPLAIN PIPELINE, EXPLAIN ESTIMATE, EXPLAIN TABLE OVERRIDE
  • Query results can be exported to CSV files
  • Support for deleting tables when deleting databases

UI


  • The status of the metadata management service request failure is red
  • Metadata Management menu Added the number of submenus to display
  • Add the total number of rows returned from the query result
  • Supports highlighting of abnormal data in query history execution

Optimize


  • Optimize metadata management to delete data columns
  • Optimize the query result display table
  • Optimized data arrangement of deleted data partitions

Docs


  • Add install docs
  • Add query history docs

Bug


  • Fix the problem of clearing multi-partition data
  • Fix run dev Last few GCs
  • Fixed editor state not resetting after cancel execution
  • Fix README.md file script pointing error

Contributors (In no particular order)


1.12.0

17 Mar 10:11
9073179
Compare
Choose a tag to compare

DBM Version for 1.12.0 is released!

Release Time: 2022-03-18

Enhancement


  • Support visual construction of data table and configuration of optional parameters
  • Add data source list to display service version information
  • Add editor execution status feedback
  • Add ancillary information such as execution result and time
  • SQL shortcut keys can be executed by Ctrl+Enter #102
  • Support for data source maxTotal configuration (experimental) #102
  • Add SHOW PARTITIONS quick query
  • The EXPLAIN command is supported
  • Metadata management delete data table supports quick input of table name

Docs


  • Add contributing software documentation guide

Optimize


  • Optimized the display of metadata management disk usage
  • Merge Query Select the query & query function

Bug


  • Fixed data source not paging problem in quick query
  • Fixed the problem that metadata information cannot be distinguished due to multiple selections
  • Fix top menu style exception
  • Fix the problem that the metadata operation node is not refreshed #101

UI


  • New data source window layout
  • Add nine editor themes
  • Execute button to add shortcut key prompt

1.11.0

21 Feb 10:55
59d982a
Compare
Choose a tag to compare

Enhancement


  • Nullable decorated column type is supported
  • Build tables support optional parameters
  • Support version update check
  • Support to clear partition data by filtering criteria
  • Supports data migration

Docs


  • Support For Chinese documents

Optimize


  • Optimize database deletion UI

Bug


  • Fixed inability to build Log related engine tables
  • Fix slow query list cannot display DDL
  • Fix README.md file logo cannot be displayed
  • Fix CI exceptions caused by the new version

New Contributors

Full Changelog: 1.3.0-SNAPSHOT...1.11.0

1.10.0

26 Jan 16:10
474bfb7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0-SNAPSHOT...1.10.0

1.9.0

30 Nov 02:01
0661b96
Compare
Choose a tag to compare

DBM Version for 1.9.0 is released!

Docs


  • Add monitor/processor documentation

Enhancement


  • Support truncate table
  • Support clean table by partition
  • Support optimize table

UI


  • Add a link to the GitHub source code repository in the navigation

1.8.0

02 Nov 06:40
d9ccf75
Compare
Choose a tag to compare

DBM Version for 1.8.0 is released!

UI


  • Support for editor quick comments

Enhancement


  • Support for building Sqlite engine tables
  • Support for building JDBC engine tables
  • Support slow query monitor
  • Support MaterializeMySQL database engine
  • Support mysql database engine
  • Support for building ODBC engine tables
  • Support to display the database DDL right-click menu

Optimize


  • Modify the node heartbeat detection method
  • Optimize the construction of data tables to verify whether the service
  • Support metadata tree menu display engine | type

1.7.0

08 Oct 23:49
af30b92
Compare
Choose a tag to compare

DBM Version for 1.7.0 is released!

Bugs


  • Fix build table not verified
  • Fix incomplete data source connection exception information
  • Fix document custom domain names
  • Fix doc grammar

CI


  • Add deploy docs ci
  • Support Windows packaged distribution binaries

UI


  • Replace the site template with mkdocs
  • Add query using documentation
  • Result message use i18n

Enhancement


  • Support for Lazy database engines
  • Support for building Atomic database engines

Optimize


  • Optimized README.md add badge

1.6.0

23 Sep 02:54
21a4965
Compare
Choose a tag to compare

DBM Version for 1.6.0 is released!

Bugs


  • Fix information word
  • Fix the migration data password null problem

UI


  • Increase query history limit reminder
  • Disallow clicking on the mask layer to close the dialog popover

Enhancement


  • Support add column to table
  • Support delete column
  • Support modify column
  • Support rename column
  • Support preview data for column

1.5.0

30 Aug 18:16
f0cb43a
Compare
Choose a tag to compare

DBM Version for 1.5.0 is released!

UI


  • Beautify the right-click menu style

Enhancement


  • Add editor format SQL configuration
  • Support for building Kafka engine tables
  • Support metadata service shortcut menu
  • Support metadata database and table shortcut menu
  • Support for obtaining the columns of the metadata table
  • Supports previewing table data in metadata
  • Support for building HDFS engine tables
  • Support for obtaining column information
  • Support rename table

Optimize


  • Optimize the StringUtils utility class
  • Internationalization table engine
  • Optimized the local data migration logic

1.4.0

15 Aug 13:58
9f76059
Compare
Choose a tag to compare

DBM Version for 1.4.0 is released!

UI


  • Set the default maximized window

Enhancement


  • Support migrate data
  • Support for building Log engine tables
  • Support display Track DDL
  • Support the Track input box to obtain the focus display
  • Supports Windows system construction
  • Support track query execution thread
  • Support data source query times to be displayed on the dashboard
  • Add query link tracing visualization
  • Support multiple query windows issues-12
  • Supports obtaining the occupied space of columns throug… …
  • Supports data source modification
  • Support display table usage when the database is selected
  • Support service nodes to display database disk usage
  • Support service nodes to display disk usage
  • Support Data construction of left tree menu issues-20
  • Supports the monitoring of mutations operation

Bugs


  • Fix metadata selection library table causing data rendering errors

Optimize


  • Support the mutation consumption duration
  • Optimized README.md

CI


  • Add auto release version CI script