Skip to content

Commit cd0b471

Browse files
committed
release(web-console): 0.7.9
1 parent 081c56d commit cd0b471

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

packages/browser-tests/questdb

Submodule questdb updated 194 files

packages/web-console/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ and this project adheres to
1717
- `Security` in case of vulnerabilities.
1818

1919

20+
## 0.7.9 - 2025.04.16
21+
### Added
22+
- array type support [#391](https://github.com/questdb/ui/pull/391)
23+
24+
### Fixed
25+
- minor improvements to tests and performance [#406](https://github.com/questdb/ui/pull/406)
26+
- show JSON parsing error in case of an invalid query result [#411](https://github.com/questdb/ui/pull/411)
27+
- open a new tab when query param exists and metrics tab is open [#415](https://github.com/questdb/ui/pull/415)
28+
- fix incorrect unit normalisation for wal row throughput [#414](https://github.com/questdb/ui/pull/414)
29+
- don't use navigator.clipboard in insecure context [#417](https://github.com/questdb/ui/pull/417)
30+
- workaround for broken safari copy schema mechanism [#418](https://github.com/questdb/ui/pull/418)
31+
32+
2033
## 0.7.8 - 2025.03.28
2134
### Added
2235

packages/web-console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@questdb/web-console",
3-
"version": "0.7.8",
3+
"version": "0.7.9",
44
"license": "Apache-2.0",
55
"description": "QuestDB Console",
66
"files": [

0 commit comments

Comments
 (0)