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

prepare beta release #20

Merged
merged 14 commits into from
Oct 15, 2023
Merged

prepare beta release #20

merged 14 commits into from
Oct 15, 2023

Conversation

nggit
Copy link
Owner

@nggit nggit commented Oct 13, 2023

No description provided.

@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

Merging #20 (d89503e) into master (1104c56) will increase coverage by 0.13%.
Report is 4 commits behind head on master.
The diff coverage is 98.14%.

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage   91.26%   91.39%   +0.13%     
==========================================
  Files          19       19              
  Lines        1717     1720       +3     
==========================================
+ Hits         1567     1572       +5     
+ Misses        150      148       -2     
Files Coverage Δ
tremolo/lib/contexts.py 100.00% <ø> (ø)
tremolo/lib/http_protocol.py 88.07% <100.00%> (+0.39%) ⬆️
tremolo/lib/http_request.py 89.71% <100.00%> (+0.50%) ⬆️
tremolo/lib/http_response.py 94.90% <100.00%> (-0.19%) ⬇️
tremolo/lib/request.py 100.00% <100.00%> (ø)
tremolo/lib/response.py 96.00% <100.00%> (+1.55%) ⬆️
tremolo/lib/websocket.py 93.00% <ø> (ø)
tremolo/tremolo.py 90.77% <96.66%> (+0.02%) ⬆️

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

@nggit nggit merged commit 8a4cd41 into master Oct 15, 2023
@nggit nggit deleted the cleanup branch October 16, 2023 03:04
nggit added a commit that referenced this pull request Aug 8, 2024
* optimize sendfile, avoid large read size

* update README.md

* support ASGI connection close manually

* minor comment

* add ctx alias

* fix response middleware order

* revamp handlers and middlewares

* release 0.0.119

* optimize tests

* print routes and options on run

* cleanup, use generator expression

* release 0.0.200

---------

Co-authored-by: nggit <12218311+nggit@users.noreply.github.com>
nggit added a commit that referenced this pull request Aug 8, 2024
* optimize sendfile, avoid large read size

* update README.md

* support ASGI connection close manually

* minor comment

* add ctx alias

* fix response middleware order

* revamp handlers and middlewares

* release 0.0.119

* optimize tests

* print routes and options on run

* cleanup, use generator expression

* release 0.0.200

---------

Co-authored-by: nggit <12218311+nggit@users.noreply.github.com>
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.

1 participant