Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ and this project adheres to
- `Security` in case of vulnerabilities.


## 1.2.2 - 2026.05.07
### Added
- add create materialized view table menu action [#557](https://github.com/questdb/ui/pull/557)

### Changed
- ai assistant revamp, query execution guards [#547](https://github.com/questdb/ui/pull/547)

### Fixed
- remove implicit select suggestions filtering, context-aware function suggestions [#556](https://github.com/questdb/ui/pull/556)
- hanging editor when there is a trailing comma in the select list [#556](https://github.com/questdb/ui/pull/556)
- 'occured' -> 'occurred' in error message [#553](https://github.com/questdb/ui/pull/553)


## 1.2.1 - 2026.04.13
### Added
- custom provider support to AI Assistant [#541](https://github.com/questdb/ui/pull/541)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@questdb/web-console",
"version": "1.2.1",
"version": "1.2.2",
"packageManager": "yarn@4.1.1",
"license": "Apache-2.0",
"description": "QuestDB Web Console",
Expand Down
Loading