EduMatcher v0.13.4
[v0.13.4] - 2026-07-04
Release Type: patch
📋 Summary
This patch release hardens configuration verification and improves documentation for configuration workflows. It also fixes a flaky RALF example test timeout caused by PUB/SUB timing.
🚀 Improvements
- Improved
pm-cverifiersemantic and schema validation around market-maker settings and BALF gateway checks - Improved verifier robustness for malformed config shapes to avoid crashes and return actionable findings
🐛 Bug Fixes
- Fixed intermittent timeout in
test_python_example_subscribes_and_parses_gateway_execby making the RALF PUB/SUB test resilient to subscription propagation timing
📚 Documentation
- Updated config verifier user-guide content with current checks and BALF gateway validation guidance
- Added startup training exercises for validating configs with
pm-cverifier, including strict and JSON workflows - Updated README structure and overview details for performance, protocols, and documentation navigation
🛠 Internal
- Added broad
pm-cverifierregression coverage for BALF, market-maker, and malformed-input edge cases