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

Release v0.8.0 #139

Merged
merged 115 commits into from
Feb 16, 2019
Merged

Release v0.8.0 #139

merged 115 commits into from
Feb 16, 2019

Conversation

prkumar
Copy link
Owner

@prkumar prkumar commented Feb 16, 2019

Added

Changed

Fixed

  • Memory leaks in RequestsClient and AiohttpClient caused by
    use of atexit.register, which was holding references to session objects
    and preventing the garbage collector from freeing memory reserved for those
    objects. (Bugfix/session mem leak #134 by @SakornW)

@codecov
Copy link

codecov bot commented Feb 16, 2019

Codecov Report

Merging #139 into stable will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           stable   #139    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files          25     41    +16     
  Lines        1425   2052   +627     
  Branches      136    163    +27     
======================================
+ Hits         1425   2052   +627
Impacted Files Coverage Δ
uplink/clients/__init__.py 100% <ø> (ø) ⬆️
uplink/utils.py 100% <ø> (ø) ⬆️
uplink/clients/io/asyncio_strategy.py 100% <100%> (ø)
uplink/clients/io/templates.py 100% <100%> (ø)
uplink/arguments.py 100% <100%> (ø) ⬆️
uplink/retry/_helpers.py 100% <100%> (ø)
uplink/clients/io/__init__.py 100% <100%> (ø)
uplink/retry/backoff.py 100% <100%> (ø)
uplink/retry/when.py 100% <100%> (ø)
uplink/clients/io/transitions.py 100% <100%> (ø)
... and 33 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update adabcbf...9f909bc. Read the comment docs.

@prkumar prkumar merged commit 91b92c1 into stable Feb 16, 2019
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.

3 participants