forked from squidfunk/terraform-aws-cognito-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
55 lines (32 loc) · 1.62 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
terraform-aws-cognito-auth-0.5.0 (2021-07-18)
* Upgraded Lambda Node.js runtime to 14.x
* Refactored change password API endpoint
* Added dependency check for jq
terraform-aws-cognito-auth-0.4.3 (2020-10-20)
* Updated all dependencies to fix security vulnerabilities
* Upgraded Lambda Node.js runtime to 12.x
terraform-aws-cognito-auth-0.4.2 (2019-10-30)
* Upgraded Lambda Node.js runtime to 10.x due to EOL of 8.10
terraform-aws-cognito-auth-0.4.1 (2019-06-28)
* Updated all dependencies to fix security vulnerabilities
terraform-aws-cognito-auth-0.4.0 (2019-06-06)
* Upgraded to terraform-0.12.x and terraform-provider-aws-2.x
terraform-aws-cognito-auth-0.3.4 (2019-04-15)
* Fixed swallowed notification when remember me was set before registration
terraform-aws-cognito-auth-0.3.3 (2019-02-24)
* Fixed race conditions in authentication component rendering
terraform-aws-cognito-auth-0.3.2 (2018-12-28)
* Updated all dependencies to fix security vulnerabilities
* Moved common dependencies to top-level for faster builds
* Fixed error with CloudFront Lambda@Edge function
terraform-aws-cognito-auth-0.3.1 (2018-09-10)
* Fixed registration error for empty email address
terraform-aws-cognito-auth-0.3.0 (2018-09-09)
* Added identity token expires timestamp to hash fragment
* Refactored external redirect component into enhancer
* Fixed double slash on redirect to application origin
* Fixed rendering for small screens
terraform-aws-cognito-auth-0.2.0 (2018-09-07)
* Changed authentication success redirect to query-string format
terraform-aws-cognito-auth-0.1.0 (2018-09-06)
* Initial release