Update to version 4.0.0
Important update notes
Breaking changes
Sender verifications
Sender verifications performed with previous versions of the Cryptshare Robot cannot be used by versions >= 4.0.0 of the robot for compatibility reasons and must therefore be recreated.
Changes in this version
Introducing the "Strict" Mode
In the case of a successful transfer and also in the case of transfers in which individual (but not all) files were removed during transfer processing (e.g. through pre-processing in the case of a virus detection), the exit code 0 was always returned up to now.
By activating the "Strict" Mode it is now possible to obtain a separate exit code in the case of transfers where a subset of files has been removed (440). With this, a programmatic distinction between a completely successful and a partially failed transfer is possible.
More information for the "Strict" Mode and the Exit Codes can be found in the corresponding articles.