Skip to content

v2.5.0 (2026-07-23)

Choose a tag to compare

@ptaoussanis ptaoussanis released this 23 Jul 12:11

This is a minor performance release that reduces overhead in runtime assertions, submap matching, and contextual exception creation. It should be a safe upgrade for all typical users of v2.4.x. Please see the linked commit messages below for details.

- Peter Taoussanis

Performance improvements

  • [prf] Assertions: widen safe predicates [bce73c7]
  • [prf] Assertions: inline special predicates [741b83a]
  • [prf] Submap: avoid duplicate lookups [511362d]
  • [prf] ex-info: avoid copying basic data maps [4c761ad]