- Add :class:`DeviceIDAuthorizer` that permits installed application access to the API.
0.1.0
------------------
**Added**
- ``RequestException`` which wraps all exceptions that occur from ``requests.request`` in a ``prawcore.RequestException``.
**Changed**
- What was previously ``RequestException`` is now ``ResponseException``.
0.0.15
-------------------
**Added**
- Handle Cloudflare 522 responses.
0.0.14
-------------------
**Added**
- Add ``ServerError`` exception for 502, 503, and 504 HTTP status codes that is only raised after three failed attempts to make the request. - Add ``json`` parameter to ``Session.request``.
0.0.13
-------------------
**Added**
- Automatically attempt to refresh access tokens when making a request if the access token is expired.
**Fixed**
- Consider access tokens expired slightly earlier than allowed for to prevent InvalidToken exceptions from occuring.