You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+42-12Lines changed: 42 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# Changelog
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
@@ -7,31 +8,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
8
9
9
10
## [0.6.0]
11
+
10
12
### Added
11
-
- feat: feat: add support for Terraform `v0.15`
12
13
13
-
### Changed
14
-
- feat: upgrade terratest to `v1.34.0`
15
-
- build: upgrade build-tools to `v0.11.0`
16
-
- build: upgrade pre-commit-hooks to `v0.2.3`
14
+
- Add support for Terraform `v0.15`
17
15
18
16
## [0.5.0]
17
+
19
18
### Added
19
+
20
20
- Add support for `account_recovery_mechanisms`
21
21
22
22
### Removed
23
-
- BREAKING CHANGE: Drop support for Terraform AWS Provider version 2.x
23
+
24
+
- BREAKING CHANGE: Drop support for Terraform AWS Provider version `v2`
24
25
25
26
## [0.4.1] - 2021-02-08
27
+
26
28
### Fixed
29
+
27
30
- Fixed examples to use new variable `user_device_tracking` instead of `device_only_remembered_on_user_prompt`
28
31
29
32
## [0.4.0] - 2020-12-09
33
+
30
34
### Changed
35
+
31
36
- Add support for Terraform v0.14
32
37
33
38
## [0.3.0] - 2020-11-25
39
+
34
40
### Changes
41
+
35
42
- Add argument `user_device_tracking` to set device tracking to `OFF`, `ALWAYS` or `USER_OPT_IN`
36
43
- BREAKING CHANGE: Remove argument `device_only_remembered_on_user_prompt`. Replaced by `user_device_tracking`.
37
44
Default behavior did not change. How to migrate:
@@ -40,58 +47,81 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
47
-`device_only_remembered_on_user_prompt=null`: Set `user_device_tracking='OFF'`
41
48
42
49
### Fixes
50
+
43
51
- Allow to cleanly turn off user device tracking by setting new variable `user_device_tracking` to `OFF`. [#23](https://github.com/mineiros-io/terraform-aws-cognito-user-pool/issues/23)
44
52
- The type of the clients output is a map of objects instead of a list.
45
53
46
54
## [0.2.0] - 2020-08-13
55
+
47
56
### Changed
48
-
- Add support for Terraform v0.13
49
-
- Prepared support for Terraform v0.14
57
+
58
+
- Add support for Terraform `v0.13`
59
+
- Prepared support for Terraform `v0.14`
50
60
51
61
## [0.1.4] - 2020-08-13
62
+
52
63
### Added
64
+
53
65
- Add support for `username_attributes` argument.
54
66
55
67
## [0.1.3] - 2020-08-10
68
+
56
69
### Added
70
+
57
71
- Add unit test coverage for the `aws_cognito_user_pool_domain` resource.
72
+
58
73
### Changed
74
+
59
75
- Enable `markdown-link-check` pre-commit hook.
76
+
60
77
### Fixed
78
+
61
79
- Fixes recreation of resources on multiple apply runs.
62
80
- Fix non-idempotent number schema attributes.
63
81
64
82
## [0.1.2] - 2020-08-05
83
+
65
84
### Added
85
+
66
86
- Add support for `aws_cognito_user_pool_domain`.
67
87
68
88
## [0.1.1] - 2020-08-04
89
+
69
90
### Fixed
91
+
70
92
- Fix email subject for admin invites.
71
93
- Fix example documentation to point to terraform registry.
72
94
- Fix `string_attribute_constraints` default values for string attributes to prevent non-idempotent plan.
73
95
74
96
### Added
97
+
75
98
- Add test to validate idempotency after apply.
76
99
77
100
## [0.1.0] - 2020-08-03
101
+
78
102
### Changed
79
-
- Add support for terraform aws provider 3.x.
80
-
- Update test to test against 3.0 aws provider.
81
-
- Update test dependencies to use 3.x capable module versions.
103
+
104
+
- Add support for terraform aws provider `v3`
105
+
- Update test to test against `v3` aws provider
106
+
- Update test dependencies to use `v3` capable module versions
82
107
83
108
## [0.0.1] - 2020-06-27
109
+
84
110
### Added
111
+
85
112
- Implement support for `aws_cognito_user_pool` resource.
86
113
- Implement support for `aws_cognito_user_pool_client` resource.
0 commit comments