"4.14.1": "* Reduce errors from SSH connections simultaneous with certificate refreshes:\r\n - Do not regenerate the SSH key pair every time.\r\n - Save the new key pair immediately after the new certificate.\r\n - Add a config parameter `ssh.cert_key_ttl`, and corresponding environment\r\n variable `PLATFORMSH_CLI_SSH_CERT_KEY_TTL`, defining the lifetime in\r\n seconds of a key pair. Set to 0 for the key pair never to expire or -1 for\r\n it to be regenerated every time the certificate is refreshed. So the\r\n previous behavior can be restored with:\r\n `export PLATFORMSH_CLI_SSH_CERT_KEY_TTL=-1`\r\n* Enable git push options by default.\r\n Restore the previous behavior with:\r\n `export PLATFORMSH_CLI_API_GIT_PUSH_OPTIONS=0`\r\n* Include more environments in filtered interactive choices: \"dirty\" (building)\r\n environments, and those with SSH URLs, as well as active environments.\r\n* Improve the error message if filtering returns no environments.\r\n* Fix type conflict in `resources` commands between separate `--app` options.\r\n* Bump giggsey/libphonenumber-for-php from 8.13.28 to 8.13.29 (#1395)\r\n* Clarify missing extensions error for `tunnel:open` on Windows.\r\n* Replace `/me` call with `/users/me` on login.\r\n* Print a debug message when refreshing the access token.\r\n* Remove use of legacy access API in `backup:create` command.\r\n* Fix exit code when failing to load the organization for a team.",
0 commit comments