From 778b097c49df19a80448dc634083f347f2aae800 Mon Sep 17 00:00:00 2001 From: Matt McFarland Date: Tue, 26 May 2026 08:26:01 -0400 Subject: [PATCH 1/4] Update changelog for 1.23.6 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b30ac4..17747a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,13 @@ pre-releases and **even** minor version numbers for stable releases. Read more about pre-release versioning behavior for extensions in the [VS Code documentation](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions). -## [1.23.0] - 2026-05-18 +## [1.23.0 - 1.23.6] - 2026-05-26 ### Added - **AWS RDS IAM Authentication** — Connect to Amazon RDS and Aurora PostgreSQL databases using AWS RDS IAM credentials, with AWS profile and region support plus automatic credential refresh before signed tokens expire. ([#211](https://github.com/microsoft/vscode-pgsql/issues/211), [#219](https://github.com/microsoft/vscode-pgsql/issues/219)) - **Horizon DB Network Settings** — Open Horizon DB network configuration from the server dashboard to manage firewall access from within the extension. +- **HorizonDB Azure browse and metadata support** — Browse HorizonDB clusters from the Azure connection flow. Allow fetching Azure metadata for manually entered HorizonDB hosts so dashboard Azure-management features recognize those connections. - **Agent Mode Database Tools** — The bundled tools service now exposes additional DBAgent MCP tools through the PostgreSQL MCP server, giving AI assistants richer database-analysis and instruction-management capabilities. - **[Schema Migrations]** — The migration setup experience now includes GA-ready UI updates, Azure Database for PostgreSQL scratch database wording, Microsoft Foundry model configuration labels, and restored enhanced-conversion engine controls. - **[Schema Migrations]** — The scratch database step can verify recommended Azure Database for PostgreSQL extensions and show any missing extensions inline before schema conversion starts. @@ -24,6 +25,7 @@ Read more about pre-release versioning behavior for extensions in the - Connection timeout failures now show clearer, consistent guidance across the connection dialog, Object Explorer, and post-connect notifications. - Horizon DB creation failures now distinguish total deployment failures from partial follow-up failures, with raw Azure deployment details available for troubleshooting. - Dashboard AI actions now use the correct Copilot or AI wording and launch chat correctly in Cursor. +- Saved Query History entries can now execute after the original query editor has been closed. - Server-management actions are now gated by Azure PostgreSQL platform so unsupported management surfaces are not shown for the wrong server type. - **[Schema Migrations]** Scratch database extension verification now handles databases where none of the recommended extensions are installed, and changing the PostgreSQL connection no longer triggers stale verification against the previous database. - **[Schema Migrations]** Review task pending badges and focus indicators now meet accessibility contrast requirements. From 9016b5c408a358195bb3a1b283dae038f8fcba83 Mon Sep 17 00:00:00 2001 From: arajawat Date: Wed, 27 May 2026 10:12:45 +0000 Subject: [PATCH 2/4] Release notes for schema migration feature --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17747a52..b466d2ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,9 @@ Read more about pre-release versioning behavior for extensions in the - Dashboard AI actions now use the correct Copilot or AI wording and launch chat correctly in Cursor. - Saved Query History entries can now execute after the original query editor has been closed. - Server-management actions are now gated by Azure PostgreSQL platform so unsupported management surfaces are not shown for the wrong server type. +- **[Schema Migrations]** — Oracle to Azure Database for PostgreSQL migration tooling is now generally available. +- **[Schema Migrations]** — Refined project layout, provides easier understanding and navigation +- **[Schema Migrations]** — Improvements in object conversion quality and more detailed reporting. - **[Schema Migrations]** Scratch database extension verification now handles databases where none of the recommended extensions are installed, and changing the PostgreSQL connection no longer triggers stale verification against the previous database. - **[Schema Migrations]** Review task pending badges and focus indicators now meet accessibility contrast requirements. From e058fe8a310b334fbe888eb7d5c4e7567bfbdda5 Mon Sep 17 00:00:00 2001 From: Matt McFarland Date: Wed, 27 May 2026 12:44:42 -0400 Subject: [PATCH 3/4] Update for Workflows & Pipelines --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b466d2ba..6370692c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,12 +11,17 @@ Read more about pre-release versioning behavior for extensions in the ### Added - **AWS RDS IAM Authentication** — Connect to Amazon RDS and Aurora PostgreSQL databases using AWS RDS IAM credentials, with AWS profile and region support plus automatic credential refresh before signed tokens expire. ([#211](https://github.com/microsoft/vscode-pgsql/issues/211), [#219](https://github.com/microsoft/vscode-pgsql/issues/219)) +- **Visualize Durable Workflows and AI Pipelines** - (Preview) Support run and definition visualizations for `pg_durable` and `azure_ai.pipelines` created workflows. See the steps, failures, and timings. - **Horizon DB Network Settings** — Open Horizon DB network configuration from the server dashboard to manage firewall access from within the extension. - **HorizonDB Azure browse and metadata support** — Browse HorizonDB clusters from the Azure connection flow. Allow fetching Azure metadata for manually entered HorizonDB hosts so dashboard Azure-management features recognize those connections. - **Agent Mode Database Tools** — The bundled tools service now exposes additional DBAgent MCP tools through the PostgreSQL MCP server, giving AI assistants richer database-analysis and instruction-management capabilities. - **[Schema Migrations]** — The migration setup experience now includes GA-ready UI updates, Azure Database for PostgreSQL scratch database wording, Microsoft Foundry model configuration labels, and restored enhanced-conversion engine controls. - **[Schema Migrations]** — The scratch database step can verify recommended Azure Database for PostgreSQL extensions and show any missing extensions inline before schema conversion starts. +### Changed + +- Removed AI Model Management interface from HorizonDB provisioning. Will re-enable when it enters Public Preview stage. + ### Fixed - The integrated `psql` terminal command now works when PostgreSQL reports a two-part server version such as `18.3`, instead of failing with an `Invalid Version` error. From c5f1a927d33cf31f35abeee149baf0d7d0e9a4aa Mon Sep 17 00:00:00 2001 From: Matt McFarland Date: Wed, 27 May 2026 12:46:59 -0400 Subject: [PATCH 4/4] Update CHANGELOG for stable release 1.24.0 Mark version 1.24.0 as stable release with no changes. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6370692c..a68c28b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ pre-releases and **even** minor version numbers for stable releases. Read more about pre-release versioning behavior for extensions in the [VS Code documentation](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions). +## [1.24.0] - 2026-06-01 + +Stable release. + +This is the stable release of the features introduced in `1.23.*`. There are no changes since `1.23.6`, but `1.24.0` marks these features as stable for all users. + ## [1.23.0 - 1.23.6] - 2026-05-26 ### Added