Skip to content
Merged
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
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,28 @@ 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.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
Comment on lines +9 to +15

### 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.
Comment on lines 19 to +22
- **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.
Expand All @@ -24,7 +36,11 @@ 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]** — 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.
Comment on lines 40 to +43
- **[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.

Expand Down