Releases: palantir/hadoop-crypto
Releases · palantir/hadoop-crypto
3.7.0
No documented user facing changes
3.6.0
Type |
Description |
Link |
Fix |
EncryptedFileSystem#delete now correctly can delete a partially deleted (aka only keymaterial deleted) file. |
#696 |
3.5.0
Type |
Description |
Link |
Fix |
StandaloneEncryptedFileSystem returns to its old behavior, of only overriding the scheme when the uri uses a scheme |
#667 |
2.10.1
Type |
Description |
Link |
Improvement |
PathConvertingFileSystem renames paths without creating new FileStatus objects. |
#638 |
3.4.0
Type |
Description |
Link |
Improvement |
Use CircleCI template |
#619 |
Improvement |
PathConvertingFileSystem renames paths without creating new FileStatus objects. |
#638 |
3.3.0
Type |
Description |
Link |
Improvement |
Bump hadoop dependencies to 3.3.4 |
#617 |
3.2.0
Type |
Description |
Link |
Improvement |
CryptoStreamFactory creates sympathetic chunking OutputStreams with performance characteristics matching the apache commons-crypto implementation |
#587 |
Improvement |
CryptoStreamFactory logs once at INFO whether OpenSSL is detected. Systems without OpenSSL no longer log a warning each time encryption or decryption is used. |
#592 |
3.2.0-rc1
Type |
Description |
Link |
Improvement |
CryptoStreamFactory creates sympathetic chunking OutputStreams with performance characteristics matching the apache commons-crypto implementation |
#587 |
Improvement |
hadoop-crypto only uses the JCE cryptography implementations and no longer relies on openssl or commons-crypto. Performance is not expected to be impacted. |
#588 |
3.1.0
Type |
Description |
Link |
Improvement |
Reduce byte[] allocations during reads via ApacheCtrDecryptingSeekableInput |
#561 |
3.0.0
Type |
Description |
Link |
Break |
Upgrade to Hadoop 3.x |
#442 |