|
| 1 | +# Changelog |
| 2 | + |
| 3 | + |
| 4 | +## 1.0.1 -- 2019-10-10 |
| 5 | +* Modified Doxygen config file to generate dependency graphs [#376](https://github.com/aws/aws-encryption-sdk-c/pull/376) |
| 6 | +* Ran reformat [#426](https://github.com/aws/aws-encryption-sdk-c/pull/426) |
| 7 | +* Strengthen memory_order for refcount_down [#433](https://github.com/aws/aws-encryption-sdk-c/pull/433) |
| 8 | +* Update PR template [#391](https://github.com/aws/aws-encryption-sdk-c/pull/391) |
| 9 | +* Refreshing the clang-format file and checking the version [#430](https://github.com/aws/aws-encryption-sdk-c/pull/430) |
| 10 | +* Fix MultiKeyringNew proof so it runs again. [#444](https://github.com/aws/aws-encryption-sdk-c/pull/444) |
| 11 | +* Windows build fixes [#446](https://github.com/aws/aws-encryption-sdk-c/pull/446) |
| 12 | +* OSX build steps and README updates [#453](https://github.com/aws/aws-encryption-sdk-c/pull/) |
| 13 | +* Fix duplicate in encryption context deserialization bug [#408](https://github.com/aws/aws-encryption-sdk-c/pull/408) |
| 14 | +* Fix a bug where framefmt serialize returns a wrong ciphertext size [#385](https://github.com/aws/aws-encryption-sdk-c/pull/385) |
| 15 | +* Fix: Improve initialization. [#451](https://github.com/aws/aws-encryption-sdk-c/pull/451) |
| 16 | + |
| 17 | +## 1.0.0 -- 2019-05-20 |
| 18 | +* Changed links from awslabs to aws |
| 19 | +* Initial stable release |
| 20 | + |
| 21 | +## 0.2.0 -- 2019-05-13 |
| 22 | +* Added API function to make session from keyring |
| 23 | +* Added API function to make caching CMM from keyring |
| 24 | +* Added `_from_cmm` to end of `aws_cryptosdk_caching_cmm_new` function name |
| 25 | +* Changed `aws_cryptosdk_session_get_algorithm` to `aws_cryptosdk_session_get_alg_id` |
| 26 | +* Fixed HKDF bug |
| 27 | + |
| 28 | +## 0.1.2 -- 2019-02-28 |
| 29 | +* Fixed empty string bug on git version of KMS user agent |
| 30 | +* Local tests only by default |
| 31 | +* Fix of MAP_ANONYMOUS issue for older Linuxes |
| 32 | + |
| 33 | +## 0.1.1 -- 2019-02-21 |
| 34 | +* Fixed cmake bug regarding git version of KMS user agent |
| 35 | +* Added CBMC header file needed by newer aws-c-common versions |
| 36 | + |
| 37 | +## 0.1.0 -- 2019-02-05 |
| 38 | +* Initial public release |
0 commit comments