All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
5.2.0 (2023-10-16)
5.1.0 (2023-09-22)
5.0.0 (2023-07-13)
- feat!: drop support for IE 11 (#629) (6c49fb6), closes #629
- chore!: Drop Node 14 Support (#678) (4bae6e9), closes #678
- Remove support for IE11
Co-authored-by: texastony [email protected]
- Node 14 is no longer supported nor tested.
4.0.1 (2023-05-22)
4.0.0 (2023-02-20)
- feat!: deprecate node12. (d85ca33)
- Remove node12 from CI (#543)
3.0.0 (2023-01-12)
-
docs: sha256 packages, clarify hmac support (#455) (1be5043)
-
feat!: replace Hash implementations with Checksum interface (#492) (da43dc0), closes #492
- All classes that implemented
Hash
now implementChecksum
.
2.0.2 (2022-09-07)
- #337: update @aws-sdk/types (#373) (b26a811), closes #337
- docs: update README for packages/util (#382) (f3e650e)
2.0.1 (2021-12-09)
2.0.0 (2021-10-25)
- Deprecate Node8 and Node10
1.2.2 (2021-10-12)
1.2.1 (2021-09-17)
1.2.0 (2021-09-17)
-
Adding ie11-detection dependency to sha1-browser (#213) (138750d)
-
feat!: Remove support for old version of Node.js (#210) (eb9100d), closes #210
- add @aws-crypto/util (8f489cb)
- Add AwsCrc32 Hash (f5d7e81)
- Add AwsCrc32C Hash (4840c83)
- Add SHA1 (#208) (45c50ff)
- Removing Node.Js 8 and 10 from CI