File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,3 +49,10 @@ Scott Gifford
4949Hugo van Kemenade
5050Richard Connon
5151Karim Kanso
52+ Kian-Meng Ang
53+ Tim Gates
54+ Dariusz Smigiel
55+ Nemanja Tozic
56+ Kohki Yamagiwa
57+ Arie Bovenberg
58+ Sebastian Chnelik
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 3.2.1 (2022-09-09)
5+ ------------------
6+ OAuth2.0 Provider:
7+ * #803: Metadata endpoint support of non-HTTPS
8+ * CVE-2022-36087
9+
10+ OAuth1.0:
11+ * #818: Allow IPv6 being parsed by signature
12+
13+ General:
14+ * Improved and fixed documentation warnings.
15+ * Cosmetic changes based on isort
16+
4173.2.0 (2022-01-29)
518------------------
619OAuth2.0 Client:
Original file line number Diff line number Diff line change 1212from logging import NullHandler
1313
1414__author__ = 'The OAuthlib Community'
15- __version__ = '3.2.0 '
15+ __version__ = '3.2.1 '
1616
1717logging .getLogger ('oauthlib' ).addHandler (NullHandler ())
1818
You can’t perform that action at this time.
0 commit comments