Skip to content

Commit d650dd5

Browse files
committed
release: 1.2.2
1 parent d8212be commit d650dd5

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

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+
## 1.2.2 - 2026.05.07
21+
### Added
22+
- add create materialized view table menu action [#557](https://github.com/questdb/ui/pull/557)
23+
24+
### Changed
25+
- ai assistant revamp, query execution guards [#547](https://github.com/questdb/ui/pull/547)
26+
27+
### Fixed
28+
- remove implicit select suggestions filtering, context-aware function suggestions [#556](https://github.com/questdb/ui/pull/556)
29+
- hanging editor when there is a trailing comma in the select list [#556](https://github.com/questdb/ui/pull/556)
30+
- 'occured' -> 'occurred' in error message [#553](https://github.com/questdb/ui/pull/553)
31+
32+
2033
## 1.2.1 - 2026.04.13
2134
### Added
2235
- custom provider support to AI Assistant [#541](https://github.com/questdb/ui/pull/541)

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": "1.2.1",
3+
"version": "1.2.2",
44
"packageManager": "yarn@4.1.1",
55
"license": "Apache-2.0",
66
"description": "QuestDB Web Console",

0 commit comments

Comments
 (0)