We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e7d25 commit 27a8582Copy full SHA for 27a8582
packages/web-console/CHANGELOG.md
@@ -16,6 +16,15 @@ and this project adheres to
16
- `Fixed` for any bug fixes.
17
- `Security` in case of vulnerabilities.
18
19
+## 0.7.7 - 2025.03.20
20
+### Added
21
+
22
+- Add materialized views support [#405](https://github.com/questdb/ui/pull/405)
23
24
+### Fixed
25
26
+- fixing a Path Traversal Vulnerability [#321](https://github.com/questdb/ui/pull/321)
27
28
## 0.7.6 - 2025.02.27
29
30
### Added
packages/web-console/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@questdb/web-console",
3
- "version": "0.7.6",
+ "version": "0.7.7",
4
"license": "Apache-2.0",
5
"description": "QuestDB Console",
6
"files": [
0 commit comments