Skip to content

RelPrim 0.5.0

Choose a tag to compare

@bart-rozycki bart-rozycki released this 08 Jun 14:19

Summary

RelPrim 0.5.0 adds validation support.

This release introduces dependency-free validation primitives and integrates validation with the high-level async operation API.

Added

  • ValidationResult
  • Validator
  • CallableValidator
  • ValidationPolicy
  • ValidationFailedError
  • validator() factory
  • validation_policy() factory
  • AsyncOperation.with_validation()
  • Validation metadata in execution reports
  • Retry and fallback support for validation failures
  • README and examples updated with validation usage

Notes

RelPrim is still in early development and APIs may change before the first stable release.