Skip to content

Commit 77c1584

Browse files
authored
Add changelog for v1.20.0 (#1257)
* Add changelog for v1.20.0 * Addition
1 parent 8d8a7be commit 77c1584

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
120
## v1.19.1
221

322
BUG FIXES:
423

524
- `resource/auth0_client`: Handle null on `session_transfer` and `policies` in refresh_token ([#1237](https://github.com/auth0/terraform-provider-auth0/pull/1237/))
625

7-
826
## v1.19.0
927

1028
FEATURES:

0 commit comments

Comments
 (0)