* (Hopefully) fixed the ability to publish edx-drf-extensions, by adding a ``long_description`` to setup.py. There was no real 8.5.1 or 8.5.2.
8.5.0
--------------------
Added ~~~~~
* Added ``jwt_auth_verify_keys_count`` custom attribute to aid in key rotations
8.4.1
--------------------
Added ~~~~~
* Additional logging in `authenticate_credentials` within the JWT authentication middleware for debugging purposes.
8.4.0
--------------------
Added ~~~~~
* Added custom attribute enduser.id, following OpenTelemetry convention. This works with some New Relic automatic tooling around users. The old custom attribute request_user_id should be considered deprecated.
8.3.1
--------------------
Fixed ~~~~~~~
* Fixed disabled user error by reverting change to JwtAuthentication.
8.3.0
--------------------
Changed ~~~~~~~
* JwtAuthentication will fail for disabled users (with unusable password).