diff --git a/CHANGELOG.md b/CHANGELOG.md index e7636a49..abd4ff4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +## 4.4.0 (January 8, 2024) + +FEATURES: + +- new resource: `keycloak_ldap_custom_mapper` ([#863](https://github.com/mrparkers/terraform-provider-keycloak/pull/863)) + +IMPROVEMENTS: + +- add `provider_id` attribute to `keycloak_realm_keystore_rsa` resource ([#858](https://github.com/mrparkers/terraform-provider-keycloak/pull/858)) +- compute `extra_config` for client data sources ([#885](https://github.com/mrparkers/terraform-provider-keycloak/pull/885)) +- support updated RedHat SSO version strings ([#903](https://github.com/mrparkers/terraform-provider-keycloak/pull/903)) +- add `required_actions` attribute to `keycloak_user` resource ([#867](https://github.com/mrparkers/terraform-provider-keycloak/pull/867)) +- allow use of custom client authenticator types ([#845](https://github.com/mrparkers/terraform-provider-keycloak/pull/845)) +- allow users to set `referrer_policy` header within `security_defenses` for `keycloak_realm` resource ([#879](https://github.com/mrparkers/terraform-provider-keycloak/pull/879)) + +BUG FIXES: + +- set the correct value for `identityProviderMapper` when using keycloak-oidc identity provider ([#850](https://github.com/mrparkers/terraform-provider-keycloak/pull/850)) + +Huge thanks to all the individuals who have contributed towards this release: + +- [@NataliaKhodiakova](https://github.com/NataliaKhodiakova) +- [@olivierboudet](https://github.com/olivierboudet) +- [@guthypeter](https://github.com/guthypeter) +- [@kherock](https://github.com/kherock) +- [@smoehrle](https://github.com/smoehrle) +- [@wombat](https://github.com/wombat) +- [@scheying](https://github.com/scheying) +- [@JackHartley](https://github.com/JackHartley) +- [@stale-vegait](https://github.com/stale-vegait) +- [@jrpedrianes](https://github.com/jrpedrianes) + ## 4.3.1 (June 8, 2023) BUG FIXES: