Releases: diegocepedaw/iris
Releases · diegocepedaw/iris
v1.0.37
Don't prepend https:// to proxy hostnames (#668) Historically, this approach has always worked because http forward proxies generally only listen on http:// (not https://) and urllib3 has not supported connecting to a http proxy via https:// so it has always ignored the scheme. However, as of urllib3 >= 1.26 or so, urllib3 does support and attempt connecting to proxies via https:// (if this schem is provided) and it raises an exception if the proxy only listens on http:// Fix this by no longer enforcing a http:// prefix to proxy hostnames. If the user desires connecting to a https:// proxy, this prefix can be provided within Iris's configuration.
v1.0.36
Update __init__.py
v1.0.35
Update __init__.py
v1.0.34
remove extra arguments
v1.0.33
bumnp version
v1.0.32
Update __init__.py - add a default per app message quota
v1.0.31
Update __init__.py [DB SCHEMA CHANGE]
v1.0.30
Update __init__.py
v1.0.29
Update __init__.py
v1.0.28
Replace smart quotes with regular quotes.