Merge branch 'master' into sqlite

This commit is contained in:
Jan Prochazka
2021-05-06 18:36:15 +02:00
3 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# ChangeLog # ChangeLog
### 4.1.11
- FIX: Fixed crash of API process when using SSH tunnel connection (race condition)
### 4.1.11 ### 4.1.11
- FIX: fixed processing postgre query containing $$ - FIX: fixed processing postgre query containing $$
- FIX: fixed postgre analysing procedures & functions - FIX: fixed postgre analysing procedures & functions

View File

@@ -1,4 +1,5 @@
[![NPM version](https://img.shields.io/npm/v/dbgate.svg)](https://www.npmjs.com/package/dbgate) [![NPM version](https://img.shields.io/npm/v/dbgate.svg)](https://www.npmjs.com/package/dbgate)
![GitHub All Releases](https://img.shields.io/github/downloads/dbgate/dbgate/total)
[![dbgate](https://snapcraft.io/dbgate/badge.svg)](https://snapcraft.io/dbgate) [![dbgate](https://snapcraft.io/dbgate/badge.svg)](https://snapcraft.io/dbgate)
[![dbgate](https://snapcraft.io/dbgate/trending.svg?name=0)](https://snapcraft.io/dbgate) [![dbgate](https://snapcraft.io/dbgate/trending.svg?name=0)](https://snapcraft.io/dbgate)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

View File

@@ -1,6 +1,6 @@
{ {
"private": true, "private": true,
"version": "4.1.12-beta.2", "version": "4.1.12",
"name": "dbgate-all", "name": "dbgate-all",
"workspaces": [ "workspaces": [
"packages/*", "packages/*",