Skip to content
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

Remove confusing aiobotocore.session.Session symbol #1047

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

jakob-keller
Copy link
Collaborator

@jakob-keller jakob-keller commented Oct 21, 2023

Description of Change

Rename import of botocore.session.Session in aiobotocore.session to mark it private.

Assumptions

aiobotocore.session.Session was never intended to become part of public API.

Checklist for All Submissions

@codecov
Copy link

codecov bot commented Oct 21, 2023

Codecov Report

Merging #1047 (075c980) into master (71bb001) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1047   +/-   ##
=======================================
  Coverage   86.39%   86.39%           
=======================================
  Files          60       60           
  Lines        5805     5807    +2     
=======================================
+ Hits         5015     5017    +2     
  Misses        790      790           
Flag Coverage Δ
unittests 86.39% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
aiobotocore/session.py 79.24% <100.00%> (+0.39%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@thehesiod thehesiod self-requested a review October 23, 2023 16:44
@thehesiod
Copy link
Collaborator

hrm, github resolve isn't so great

@thehesiod
Copy link
Collaborator

feel free to re-merge and force push up

@jakob-keller
Copy link
Collaborator Author

feel free to re-merge and force push up

CI is running 🤞🏻

@thehesiod thehesiod enabled auto-merge (squash) October 24, 2023 14:24
BREAKING-CHANGE: replace any use of `aiobotocore.session.Session` by `botocore.session.Session`
auto-merge was automatically disabled October 24, 2023 14:48

Head branch was pushed to by a user without write access

@thehesiod thehesiod merged commit 48a3f37 into aio-libs:master Oct 24, 2023
11 checks passed
@jakob-keller jakob-keller deleted the session branch October 24, 2023 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove aiobotocore.session.Session symbol
2 participants