Skip to content

Releases: diegocepedaw/iris

v1.0.37

15 Feb 15:18
53d7300
Compare
Choose a tag to compare
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

25 Aug 16:17
1e9d975
Compare
Choose a tag to compare
Update __init__.py

v1.0.35

05 Aug 20:23
a3922eb
Compare
Choose a tag to compare
Update __init__.py

v1.0.34

21 Jul 17:46
Compare
Choose a tag to compare
remove extra arguments

v1.0.33

20 Jul 17:47
Compare
Choose a tag to compare
bumnp version

v1.0.32

18 Mar 23:30
216515e
Compare
Choose a tag to compare
Update __init__.py

- add a default per app message quota

v1.0.31

24 Feb 18:35
7f3362e
Compare
Choose a tag to compare
Update __init__.py [DB SCHEMA CHANGE]

v1.0.30

06 Feb 00:12
d63e394
Compare
Choose a tag to compare
Update __init__.py

v1.0.29

01 Feb 23:56
2ae69bb
Compare
Choose a tag to compare
Update __init__.py

v1.0.28

30 Nov 18:58
Compare
Choose a tag to compare
Replace smart quotes with regular quotes.