mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
mitmproxy 7.0.2
This commit is contained in:
parent
53a916e39b
commit
8b88e8f0a5
@ -1,5 +1,9 @@
|
||||
# Release History
|
||||
|
||||
## 4 August 2021: mitmproxy 7.0.2
|
||||
|
||||
* Fix a WebSocket crash introduced in 7.0.1 (@mhils)
|
||||
|
||||
## 3 August 2021: mitmproxy 7.0.1
|
||||
|
||||
* Performance: Re-use OpenSSL contexts to enable TLS session resumption (@mhils)
|
||||
|
@ -2,7 +2,7 @@ import os
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
VERSION = "8.0.0.dev"
|
||||
VERSION = "7.0.2"
|
||||
MITMPROXY = "mitmproxy " + VERSION
|
||||
|
||||
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one
|
||||
|
Loading…
Reference in New Issue
Block a user