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 cbor2 6.x series, whose CBORDecodeError is no longer a subclass of ValueError. This is a test-only change with no impact on Falcon’s runtime behavior (Falcon has zero hard dependencies outside of the standard library, and cbor2 is only used in our own test suite). (#2663)