Add Deprecation note for Neon Postgres Deprecation#45626
Open
Shekar2004 wants to merge 2 commits intoAzure:mainfrom
Open
Add Deprecation note for Neon Postgres Deprecation#45626Shekar2004 wants to merge 2 commits intoAzure:mainfrom
Shekar2004 wants to merge 2 commits intoAzure:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR deprecates the azure-mgmt-neonpostgres package in response to Neon Postgres retirement by updating package metadata and adding deprecation messaging for consumers.
Changes:
- Mark the package as inactive via PyPI classifier updates.
- Add deprecation notice text to README and CHANGELOG, and bump version to 1.0.1.
- Disable
sdk_packaging.tomlauto-update for this package.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| sdk/neonpostgres/azure-mgmt-neonpostgres/setup.py | Updates PyPI classifier to indicate the package is inactive. |
| sdk/neonpostgres/azure-mgmt-neonpostgres/sdk_packaging.toml | Disables auto-update for packaging metadata. |
| sdk/neonpostgres/azure-mgmt-neonpostgres/azure/mgmt/neonpostgres/_version.py | Bumps library version to 1.0.1. |
| sdk/neonpostgres/azure-mgmt-neonpostgres/README.md | Adds top-level deprecation notice for end users. |
| sdk/neonpostgres/azure-mgmt-neonpostgres/CHANGELOG.md | Adds 1.0.1 entry documenting deprecation. |
You can also share your feedback on Copilot code review. Take the survey.
| @@ -1,5 +1,7 @@ | |||
| # Microsoft Azure SDK for Python | |||
|
|
|||
| This package has been deprecated and will no longer be maintained after 03-12-2026. This package will only receive security fixes until 03-12-2026. | |||
There was a problem hiding this comment.
The deprecation notice would be more informative if it included a pointer to the Neon Postgres retirement announcement and/or any recommended alternative/migration guidance (similar to other deprecated packages’ READMEs).
Suggested change
| This package has been deprecated and will no longer be maintained after 03-12-2026. This package will only receive security fixes until 03-12-2026. | |
| This package has been deprecated and will no longer be maintained after 03-12-2026. This package will only receive security fixes until 03-12-2026. This deprecation is aligned with the retirement of the Azure Database for PostgreSQL – Neon Server (Neon Postgres) service. For timelines, impact details, and migration guidance, see the official Azure retirement announcement for Neon Postgres (for example, in the Azure Updates site), and plan to migrate your workloads to Azure Database for PostgreSQL – Flexible Server or another supported PostgreSQL offering before the retirement date. |
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.
Description
Neon Postgres is retired and hence, this change aims to add the deprecation note for its packages.
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines