[postgresql] Release azure-postgresql-auth 1.1.0 (GA) - #48762
Open
Matthew Boentoro (mattboentoro) wants to merge 1 commit into
Open
[postgresql] Release azure-postgresql-auth 1.1.0 (GA)#48762Matthew Boentoro (mattboentoro) wants to merge 1 commit into
Matthew Boentoro (mattboentoro) wants to merge 1 commit into
Conversation
Bump the package version to 1.1.0 and stamp the CHANGELOG's Unreleased section with the 2026-08-26 release date. The minor bump reflects the new public `create_asyncpg_engine` API added since 1.0.2. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 1 pipeline(s). 9 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Matthew Boentoro (mattboentoro)
marked this pull request as ready for review
August 26, 2026 15:35
Matthew Boentoro (mattboentoro)
requested a review
from Alex Hughes (alxhghs)
as a code owner
August 26, 2026 15:35
Matthew Boentoro (mattboentoro)
requested review from
carlovi81,
nasc17,
nehrao1 and
rmendiza
as code owners
August 26, 2026 15:35
Matthew Boentoro (mattboentoro)
enabled auto-merge (squash)
August 26, 2026 15:35
|
Azure Pipelines: Successfully started running 1 pipeline(s). 9 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Note
This error may be related to your runner configuration. You can now configure runners for Copilot code review separately from Copilot cloud agent by creating a copilot-code-review.yml file with your setup steps. Read the docs for details.
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.
Prepares
azure-postgresql-authfor its next GA (stable) release.The package is already stable (last released
1.0.2on 2026-04-28). Since1.0.2 a new public API was added, so this is a minor version bump per
semver rather than a patch.
Changes
azure_postgresql_auth/_version.py:VERSION1.0.2 -> 1.1.0CHANGELOG.md:## Unreleased->## 1.1.0 (2026-08-26)Release contents
Features Added
create_asyncpg_enginefor SQLAlchemy async engines usingasyncpgand asynchronous Microsoft Entra credentials (Add asyncpg SQLAlchemy engine factory for Entra authentication #48368).Bugs Fixed
Validation
eng/common/scripts/Verify-ChangeLog.ps1 -ForRelease $truepasses for 1.1.0.pyproject.tomldynamic version resolves toazure-postgresql-auth 1.1.0.pyproject.tomlalready declaresDevelopment Status :: 5 - Production/Stable, which is correct for a stable (non-beta) version.