| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-15 | 892 Bytes | |
| TerminusDB Server v12.0.1 source code.tar.gz | 2025-12-15 | 1.3 MB | |
| TerminusDB Server v12.0.1 source code.zip | 2025-12-15 | 1.5 MB | |
| Totals: 3 Items | 2.8 MB | 0 | |
Enhancements
- Added
_countquery field to GraphQL for counting filtered results - Added field-level
@unfoldschema annotation for controlling document expansion - Added high-performance WOQL set operators (union, intersection, difference)
Bug fixes
- Fixed sys:JSON numeric values now properly cast to other numeric types
- Fixed nested subdocument ID generation bug
- Fixed stray subdocument residue during deletion (v12.0.0 regression)
- Fixed Foreign type schema validation and inclusion in schema graph
Maintenance and bug fixes
- Re-enabled in-memory server for testing
- Improved
make prworkflow for accurate PR testing - Reduced server startup delay
- Cleaned up Rust lifetime warnings and dead code
- Improved schema checker accuracy with additional test coverage
- Aligned
@unfoldwith@unfoldableand prevented potential WOQL unfolding issues