Skip to content

Commit

Permalink
Merge branch 'caching-staging' into prod-master
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsb42-aws committed Aug 4, 2017
2 parents f4cbe48 + 74e8c08 commit b6a2bbc
Show file tree
Hide file tree
Showing 69 changed files with 6,005 additions and 1,929 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
=========
Changelog
=========

1.3.0
=====

Major
-----
* Added cryptographic materials managers as a concept
* Added data key caching
* Moved to deterministic IV generation

Minor
-----
* Added changelog
* Fixed attrs usage to provide consistent behavior with 16.3.0 and 17.x
* Fixed performance bug which caused KDF calculations to be performed too frequently
* Removed ``line_length`` as a configurable parameter of ``EncryptingStream`` and
``DecryptingStream`` objects to simplify class APIs after it was found in further
testing to have no measurable impact on performance
* Added deterministic length eliptic curve signature generation
* Added support for calculating ciphertext message length from header
* Migrated README from md to rst

1.2.2
=====
* Fixed ``attrs`` version to 16.3.0 to avoid `breaking changes in attrs 17.1.0`_

1.2.0
=====
* Initial public release

.. _breaking changes in attrs 17.1.0: https://attrs.readthedocs.io/en/stable/changelog.html
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include README.md
include README.rst
include LICENSE
include requirements.txt
209 changes: 0 additions & 209 deletions README.md

This file was deleted.

0 comments on commit b6a2bbc

Please sign in to comment.