"4.12.0": "New features:\n\n* Automatically install SSH host keys for public regions. \n If necessary you can disable this behavior with the environment (e.g.\n `export PLATFORMSH_CLI_SSH_HOST_KEYS_FILE=''`).\n* Only use the SSH certificate if available. \n Adds an `ssh.cert_only` config option which, if enabled, means only the\n certificate will be included in config, if a certificate exists, and not the\n user's \"default\" public key files (~/.ssh/id_rsa etc.). This is disabled by\n default. It can be enabled in the config file or in the environment (e.g.\n `export {PREFIX}_SSH_CERT_ONLY=1`).\n\nOther changes:\n\n* Bump composer/ca-bundle from 1.3.7 to 1.4.0\n* Use the new user-access API\n* Remove support for pre-\"Auth\" APIs\n* Remove unnecessary 'auth_api_enabled' and 'invitations' config flags\n* Update country/region names from CLDR\n* Remove unused available_plans config\n* Fix detection of SSO (vs normal) session expiry during refresh\n* SSH configuration changes:\n - Rename api.ssh_domain_wildcards to ssh.domain_wildcards\n - Rename api.auto_load_ssh_cert to ssh.auto_load_cert\n - Rename api.add_to_ssh_agent to ssh.add_to_agent\n - Rename api.write_user_ssh_config to ssh.write_user_config\n - Include the SSH certificate in config even if refresh fails",
0 commit comments