Skip to content

v0.1.28

Choose a tag to compare

@affandar affandar released this 04 Apr 19:31
· 69 commits to main since this release

What's Changed

Added

  • Provider::get_instance_stats() with stored procedure for per-instance history, queue carry-forward, and KV usage reporting
  • 8 new validation tests: corrupted history error propagation (2) + stats tests (6)
  • sample_orchestration_stats and sample_kv_read_modify_write_counter e2e coverage

Fixed

  • Deserialization error propagation: read(), read_with_execution(), and read_history_with_execution_id() now return ProviderError::permanent instead of silently dropping malformed events
  • get_instance_stats carry_forward: corrected JSONB path and removed error-swallowing EXCEPTION block

Changed

  • Bumped duroxide dependency to 0.1.27

Full Changelog: See CHANGELOG.md