Update changelog for 1.23.6#268
Merged
Merged
Conversation
Mark version 1.24.0 as stable release with no changes.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the extension’s release notes by extending the 1.23 pre-release changelog through 1.23.6 and adding a new stable-release entry for 1.24.0.
Changes:
- Adds a
1.24.0section describing it as the stable release of1.23.*with no changes since1.23.6. - Renames the
1.23.0entry to a1.23.0 - 1.23.6range and adds new “Added/Changed/Fixed” bullets. - Adds additional schema migration-related release notes under
Fixed.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+9
to
+15
| ## [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
19
to
+22
| - **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
40
to
+43
| - 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. |
| - 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 |
lossyrob
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification