Skip to content

Commit 7ef883c

Browse files
authored
release(web-console): 0.7.11 (#430)
1 parent 3dd5830 commit 7ef883c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

packages/web-console/CHANGELOG.md

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

1919

20+
## 0.7.11 - 2025.05.23
21+
### Added
22+
- instance naming UI [#427](https://github.com/questdb/ui/pull/427)
23+
- make SSO re-authentication optional on logout [#412](https://github.com/questdb/ui/pull/412)
24+
25+
### Fixed
26+
- wait for all body to be streamed before calculating network time [#429](https://github.com/questdb/ui/pull/429)
27+
- jit compiled icon shrink problem and notifications height [#428](https://github.com/questdb/ui/pull/428)
28+
29+
2030
## 0.7.10 - 2025.04.28
2131
### Added
2232
- owner setting for tables created during CSV import [#413](https://github.com/questdb/ui/pull/413)

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.10",
3+
"version": "0.7.11",
44
"license": "Apache-2.0",
55
"description": "QuestDB Console",
66
"files": [

0 commit comments

Comments
 (0)