http://open-source-security-software.net/project/cbor2/releases.atom Recent releases for cbor2 2025-05-02T15:52:10.705305+00:00 python-feedgen cbor2 5.2.0 cbor2 5.2.0 2020-09-30T09:53:09+00:00 Last release in the 5.x series as we will be removing support for Python 2.7 to 3.5 2020-09-30T09:53:09+00:00 cbor2 5.4.0 cbor2 5.4.0 2021-06-04T12:51:06+00:00 Added new feature stringrefs, which makes repetitive dictionary structures more compact. Use with care since support for this is rare in other CBOR implementations. This release includes some bugfixes around decoding invalid data, which may improve security on decoding untrusted data. 2021-06-04T12:51:06+00:00 cbor2 5.4.3 cbor2 5.4.3 2022-05-03T13:37:54+00:00 2022-05-03T13:37:54+00:00 cbor2 5.4.4 cbor2 5.4.4 2022-11-28T13:07:56+00:00 2022-11-28T13:07:56+00:00 cbor2 5.4.5 cbor2 5.4.5 2022-11-29T10:43:07+00:00 Fix potential memory leak. 2022-11-29T10:43:07+00:00 cbor2 5.4.6 cbor2 5.4.6 2022-12-07T18:16:50+00:00 * Fix a tag decoding error 2022-12-07T18:16:50+00:00 cbor2 5.5.0 cbor2 5.5.0 2023-10-20T22:45:23+00:00 - The `cbor2.encoder`, `cbor2.decoder` or `cbor2.types` modules were deprecated – import their contents directly from `cbor2` from now on. The old modules will be removed in the next major release. - Added support for Python 3.12 - Added type annotations - Dropped support for Python 3.7 - Fixed bug in the `fp` attribute of the built-in version of `CBORDecoder` and `CBOREncoder` where the getter returns an invalid pointer if the `read` method of the file was a built-in method 2023-10-20T22:45:23+00:00 cbor2 5.5.1 cbor2 5.5.1 2023-11-02T19:00:50+00:00 - Fixed `CBORSimpleValue` allowing the use of reserved values (24 to 31) which resulted in invalid byte sequences - Fixed encoding of simple values from 20 to 23 producing the wrong byte sequences 2023-11-02T19:00:50+00:00