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,9 @@ 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
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 3.2.1 (2022-09-06)
5+ ------------------
6+ OAuth2.0 Provider:
7+ * #803: Metadata endpoint support of non-HTTPS
8+
9+ OAuth1.0:
10+ * #818: Allow IPv6 being parsed by signature
11+
12+ General:
13+ * Improved and fixed documentation warnings.
14+ * Cosmetic changes based on isort
15+
4163.2.0 (2022-01-29)
517------------------
618OAuth2.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