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

Bump to v20.12 #1987

Merged
merged 3 commits into from
Dec 28, 2020
Merged

Bump to v20.12 #1987

merged 3 commits into from
Dec 28, 2020

Conversation

ahopkins
Copy link
Member

@ahopkins ahopkins commented Dec 28, 2020

Version 20.12.0

Features

  • #1945 Static route more verbose if file not found
  • #1954 Fix static routes registration on a blueprint
  • #1961 Add Python 3.9 support
  • #1962 Sanic CLI upgrade
  • #1967 Update aiofile version requirements
  • #1969 Update multidict version requirements
  • #1970 Add py.typed file
  • #1972 Speed optimization in request handler
  • #1979 Add app registry and Sanic class level app retrieval

Bugfixes

  • #1965 Fix Chunked Transport-Encoding in ASGI streaming
    response

Deprecations and Removals

  • #1981 Cleanup and remove deprecated code

Developer infrastructure

  • #1956 Fix load module test
  • #1973 Transition Travis from .org to .com
  • #1986 Update tox requirements

Improved Documentation

  • #1951 Documentation improvements
  • #1983 Remove duplicate contents in testing.rst
  • #1984 Fix typo in routing.rst

Copy link
Member

@vltr vltr left a comment

Choose a reason for hiding this comment

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

Let's get this rolling.

@codecov
Copy link

codecov bot commented Dec 28, 2020

Codecov Report

Merging #1987 (b66fb6f) into master (7475897) will increase coverage by 0.18%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1987      +/-   ##
==========================================
+ Coverage   92.60%   92.78%   +0.18%     
==========================================
  Files          29       29              
  Lines        3259     3259              
  Branches      569      569              
==========================================
+ Hits         3018     3024       +6     
+ Misses        163      159       -4     
+ Partials       78       76       -2     
Impacted Files Coverage Δ
sanic/__version__.py 100.00% <100.00%> (ø)
sanic/server.py 81.61% <0.00%> (+1.12%) ⬆️

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 7475897...b66fb6f. Read the comment docs.

@ahopkins ahopkins merged commit 150d75b into master Dec 28, 2020
ahopkins added a commit that referenced this pull request Jan 5, 2021
* Bump to v20.12 (#1987)

* Bump to v20.12

* Update Changelog

* Add disable app registry

* squash

* Create FUNDING.yml (#1995)
ahopkins added a commit that referenced this pull request Jan 7, 2021
* Bump to v20.12

* Update Changelog

* #1993 Disable registry (#1994)

* Bump to v20.12 (#1987)

* Bump to v20.12

* Update Changelog

* Add disable app registry

* squash

* Create FUNDING.yml (#1995)
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.

2 participants