Skip to content

1.4.0 -- 2019-05-23

Compare
Choose a tag to compare
@mattsb42-aws mattsb42-aws released this 28 May 19:13
d6c39a7

Minor

  • Remove dependence on all source_stream APIs except for read(). #103

Potentially Backwards Incompatible

  • Encryption streams no longer close the source_stream when they themselves close.
    If you are using context managers for all of your stream handling,
    this change will not affect you.
    However, if you have been relying on the StreamDecryptor
    or StreamEncryptor to close your source_stream for you,
    you will now need to close those streams yourself.
  • StreamDecryptor.body_start and StreamDecryptor.body_end,
    deprecated in a prior release,
    have now been removed.

Maintenance

  • Move all remaining unittest tests to pytest. #99

Bugfixes

  • Fix MasterKeyprovider.decrypt_data_key_from_list error handling. #150