v3.2.1
- Bump minimum supported iOS version to 10 (was 9)
- Improve error messages for
decrypt
,decrypt_stream
, andget_resource_id
when the given encrypted data is empty. Note thatdecrypt
anddecrypt_stream
will return anInvalidArgument
error when that happens, not aDecryptionFailed
. - Downgrade severity for logs related to internal storage and HTTP requests from
Info
toDebug