Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 1.92 KB

Changelog for AWS SigV4 Library

v1.3.0 (May 2024)

  • #93 Update CanonicalContext structure for MISRA compliance
  • #92 MISRA C:2012 Compliance Update
  • #89 Support presigned URL signature "UNSIGNED-PAYLOAD" and expose EncodeURI
  • #85 Fix bugs in generating canonical Query
  • #77 Update Doxygen version to 1.9.6

v1.2.0 (October 2022)

  • #71 MISRA C:2012 Compliance Update
  • #70 Update CBMC starter kit

v1.1.0 (December 2021)

  • #63 Remove extraneous parentheses in isAllowedChar()
  • #62 Enable logging macros in CI checks for SigV4
  • #59 Remove superfluous memmove
  • #58 Utility word removal from Sigv4 Library
  • #57 SigV4 Porting Guide
  • #56 Update Doxygen version to 1.9.2
  • #55 CBMC Proof Failure Fixes
  • #52 Fix bugs in generating canonical Query and improve functionality coverage in unit tests.
  • #51 Payload hash optimization

v1.0.0 (August 2021)

This is the first release of the AWS SigV4 Library.