Changelog for Falcon 4.3.1#
Summary#
This is a SemVer patch release that makes Falcon’s own test
suite compatible with the recently released cbor2 6.x series.
Documentation and tests aside, this release is functionally identical to Falcon 4.3.0.
Misc#
Falcon’s test suite is now compatible with the
cbor26.x series, whoseCBORDecodeErroris no longer a subclass ofValueError. This is a test-only change with no impact on Falcon’s runtime behavior (Falcon has zero hard dependencies outside of the standard library, andcbor2is only used in our own test suite). (#2663)