All Versions
10
Latest Version
Avg Release Cycle
31 days
Latest Release
1428 days ago

Changelog History

  • v0.22.2 Changes

    April 30, 2020

    Patch deadlock issue #135

  • v0.22.1

    March 21, 2020
  • v0.22.0 Changes

    March 20, 2020

    ๐Ÿ”„ Changed error handling and added some convenience methods to Stream.

  • v0.21.0 Changes

    November 27, 2019
    • โž• Add in-memory encrypted streaming ability. #128
  • v0.20.1 Changes

    October 28, 2019

    Harden safe termination functionality.

  • v0.20.0 Changes

    October 12, 2019
    • โž• Add Enclave size method #120
    • ๐Ÿ“ฆ Move disabling core dumps initialization procedure to core package.
    • โšก๏ธ Update dependencies and docs.
  • v0.19.1 Changes

    August 11, 2019
    • โšก๏ธ Update package due to API change in dependency. #117
  • v0.19.0 Changes

    August 06, 2019
    • Stopped vendoring dependencies.
    • ๐Ÿ“ฆ Split off memcall into its own standalone package.
    • ๐Ÿšš Increase coffer re-key interval to 500ms and remove the option to specify it.
  • v0.18.2 Changes

    July 31, 2019

    โž• Added mitigations against dead-code elimination in Wipe and Scramble functions. See #106

  • v0.18.1 Changes

    July 26, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ”’ Attain exclusive mutex lock in Freeze/Melt methods instead of read only lock.