Releases: matrix-org/python-signedjson
Releases · matrix-org/python-signedjson
v1.1.4
29 Mar 16:31
Compare
Sorry, something went wrong.
No results found
Signedjson 1.1.4 (2022-03-29)
Bugfixes
Fix a bug introduced in signedjson 1.1.3 where signedjson could not be imported due to an MRO resolution error. (#22 )
v1.1.2
29 Mar 13:19
Compare
Sorry, something went wrong.
No results found
Signedjson 1.1.2 (2022-03-29)
Bugfixes
Do not require importlib_metadata on Python 3.8 and above. By @MeggyCal . (#9 )
Internal Changes
Configure @matrix-org/synapse-core to be the code owner for the repository. (#11 )
Use assertEqual for Python 3.11. By @hugovk . (#17 )
Run linters (flake8, mypy, black, isort). (#20 )
Mark the package as containing type hints. (#20 )
signedjson 1.1.1 (2020-03-27)
27 Mar 19:47
Compare
Sorry, something went wrong.
No results found
Bugfixes
Fix incorrect typing annotation for decode_signing_key_base64. (#5 )
Reinstate decode_verify_key_base64 function which was erroneously removed in 1.1.0. (#6 )
Internal Changes
Use setuptools_scm for the version number. (#7 )