Skip to content

v2.9.2

Latest
Compare
Choose a tag to compare
@ghostdogpr ghostdogpr released this 22 Feb 05:08
· 19 commits to series/2.x since this release
48bbd60

Release Notes

This is a small release with a few bug fixes and improvements.

Bug fixes

Performance improvements

  • Improve performance by avoiding interface method dispatches for iterables in Validator by @kyri-petrou in #2499
  • Improve performance by manually extracting tuple params in CPU-hotpath code by @kyri-petrou in #2502