Added - Added resumable send/receive. Use the `resume` option in the config file or the `-r` flag for `pyznap send`. - Added options `dest_auto_create`, `retries` and `retry_interval`.
1.5.0
Added - Added zfs raw send for encrypted or compressed datasets. Use the `raw_send` option in the config file or the `-w` flag for `pyznap send`.
1.4.3
Fixed - pyznap would falsely assume executables such as 'pv' exist on SmartOS even when not present.
1.4.2
Fixed - Catch DatasetNotFoundError if dataset was destroyed after starting pyznap.
1.4.1
Fixed - Close stderr to detect broken pipe. - Raise CalledProcessError if there is any error during zfs receive.
1.4.0
Added - You can now exclude datasets when sending using [Unix shell-type wildcards](https://docs.python.org/3/library/fnmatch.html). Use the `exclude` keyword in the config or the `-e` flag for `pyznap send`.