Releases: vapor-community/soto-cognito-authentication
Releases · vapor-community/soto-cognito-authentication
v5.0.0
v5.0.0 Beta 1
Breaking changes
- Use soto-cognito-authentication-kit v5 release candidate
- Remove EventLoopFuture APIs
v4.0.0
Major release changes
- Uses soto-cognito-authentication-kit v4.0.0
- Uses soto v6.0.0
v3.1.0
- Add Swift concurrency support for
Request.cognito
APIs - Added iOS, tvOS platforms
v3.0.0
Using soto-cognito-authentication-kit v3.0.0
v2.0.1
soto-cognito-authentication-kit has moved from adam-fowler to soto-project
v2.0.0
Major version changes
- Replaced AWS prefix on library name with Soto
- Uses v2.0 of soto-aws-cognito-authentication
- Renamed
Application.awsCognito
toApplication.cognito
- Renamed
Request.awsCognito
toRequest.cognito
- Removed AWS prefix from Authenticators
Version 1.0.0
- Use version 1.0.0 of aws-cognito-authentication-kit
- Authenticator doesn't throw errors on failed authentication so other authenticators can attempt authentication.
v1.0.0 RC 2
- Using Vapor 4.0.0
- Fixed authenticators to work with release version of Vapor 4
v1.0.0 RC 1 (Vapor 4 Release Candidate)
- Updated to work with release candidate version of Vapor