We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d0925 commit e242da2Copy full SHA for e242da2
2 files changed
CHANGELOG.md
@@ -17,6 +17,11 @@ and this project adheres to
17
- `Security` in case of vulnerabilities.
18
19
20
+## 1.1.11 - 2026.01.09
21
+### Fixed
22
+- declare statements breaking query key parsing [#522](https://github.com/questdb/ui/pull/522)
23
+
24
25
## 1.1.10 - 2026.01.08
26
### Added
27
- views support [#512](https://github.com/questdb/ui/pull/512)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@questdb/web-console",
3
- "version": "1.1.10",
+ "version": "1.1.11",
4
"packageManager": "yarn@4.1.1",
5
"license": "Apache-2.0",
6
"description": "QuestDB Web Console",
0 commit comments