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.
- Added Go 1.17 support.
- BREAKING: Renamed
SetPassword
toUpdateExpiredPassword
.
- Added
SetPassword
function.
- Improved comments on
ChangePassword
andForgotPassword
functions.
- Added
ChangePassword
,ForgotPassword
andForgotPasswordConfirmation
functions.
- BREAKING: Changed the return type of the
SignIn
function from*types.AuthenticationResultType
to*cognitoidentityprovider.InitiateAuthOutput
. - BREAKING: Renamed
CognitoUserPoolClientID
toUserPoolClient
. - BREAKING: Removed
passwordConfirmation
parameter fromSignUp
- 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
andSignIn
functions.