v3.2.1
- Add support for Ruby 3.2
- Improve error messages for
decrypt_utf8
,decrypt_data
,decrypt_stream
, andget_resource_id
when the given encrypted data is empty. Note thatdecrypt_utf8
,decrypt_data
, anddecrypt_stream
will throw anInvalidArgument
exception when that happens, not aDecryptionFailed
. - Downgrade severity for logs related to internal storage and HTTP requests from
Info
toDebug
- Dependency upgrades