Skip to content

Releases: vmware/differential-datalog

DDlog v0.5.2

28 Jun 05:22
Compare
Choose a tag to compare

Bug fix release

DDlog v0.5.1

25 Jun 14:38
Compare
Choose a tag to compare

Bug fix release

DDlog v0.5.0

19 Jun 16:11
Compare
Choose a tag to compare

New transaction API aggregates changes inside DDlog

DDlog v0.4.2

12 Jun 19:04
Compare
Choose a tag to compare

Bug fix release

DDlog v0.4.1

09 Jun 21:16
Compare
Choose a tag to compare
  • Signed numbers
  • Type casting
  • Include files needed for offline builds in binary releases

DDlog v0.4

14 May 15:57
Compare
Choose a tag to compare

Bug fixes, optimizations, improved profiling and debugging infrastructure.

DDlog v0.3.1

08 Apr 00:58
Compare
Choose a tag to compare
  • Add ddlogapi.jar to the distribution
  • String interning library

DDlog v0.3: upgrade to differential-dataflow v0.9

04 Apr 05:52
Compare
Choose a tag to compare

Upgrade DDlog to use the latest release of the differential-dataflow library. This results in better performance, especially on large programs.

DDlog v0.2: Optimizations + Relation Transformers feature

29 Mar 23:50
Compare
Choose a tag to compare
  • Features

    • Relation transformers (experimental)
  • Library functions

    • std.string_substr()
    • std.group_set_unions()
    • allocate.allocate_with_hint()
    • tinyset library
  • Optimizations

    • Improved differential dataflow arrangement reuse
    • Save memory and CPU cycles by only boxing large values
  • C API improvements

    • ddlog_dump_record() - function to pretty-print DDlog records
    • ddlog_dump_ovsdb_delta() - a single function to convert all table updates to JSON

DDlog v0.1

06 Feb 04:03
Compare
Choose a tag to compare
Configure travis to publish binary releases

Triggered on every tagged commit