Skip to content

Releases: palantir/hadoop-crypto

3.7.0

15 Sep 14:42
6968563
Compare
Choose a tag to compare

No documented user facing changes

3.6.0

16 May 22:43
ad5193e
Compare
Choose a tag to compare
Type Description Link
Fix EncryptedFileSystem#delete now correctly can delete a partially deleted (aka only keymaterial deleted) file. #696

3.5.0

03 Mar 20:55
a8a3e95
Compare
Choose a tag to compare
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

06 Dec 20:53
ce77a18
Compare
Choose a tag to compare
Type Description Link
Improvement PathConvertingFileSystem renames paths without creating new FileStatus objects. #638

3.4.0

04 Dec 22:03
aae2718
Compare
Choose a tag to compare
Type Description Link
Improvement Use CircleCI template #619
Improvement PathConvertingFileSystem renames paths without creating new FileStatus objects. #638

3.3.0

30 Sep 13:37
e75f26a
Compare
Choose a tag to compare
Type Description Link
Improvement Bump hadoop dependencies to 3.3.4 #617

3.2.0

13 Jan 16:43
5b7d33e
Compare
Choose a tag to compare
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

10 Nov 17:18
682f930
Compare
Choose a tag to compare
3.2.0-rc1 Pre-release
Pre-release
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

09 Sep 14:17
dcdae9b
Compare
Choose a tag to compare
Type Description Link
Improvement Reduce byte[] allocations during reads via ApacheCtrDecryptingSeekableInput #561

3.0.0

06 May 20:29
693911e
Compare
Choose a tag to compare
Type Description Link
Break Upgrade to Hadoop 3.x #442