Skip to content

v0.9.1

Compare
Choose a tag to compare
@Kimahriman Kimahriman released this 08 Apr 02:00
· 47 commits to master since this release

Key Features

  • Token-based SASL sessions now support all protection types (authentication, integrity, and privacy)
  • Added encrypted data transfer support, including SASL based encryption and AES stream cipher based encryption

What's Changed

  • Custom digest-md5 implementation by @Kimahriman in #84
  • Add integrity support to token sasl by @Kimahriman in #88
  • Add encryption support to token SASL by @Kimahriman in #90
  • Support SASL based data transfer encryption by @Kimahriman in #92
  • feat: Configure optional kerberos feature for Python package by @yjshen in #91
  • Consolidate Python deps with workspace and update CI to deploy Kerberos feature by @Kimahriman in #93
  • Fix erasure coded reads when a block is missing by @Kimahriman in #86
  • Add support for encrypting data transfers with AES by @Kimahriman in #94
  • Support forced data transfer protection by @Kimahriman in #95

New Contributors

Full Changelog: v0.8.0...v0.9.1