Releases: palantir/hadoop-crypto
Releases · palantir/hadoop-crypto
2.0.0-rc3
Optimize seek to do less work in some cases (#33)
2.0.0-rc2
Slightly improve object allocation (#31)
2.0.0-rc1
- Refactor crypto ciphers and streams into separate project without Hadoop dependencies
- Introduce SeekableInput to replace dependency on FSDataInputStream
1.1.1
- Implement bulk read method in FsCipherInputStream
1.1.0
- Add efs impl (StandaloneEncryptedFileSystem) that is able to be run as a standalone FileSystem
- Implement rename in EncryptedFileSystem
1.0.1
- 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
Initial release of Hadoop Crypto