0.9.5
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
deprecatedLwt_main.yield
. As a side effect we have updated the
Lwt version constraint to be greater or equal to5.0.0
.