|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 | 5 |
|
6 |
| -## [2.0.2](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v2.0.1...v2.0.2) (2022-09-07) |
7 |
| - |
| 6 | +# [3.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v2.0.2...v3.0.0) (2023-01-12) |
8 | 7 |
|
9 | 8 | ### Bug Fixes
|
10 | 9 |
|
11 |
| -* **#337:** update @aws-sdk/types ([#373](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/373)) ([b26a811](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/b26a811a392f5209c7ec7e57251500d4d78f97ff)), closes [#337](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/337) |
12 |
| -* **docs:** update README for packages/util ([#382](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/382)) ([f3e650e](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/f3e650e1b4792ffbea2e8a1a015fd55fb951a3a4)) |
13 |
| - |
14 |
| - |
| 10 | +- **docs:** sha256 packages, clarify hmac support ([#455](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/455)) ([1be5043](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/1be5043325991f3f5ccb52a8dd928f004b4d442e)) |
15 | 11 |
|
| 12 | +- feat!: replace Hash implementations with Checksum interface (#492) ([da43dc0](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/da43dc0fdf669d9ebb5bfb1b1f7c79e46c4aaae1)), closes [#492](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/492) |
16 | 13 |
|
| 14 | +### BREAKING CHANGES |
17 | 15 |
|
18 |
| -## [2.0.1](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v2.0.0...v2.0.1) (2021-12-09) |
| 16 | +- All classes that implemented `Hash` now implement `Checksum`. |
19 | 17 |
|
| 18 | +## [2.0.2](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v2.0.1...v2.0.2) (2022-09-07) |
20 | 19 |
|
21 | 20 | ### Bug Fixes
|
22 | 21 |
|
23 |
| -* **uint32ArrayFrom:** increment index & polyfill for Uint32Array ([#270](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/270)) ([a70d603](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/a70d603f3ba7600d3c1213f297d4160a4b3793bd)) |
24 |
| - |
| 22 | +- **#337:** update @aws-sdk/types ([#373](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/373)) ([b26a811](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/b26a811a392f5209c7ec7e57251500d4d78f97ff)), closes [#337](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/337) |
| 23 | +- **docs:** update README for packages/util ([#382](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/382)) ([f3e650e](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/f3e650e1b4792ffbea2e8a1a015fd55fb951a3a4)) |
25 | 24 |
|
| 25 | +## [2.0.1](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v2.0.0...v2.0.1) (2021-12-09) |
26 | 26 |
|
| 27 | +### Bug Fixes |
27 | 28 |
|
| 29 | +- **uint32ArrayFrom:** increment index & polyfill for Uint32Array ([#270](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/270)) ([a70d603](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/a70d603f3ba7600d3c1213f297d4160a4b3793bd)) |
28 | 30 |
|
29 | 31 | # [2.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.2.2...v2.0.0) (2021-10-25)
|
30 | 32 |
|
31 |
| - |
32 |
| -* feat!: update support policy for node8 and node10 notice (#249) ([723e6d2](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/723e6d2c386a0bc395b32accd85c3544f03c1d18)), closes [#249](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/249) |
33 |
| - |
| 33 | +- feat!: update support policy for node8 and node10 notice (#249) ([723e6d2](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/723e6d2c386a0bc395b32accd85c3544f03c1d18)), closes [#249](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/249) |
34 | 34 |
|
35 | 35 | ### BREAKING CHANGES
|
36 | 36 |
|
37 |
| -* Deprecate Node8 and Node10 |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
| 37 | +- Deprecate Node8 and Node10 |
42 | 38 |
|
43 | 39 | ## [1.2.2](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.2.1...v1.2.2) (2021-10-12)
|
44 | 40 |
|
45 |
| - |
46 | 41 | ### Bug Fixes
|
47 | 42 |
|
48 |
| -* **crc32c:** ie11 does not support Array.from ([#221](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/221)) ([5f49547](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/5f495472ab8988cf203e0f2a70a51f7e1fcd7e60)) |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
| 43 | +- **crc32c:** ie11 does not support Array.from ([#221](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/221)) ([5f49547](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/5f495472ab8988cf203e0f2a70a51f7e1fcd7e60)) |
53 | 44 |
|
54 | 45 | ## [1.2.1](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.2.0...v1.2.1) (2021-09-17)
|
55 | 46 |
|
56 |
| - |
57 | 47 | ### Bug Fixes
|
58 | 48 |
|
59 |
| -* better pollyfill check for Buffer ([#217](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/217)) ([bc97da2](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/bc97da29aaf473943e4407c9a29cc30f74f15723)) |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
| 49 | +- better pollyfill check for Buffer ([#217](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/217)) ([bc97da2](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/bc97da29aaf473943e4407c9a29cc30f74f15723)) |
64 | 50 |
|
65 | 51 | # [1.2.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.1.1...v1.2.0) (2021-09-17)
|
66 | 52 |
|
67 |
| - |
68 | 53 | ### Bug Fixes
|
69 | 54 |
|
70 |
| -* Adding ie11-detection dependency to sha1-browser ([#213](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/213)) ([138750d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/138750d96385b8cc479b6f54c500ee1b5380648c)) |
71 |
| - |
72 |
| - |
73 |
| -* feat!: Remove support for old version of Node.js (#210) ([eb9100d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/eb9100d296d2fbc27a922cbfcde80535db3e8940)), closes [#210](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/210) |
| 55 | +- Adding ie11-detection dependency to sha1-browser ([#213](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/213)) ([138750d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/138750d96385b8cc479b6f54c500ee1b5380648c)) |
74 | 56 |
|
| 57 | +- feat!: Remove support for old version of Node.js (#210) ([eb9100d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/eb9100d296d2fbc27a922cbfcde80535db3e8940)), closes [#210](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/210) |
75 | 58 |
|
76 | 59 | ### Features
|
77 | 60 |
|
78 |
| -* add @aws-crypto/util ([8f489cb](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/8f489cbe4c0e134f826bac66f1bf5172597048b9)) |
79 |
| -* Add AwsCrc32 Hash ([f5d7e81](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/f5d7e815fcbe0f8da1edb855fea3bd33eb1edc15)) |
80 |
| -* Add AwsCrc32C Hash ([4840c83](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/4840c83bdd7c461dded777ebc45a8f99258ba21c)) |
81 |
| -* Add SHA1 ([#208](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/208)) ([45c50ff](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/45c50ffa3acc9e3bf4039ab59a0102e4d40455ec)) |
82 |
| - |
| 61 | +- add @aws-crypto/util ([8f489cb](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/8f489cbe4c0e134f826bac66f1bf5172597048b9)) |
| 62 | +- Add AwsCrc32 Hash ([f5d7e81](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/f5d7e815fcbe0f8da1edb855fea3bd33eb1edc15)) |
| 63 | +- Add AwsCrc32C Hash ([4840c83](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/4840c83bdd7c461dded777ebc45a8f99258ba21c)) |
| 64 | +- Add SHA1 ([#208](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/208)) ([45c50ff](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/45c50ffa3acc9e3bf4039ab59a0102e4d40455ec)) |
83 | 65 |
|
84 | 66 | ### BREAKING CHANGES
|
85 | 67 |
|
86 |
| -* Removing Node.Js 8 and 10 from CI |
| 68 | +- Removing Node.Js 8 and 10 from CI |
0 commit comments