- changing function to rename image after download to `shutil.move` to allow for cross device downloads. - *apps extraction* files limited to those in bin and lib, as the response to the server was too large. - **updated tests** to handle secure build - to address this [sregisty issue](https://github.com/singularityhub/sregistry/issues/56) the push client does not always state that the upload is finished. In the case that an image is frozen (and 403 status) this message is misleading.
2.4
**changed defaults** - *sregistry client*: to support use of squashfs images and singularity 2.4, the default upload is not compressed, assuming squashfs, and the default download is not decompressed. To still compress an image add the `--compress` flag on push, and the `--decompress` flag on pull.