From 0e55fe357610fb4afc8e4c2b94b804632e735705 Mon Sep 17 00:00:00 2001 From: emrberk Date: Thu, 23 Jul 2026 19:13:23 +0300 Subject: [PATCH] release: 2.0.1 --- CHANGELOG.md | 18 ++++++++++++++++++ e2e/questdb | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a6873265..495944791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,24 @@ and this project adheres to - `Security` in case of vulnerabilities. +## 2.0.1 - 2026.07.23 +### Added +- notebooks onboarding modal and in-notebook MCP promo [#585](https://github.com/questdb/ui/pull/585) +- agent background edits on notebooks [#586](https://github.com/questdb/ui/pull/586) + +### Changed +- redesign notebook cell toolbar with view toggles and auto-refresh intervals [#581](https://github.com/questdb/ui/pull/581) +- virtualize charts, grids and editors, lazy-hydrate notebook cells [#589](https://github.com/questdb/ui/pull/589) +- bump sql-parser to 0.1.16 [#590](https://github.com/questdb/ui/pull/590) + +### Removed +- login-background.svg to reduce the package size [#591](https://github.com/questdb/ui/pull/591) + +### Fixed +- recognize the TO REMOTE storage policy stage across the console [#583](https://github.com/questdb/ui/pull/583) +- preserve query result text [#588](https://github.com/questdb/ui/pull/588) + + ## 2.0.0 - 2026.06.23 ### Added - notebooks with coding agents integration [#561](https://github.com/questdb/ui/pull/561) diff --git a/e2e/questdb b/e2e/questdb index f2c567869..f47808dec 160000 --- a/e2e/questdb +++ b/e2e/questdb @@ -1 +1 @@ -Subproject commit f2c567869d623d776947f1b43f6caac5ddac4600 +Subproject commit f47808dece2a00864d28cde4af03ff7670fe3f91 diff --git a/package.json b/package.json index 8b1bb58ad..e2e10cc5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@questdb/web-console", - "version": "2.0.0", + "version": "2.0.1", "packageManager": "yarn@4.1.1", "license": "Apache-2.0", "description": "QuestDB Web Console",