diff --git a/CHANGELOG.md b/CHANGELOG.md index ba463b56f..2175093c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ Builds: - npm - npm package dbgate-serve - app - classic electron app - all - docker, npm, app +### 4.8.0 +- ADDED(all): Redis support (support stream type), removed experimental status +- ADDED(all): Redis readonly support +- ADDED(all): Explicit NDJSON support, when opening NDJSON/JSON lines file, table data are immediately shown, without neccesarity to import +- ADDED(app): Opening developer tools when crashing without reload app ### 4.7.4 - ADDED(all): Experimental Redis support (full support is planned to version 4.8.0) - ADDED(all): Read-only connections diff --git a/README.md b/README.md index 06f2fbafe..155825bc2 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ DbGate is licensed under MIT license and is completely free. * PostgreSQL * SQL Server * MongoDB +* Redis * SQLite * Amazon Redshift * CockroachDB @@ -63,6 +64,7 @@ DbGate is licensed under MIT license and is completely free. * SQL code completion * Add SQL LEFT/INNER/RIGHT join utility * Mongo JavaScript editor, execute Mongo script (with NodeJs syntax) +* Redis tree view, generate script from keys, run Redis script * Runs as application for Windows, Linux and Mac. Or in Docker container on server and in web Browser on client. * Import, export from/to CSV, Excel, JSON, XML * Free table editor - quick table data editing (cleanup data after import/before export, prototype tables etc.)