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

feat: allow passing trust_env to aiohttp.ClientSession #438

Merged

Conversation

michaeloliverx
Copy link
Contributor

@michaeloliverx michaeloliverx commented Jul 17, 2023

Description

I initially opened issue #368 for this feature, there have been a few PRs but none have gotten over the line by adding tests so I'll give it a try.

Issues Resolved

Fixes #368 #372 #370

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #438 (b8df821) into main (49d75c2) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #438   +/-   ##
=======================================
  Coverage   71.48%   71.49%           
=======================================
  Files          81       81           
  Lines        7667     7668    +1     
=======================================
+ Hits         5481     5482    +1     
  Misses       2186     2186           
Impacted Files Coverage Δ
opensearchpy/_async/http_aiohttp.py 82.94% <100.00%> (+0.13%) ⬆️

dblock
dblock previously approved these changes Jul 18, 2023
Copy link
Member

@dblock dblock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Add something to USER_GUIDE and we're good to merge?

CHANGELOG.md Outdated Show resolved Hide resolved
Fixes opensearch-project#368

Signed-off-by: Michael Oliver <michael@michaeloliver.dev>
@dblock dblock merged commit 4dba35d into opensearch-project:main Jul 19, 2023
46 checks passed
@michaeloliverx michaeloliverx deleted the michaeloliverx/issue368 branch July 19, 2023 13:39
This was referenced Jul 19, 2023
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.

Allow passing trust_env to aiohttp.ClientSession
2 participants