Patch Release
- This version improves the handling of worker startup. All messages sent to a worker are now buffered until deployment is complete. After deployment is complete, these messages are replayed in order, after which the worker receives and processes messages as normal.
The mix task attached to this release can be used to create a Skitter project using this version. It can be installed with the following command:
$ mix archive.install hex skitter_new 0.7.2
Or by downloading the archive attached to this release and installing it usingmix archive.install <path_to_file>
.