-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Storage] Data Lake Typing and API View Feedback #40096
base: main
Are you sure you want to change the base?
[Storage] Data Lake Typing and API View Feedback #40096
Conversation
weirongw23-msft
commented
Mar 17, 2025
- Will need to discuss blob dependency (12.25.0 GA or 12.26.0b1 Unreleased Beta)
- Will need to update the release date after API Views have been approved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the versioning and metadata for the azure-storage-file-datalake package to reflect a move from beta to production/stable status and incorporates changes related to type hinting improvements.
- Updated the package status in setup.py from "Beta" to "Production/Stable" and revised the azure-storage-blob dependency version.
- Revised the package version in _version.py from "12.20.0b1" to "12.20.0" to align with a stable release.
- Adjusted the CHANGELOG.md to reflect the updated version number and included notes on type hinting changes.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
sdk/storage/azure-storage-file-datalake/setup.py | Updated development status and dependency version for a production/stable release. |
sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_version.py | Removed beta marker from the package version. |
sdk/storage/azure-storage-file-datalake/CHANGELOG.md | Updated version references and added a note for type hint improvements. |
Comments suppressed due to low confidence (1)
sdk/storage/azure-storage-file-datalake/setup.py:81
- The dependency version for azure-storage-blob has been changed to 12.25.0. Please verify that this version aligns with the intended production/stable release strategy, as the PR metadata indicates a discussion around using 12.25.0 GA versus 12.26.0b1.
"azure-storage-blob>=12.25.0",
API change check APIView has identified API level changes in this PR and created following API reviews. |