Releases: vmware/differential-datalog
Releases · vmware/differential-datalog
DDlog v0.15.4
- New functions added to the regex library: #576
DDlog v0.15.2
- Improved JSON (de)serialization: #566
- Bug fix in type coercion: #565
- Souffle converter: support for new souffle syntax: #564
DDlog v0.15.1
- MacOS compatibility issue
- Documentation cleanup
DDlog v0.15.0
- Floating point support
- Bug fixes
DDlog v0.14.3
- Uniform formatting for output records: #542.
- On-the-fly deserialization of records from JSON: #543.
DDlog v0.14.2
- Initial support for recursive data types: #538
- New library functions in
json.dl
and std.dl
: #538
- Allow access to fields of structs and tuples wrapped in
Ref<>
's using .
-notation: #534
DDlog v0.14.1
- Support for JSON parsing/generation: #528
- Go API: #529
- Extend the command language to import string literals from files: a278a9e
- Improved compilation of type annotations: 66bd02f
- New command:
insert_or_update
: 9692a60
DDlog v0.14.0
- Libraries: uuid.dl (7dad9d5), net.dl (b5b650e)
- Introduced insert-or-update command: 9692a60
- Improved re-compilation time: 7dad9d5
ovsdb2ddlog --output-file
CLI switch: c755492
ddlog --output-dir
CLI switch: c61563f