-
Notifications
You must be signed in to change notification settings - Fork 2
release: 0.22.0 #26
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
Merged
algis-dumbris
merged 18 commits into
main
from
release-please--branches--main--changes--next
Nov 25, 2025
Merged
release: 0.22.0 #26
algis-dumbris
merged 18 commits into
main
from
release-please--branches--main--changes--next
Nov 25, 2025
Conversation
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
510b4c5 to
2e432d5
Compare
Contributor
Author
|
🧪 Testing |
2e432d5 to
42ae991
Compare
42ae991 to
7fd3766
Compare
7fd3766 to
8d71634
Compare
8d71634 to
e6a2e33
Compare
Add type annotations to custom polling methods to help type checkers resolve overloaded method signatures. The create() and replace() methods have multiple overloads for different action types, requiring explicit type hints in the polling wrappers. Changes: - Add TaskIDList type annotation to response variables - Add type: ignore comments for call-overload and misc - Add type: ignore comments for union-attr when accessing response.tasks This follows the same pattern used in volumes.py for similar polling methods.
e6a2e33 to
443453a
Compare
…#118) This reverts commit 30e648f.
443453a to
1fdfed7
Compare
1fdfed7 to
8e45d65
Compare
…ce signatures The create and replace methods have @overload decorators for different action types, but the create_and_poll and replace_and_poll methods were missing the corresponding overloads, causing pyright type errors when calling the base methods. This adds matching overloads to: - L7PoliciesResource.create_and_poll - L7PoliciesResource.replace_and_poll - AsyncL7PoliciesResource.create_and_poll - AsyncL7PoliciesResource.replace_and_poll
8e45d65 to
50d3e2a
Compare
…te/replace signatures" This reverts commit 44d657e.
50d3e2a to
ee9a971
Compare
…ce signatures The create and replace methods have @overload decorators for different action types, but the create_and_poll and replace_and_poll methods were missing the corresponding overloads, causing pyright type errors when calling the base methods. This adds matching overloads to: - L7PoliciesResource.create_and_poll - L7PoliciesResource.replace_and_poll - AsyncL7PoliciesResource.create_and_poll - AsyncL7PoliciesResource.replace_and_poll
ee9a971 to
6d5fc0a
Compare
…te/replace signatures" This reverts commit ecd63d8.
6d5fc0a to
8609a08
Compare
Co-authored-by: Danil Krox <[email protected]>
8609a08 to
f20f49e
Compare
The create and replace methods have @overload decorators for different action types, but the create_and_poll and replace_and_poll methods were missing the corresponding overloads, causing pyright type errors when calling the base methods. This adds matching overloads to: - L7PoliciesResource.create_and_poll - L7PoliciesResource.replace_and_poll - AsyncL7PoliciesResource.create_and_poll - AsyncL7PoliciesResource.replace_and_poll
f20f49e to
251e0c4
Compare
Contributor
Author
|
🤖 Release is at https://github.com/G-Core/gcore-python/releases/tag/v0.22.0 🌻 |
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.
Automated Release PR
0.22.0 (2025-11-25)
Full Changelog: v0.21.0...v0.22.0
⚠ BREAKING CHANGES
Features
Bug Fixes
Chores
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions