File: CHANGELOG.md

package info (click to toggle)
python-signedjson 1.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: python: 375; makefile: 3
file content (51 lines) | stat: -rw-r--r-- 1,760 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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](https://github.com/matrix-org/python-signedjson/issues/22))


Signedjson 1.1.3 (2022-03-29)
=============================


Internal Changes
----------------

- Mark the `SigningKey` and `VerifyKey` types as `SupportsBytes`. ([\#21](https://github.com/matrix-org/python-signedjson/issues/21))


Signedjson 1.1.2 (2022-03-29)
=============================

Bugfixes
--------

- Do not require `importlib_metadata` on Python 3.8 and above. By @MeggyCal. ([\#9](https://github.com/matrix-org/python-signedjson/issues/9))


Internal Changes
----------------

- Configure @matrix-org/synapse-core to be the code owner for the repository. ([\#11](https://github.com/matrix-org/python-signedjson/issues/11))
- Use `assertEqual` for Python 3.11. By @hugovk. ([\#17](https://github.com/matrix-org/python-signedjson/pull/17))
- Run linters (flake8, mypy, black, isort). ([\#20](https://github.com/matrix-org/python-signedjson/pull/20))
- Mark the package as containing type hints. ([\#20](https://github.com/matrix-org/python-signedjson/pull/20))


Signedjson 1.1.1 (2020-03-27)
=============================

Bugfixes
--------

- Fix incorrect typing annotation for `decode_signing_key_base64`. ([\#5](https://github.com/matrix-org/python-signedjson/issues/5))
- Reinstate `decode_verify_key_base64` function which was erroneously removed in 1.1.0. ([\#6](https://github.com/matrix-org/python-signedjson/issues/6))


Internal Changes
----------------

- Use `setuptools_scm` for the version number. ([\#7](https://github.com/matrix-org/python-signedjson/issues/7))