Skip to content

Releases: palantir/hadoop-crypto

2.0.0-rc3

16 Dec 20:56
Compare
Choose a tag to compare
2.0.0-rc3 Pre-release
Pre-release
Optimize seek to do less work in some cases (#33)

2.0.0-rc2

16 Dec 01:33
Compare
Choose a tag to compare
2.0.0-rc2 Pre-release
Pre-release
Slightly improve object allocation (#31)

2.0.0-rc1

09 Dec 01:50
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release
  • Refactor crypto ciphers and streams into separate project without Hadoop dependencies
  • Introduce SeekableInput to replace dependency on FSDataInputStream

1.1.1

12 Nov 00:01
Compare
Choose a tag to compare
  • Implement bulk read method in FsCipherInputStream

1.1.0

27 Oct 21:58
Compare
Choose a tag to compare
  • Add efs impl (StandaloneEncryptedFileSystem) that is able to be run as a standalone FileSystem
  • Implement rename in EncryptedFileSystem

1.0.1

28 Sep 17:34
Compare
Choose a tag to compare
  • Fix bug where the length of arrays was being written as a byte rather than an int. This caused serialization failures when using 2048 bit RSA keys to wrap 256 bit AES keys.

1.0.0

01 Jul 02:47
Compare
Choose a tag to compare

Initial release of Hadoop Crypto