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
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,28 @@
1
+
## v1.20.0
2
+
3
+
FEATURES:
4
+
5
+
-`resource/auth0_client`: Add support for the `flexible_mappings` field to handle complex key structures (e.g., slice-based keys) ([#1253](https://github.com/auth0/terraform-provider-auth0/pull/1253/))
6
+
-`resource/auth0_client`: Add support to configure `allow_refresh_token` in `session_transfer` ([#1246](https://github.com/auth0/terraform-provider-auth0/pull/1246/))
7
+
- Add support for Auth0 CLI-based authentication via the `cli_login` flag ([#1242](https://github.com/auth0/terraform-provider-auth0/pull/1242/))
8
+
9
+
ENHANCEMENTS:
10
+
11
+
-`resource/auth0_prompt_screen_renderer`: Add support for 21 new screens ([#1249](https://github.com/auth0/terraform-provider-auth0/pull/1249/))
12
+
13
+
BUG FIXES:
14
+
15
+
-`resource/auth0_client`: Update `custom_headers` to a set of objects (maps with `header`/`value` keys) for improved field validation and item order preservation ([#1253](https://github.com/auth0/terraform-provider-auth0/pull/1253/))
16
+
-`resource/auth0_resource_server_scopes`: Fix noisy plan on the `description` field ([#1253](https://github.com/auth0/terraform-provider-auth0/pull/1253/))
17
+
-`resource/auth0_log_stream`: Fix noisy plan caused by sensitive required fields ([#1240](https://github.com/auth0/terraform-provider-auth0/pull/1240/))
18
+
19
+
1
20
## v1.19.1
2
21
3
22
BUG FIXES:
4
23
5
24
-`resource/auth0_client`: Handle null on `session_transfer` and `policies` in refresh_token ([#1237](https://github.com/auth0/terraform-provider-auth0/pull/1237/))
0 commit comments