Releases: LogLine-Foundation/TDLN
Releases · LogLine-Foundation/TDLN
TDLN v2.0.0 - First Stable Release
TDLN Core v2.0.0
First stable release of TDLN protocol implementation.
Highlights
- Complete semantic operator suite
- 36 passing tests with comprehensive coverage
- OOM protection and safety guarantees
- Production-ready runtime
- Extensive documentation and examples
Features
Core Protocol
- Deterministic canonicalization via Blake3
- Semantic operators (boolean, comparison, arithmetic, matrix)
- Safe matrix operations (max 10,000×10,000)
- Division-by-zero safety
- Helper functions for policy building
Performance
- Zero-copy policy evaluation where possible
- Efficient hash-based verification
- Optimized for production workloads
Documentation
Examples
- Basic policies
- Custom operators
- Audit trail (blockchain validators, IoT sensors)
- Integration examples
Breaking Changes
None (initial release)
Installation
git clone https://github.com/LogLine-Foundation/TDLN.git
cd TDLN
cargo build --release
cargo testFull Changelog: https://github.com/LogLine-Foundation/TDLN/commits/v2.0.0