Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (31 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

40 lines (31 loc) · 1.35 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.4.0 - 2021-08-21

Added

  • Added Go 1.17 support.

Changed

  • BREAKING: Renamed SetPassword to UpdateExpiredPassword.

v0.3.0 - 2021-08-15

Added

  • Added SetPassword function.

Changed

  • Improved comments on ChangePassword and ForgotPassword functions.

v0.2.0 - 2021-08-12

Added

  • Added ChangePassword, ForgotPassword and ForgotPasswordConfirmation functions.

Changed

  • BREAKING: Changed the return type of the SignIn function from *types.AuthenticationResultType to *cognitoidentityprovider.InitiateAuthOutput.
  • BREAKING: Renamed CognitoUserPoolClientID to UserPoolClient.
  • BREAKING: Removed passwordConfirmation parameter from SignUp

v0.1.0 - 2021-08-11

Added

  • Added a changelog.
  • Added a code of conduct.
  • Added a pull request template.
  • Added a Semantic Commits configuration file.
  • Added a Dependabot configuration file.
  • Added a CI GitHub action.
  • Added a Stale GitHub action.
  • Added a LICENSE.
  • Added SignUp, SignUpConfirm and SignIn functions.