Skip to content

v5.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 00:07
· 39 commits to master since this release

v5.2.0 (2026-02-10)

Bug Fixes

  • Address code review feedback - fix imports, runner script, test assertions, and documentation (c4e8016)

Co-authored-by: jacksonpradolima 7774063+jacksonpradolima@users.noreply.github.com

  • Remove ENHANCEMENT_SUMMARY.md, remove duplicate Testing section, clarify test assertion (4c37a78)

Co-authored-by: jacksonpradolima 7774063+jacksonpradolima@users.noreply.github.com

  • Simplify comprehension to use collection constructor directly (fcf52dd)

Co-authored-by: jacksonpradolima 7774063+jacksonpradolima@users.noreply.github.com

Build System

  • deps: Bump github/codeql-action from 4.32.1 to 4.32.2 in /.github/workflows (49efd5c)

build(deps): bump github/codeql-action from 4.32.1 to 4.32.2 in /.github/workflows

  • deps: Bump github/codeql-action in /.github/workflows (0ef92d8)

Bumps github/codeql-action from 4.32.1 to 4.32.2.


updated-dependencies:

  • dependency-name: github/codeql-action dependency-version: 4.32.2

dependency-type: direct:production

update-type: version-update:semver-patch

...

Signed-off-by: dependabot[bot] support@github.com

Chores

  • Update uv.lock for version 5.1.0 (07e5ea5)

Documentation

  • Add comprehensive enhancement summary document (61491c6)

Co-authored-by: jacksonpradolima 7774063+jacksonpradolima@users.noreply.github.com

Features

  • Add fuzzing test runner and comprehensive test documentation (9630244)

Co-authored-by: jacksonpradolima 7774063+jacksonpradolima@users.noreply.github.com

  • Add modular hypothesis strategies and comprehensive edge-case tests (241b2ac)

Co-authored-by: jacksonpradolima 7774063+jacksonpradolima@users.noreply.github.com

  • Modular property-based testing framework with 36 new fast fuzzing tests (042079d)

feat: modular property-based testing framework with 36 new fast fuzzing tests

Performance Improvements

  • Reduce extreme test input sizes for faster execution (902e20d)

Co-authored-by: jacksonpradolima 7774063+jacksonpradolima@users.noreply.github.com

  • Reduce hypothesis max_examples for faster test execution (2240020)

Co-authored-by: jacksonpradolima 7774063+jacksonpradolima@users.noreply.github.com

Testing

  • Add --durations=10 to pytest config for test timing visibility (aefde80)

Co-authored-by: jacksonpradolima 7774063+jacksonpradolima@users.noreply.github.com

  • Mark slow stress test as integration and reduce max_examples for other slow tests (1dca809)

Co-authored-by: jacksonpradolima 7774063+jacksonpradolima@users.noreply.github.com


Detailed Changes: v5.1.0...v5.2.0