44Unreleased
55----------
66
7+ Version 2.7.0
8+ -------------
9+
10+ Released 2023-10-20
11+
12+ - Fix to_cis to convert protected from Dict[str, Any] to Dict[int, Any]. `#452 <https://github.com/dajiaji/python-cwt/pull/452 >`__
13+ - Add detached_payload parameter to sign/verify funcs. `#451 <https://github.com/dajiaji/python-cwt/pull/451 >`__
14+ - Fix detach&attach not to create new COSEMessage instance. `#447 <https://github.com/dajiaji/python-cwt/pull/447 >`__
15+ - Remove Self from COSEMessage. `#446 <https://github.com/dajiaji/python-cwt/pull/446 >`__
16+ - Update test for COSE-HPKE. `#445 <https://github.com/dajiaji/python-cwt/pull/445 >`__
17+ - Add detached content converter. `#444 <https://github.com/dajiaji/python-cwt/pull/444 >`__
18+ - Add ECDH-ES+AES-KW test. `#443 <https://github.com/dajiaji/python-cwt/pull/443 >`__
19+ - Parametrize test for AES-KW/HPKE and CTR/CBC. `#442 <https://github.com/dajiaji/python-cwt/pull/442 >`__
20+ - Add AES-CTR and AES-CBC support. `#441 <https://github.com/dajiaji/python-cwt/pull/441 >`__
21+ - Allow AES-KW algorithm in context. `#439 <https://github.com/dajiaji/python-cwt/pull/439 >`__
22+ - Update dev dependencies.
23+ - Bump urllib3 to 2.0.6. `#450 <https://github.com/dajiaji/python-cwt/pull/450 >`__
24+ - Bump pre-commit/mirrors-mypy to 1.5.1. `#449 <https://github.com/dajiaji/python-cwt/pull/449 >`__
25+ - Bump pre-commit to 3.5.0. `#448 <https://github.com/dajiaji/python-cwt/pull/448 >`__
26+ - Bump pre-commit/black to 23.9.1. `#438 <https://github.com/dajiaji/python-cwt/pull/438 >`__
27+ - Bump pre-commit/pre-commit-hooks to 4.5.0. `#438 <https://github.com/dajiaji/python-cwt/pull/438 >`__
28+
729Version 2.6.0
830-------------
931
@@ -16,6 +38,7 @@ Released 2023-10-09
1638- Fix typo of private attribute. `#435 <https://github.com/dajiaji/python-cwt/pull/435 >`__
1739- Update dev dependencies.
1840 - Bump urllib3 to 2.0.6. `#436 <https://github.com/dajiaji/python-cwt/pull/436 >`__
41+ - Bump pre-commit/mirrors-mypy to 1.5.1. `#434 <https://github.com/dajiaji/python-cwt/pull/434 >`__
1942
2043Version 2.5.1
2144-------------
0 commit comments