Skip to content

0.9.5

Compare
Choose a tag to compare
@dhil dhil released this 13 Jan 14:21
· 102 commits to master since this release

CHANGES:

This is a minor hotfix release.

  • The database query deduplication now correctly handles subexpressions recursively.
  • Fixed a bug whereby messages received on the client-side would not
    be deserialised correctly.
  • The Links runtime, now internally, uses Lwt.pause rather than the
    deprecated Lwt_main.yield. As a side effect we have updated the
    Lwt version constraint to be greater or equal to 5.0.0.