Rust SDK Changelog
[0.1.0] - 2026-02-16
Added
- Initial release
- UDM models for all 23 domains (serde-based)
- UdmEvent builder with fluent API
- ValidationEngine for schema validation
- ProvenanceTagger with HMAC-SHA256 signing
- HTTP transport via reqwest (behind
http feature flag) - File-based edge buffer for offline operation
- Exponential backoff retry with circuit breaker
- Batching and gzip compression
- PhyTraceAgent for production deployments
- YAML configuration support
- 4 runnable examples