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

v2.2.0 #377

Merged
merged 45 commits into from
Jun 17, 2020
Merged

v2.2.0 #377

merged 45 commits into from
Jun 17, 2020

Conversation

abhinavsingh
Copy link
Owner

No description provided.

Bénouare and others added 30 commits February 1, 2020 08:51
)

Co-authored-by: Abhinav Singh <mailsforabhinav@gmail.com>
* Remove -dev from python-version. See https://twitter.com/imoracle/status/1224070108064043008 for background

* Remove benchmark module which was broken on 3.6.9 (mypy broken). Also remove 3.5 support from README
* Fixes #320

* Update README and add codecov.yml

* Update codecov.yml
* Fix/Re-enable VCR test on Linux

* Disable tests for Windows due to weird permission issues
Co-authored-by: Abhinav Singh <mailsforabhinav@gmail.com>
* Update develop brew to use typing_extensions-3.7.4.2

* npm audit fix
Co-authored-by: Abhinav Singh <mailsforabhinav@gmail.com>
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](jquery/jquery@3.4.1...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Abhinav Singh <mailsforabhinav@gmail.com>
Co-authored-by: Abhinav Singh <mailsforabhinav@gmail.com>
Co-authored-by: Abhinav Singh <mailsforabhinav@gmail.com>
abhinavsingh and others added 15 commits June 6, 2020 19:10
* Add fix to be complaint with urlparse.urlsplit semantics which expects a fully qualified URL

* Log exception stacktrace on OSError
Co-authored-by: Abhinav Singh <mailsforabhinav@gmail.com>
* Use common.pki for interception certificate generation

* Fix tests

* Dont use certificate fields that we dont need, it leads to certificate generation error on Ubuntu

* Prepare for v2.2.0

* npm audit fix
…_2 for client wrap and allow TLSv1_1 for server wrap (#370)
* Move static values to constants.py

* Install openssl in docker containers for TLS interception

* Complete TLS Interception with Docker doc
@codecov
Copy link

codecov bot commented Jun 17, 2020

Codecov Report

Merging #377 into master will increase coverage by 8.45%.
The diff coverage is 84.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #377      +/-   ##
==========================================
+ Coverage   73.02%   81.47%   +8.45%     
==========================================
  Files          74       72       -2     
  Lines        2843     2813      -30     
==========================================
+ Hits         2076     2292     +216     
+ Misses        767      521     -246     
Impacted Files Coverage Δ
proxy/common/pki.py 69.14% <ø> (ø)
proxy/http/websocket.py 62.71% <0.00%> (ø)
proxy/plugin/proxy_pool.py 54.54% <ø> (ø)
proxy/http/handler.py 83.68% <50.00%> (+4.77%) ⬆️
proxy/http/proxy/server.py 78.27% <76.08%> (+7.73%) ⬆️
proxy/common/flags.py 97.80% <89.65%> (-0.04%) ⬇️
proxy/common/constants.py 100.00% <100.00%> (ø)
proxy/common/version.py 100.00% <100.00%> (ø)
proxy/core/connection/connection.py 100.00% <100.00%> (+2.12%) ⬆️
proxy/core/threadless.py 91.04% <100.00%> (+51.49%) ⬆️
... and 18 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 e827eaa...f45614a. Read the comment docs.

@abhinavsingh abhinavsingh merged commit 7ccdc2a into master Jun 17, 2020
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.

None yet

3 participants