Skip to content

Commit

Permalink
Release v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Sep 13, 2023
1 parent 255834c commit 6903761
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[
{
"version": "4.9.0",
"sha1": "89edc6b3ec9eb3e3186c5a9ad7ff8d53ca713583",
"sha256": "c52a0dca5026626f2707a7dabc0cf565368e62b843cfd4e1af9e31dbd8389d76",
"version": "4.10.0",
"sha1": "7cb0e51d757dd68586b48cb9a3bedeac8a4e32b8",
"sha256": "2bbbdfc25b47ad70a168aa8fcc991829aab36e393e8d703f1c7066816b9b6888",
"name": "platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.9.0/platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.10.0/platform.phar",
"php": {
"min": "5.5.9"
},
Expand Down Expand Up @@ -33,7 +33,8 @@
"4.8.4": "Changes to internals:\n* Simplify configuration by introducing a defaults file\n* Allow any configuration to be overridden in the user-specific config file\n (though please note that local overrides can make updates more complex)\n* Remove old release note format from manifest.json\n\nAnd some minor bug fixes:\n* Fix type of http_build_query() argument in oauth-listener/index.php\n* Fix notice when additional sessions are active, 'Undefined array key \"session_id\"'",
"4.8.5": "* Fix \"Configuration not defined: application.tmp_sub_dir\" when the user config dir is not writable",
"4.8.6": "* Fix undefined BadResponseException class in variable:create command\n* Fix a PHP < 7.3 incompatibility in mount:size command\n* Fix TypeError in \"create\" command when fetching available regions",
"4.9.0": "New features:\n\n* Improvements to the `push` command:\n - Allow the current directory not to be mapped to a project - it need only be\n a Git repository.\n - Also allow pushing to a different project (other than the one mapped to the\n directory).\n - Add or change the Git remote if `--set-upstream` is given; recommend\n `set-remote` otherwise.\n - State what will happen and then ask for confirmation before pushing in all\n interactive cases (not just when pushing to production).\n - Use Git Push Options if available to activate the environment or set its\n parent (disabled by default).\n - Add a configuration option `detection.push_deploy_error_messages` which\n lists messages that indicate a deployment error, for example \"Error\n building project\" or \"Environment redeployment failed\". If one of these\n error messages is found in the Git push log, report it and return a\n non-zero (failure) exit code, `87`. Note this is only possible on the push\n that causes the initial deployment error; a subsequent push without a new\n commit would result in \"Everything up-to-date\" and a `0` (success) exit\n code.\n* Improve tunnel commands:\n - Add the 'url' as a property of each service in `tunnel:info`.\n - Deprecate table-related options that were unused in `tunnel:info`.\n - Add the tunnel 'url' as an optional table column in `tunnel:list`.\n* Add a `--bytes` (`-B`) option to the `metrics` command.\n\nOther changes:\n\n* Improvements to the `web` command:\n - Build the correct Console URL where relevant.\n - Allow for no environment to be selected.\n - Improve the command description.\n - Fix the error when no project is selected and no `service.accounts_url` is\n configured.\n* Update SSH certificate support:\n - Reduce the expiry buffer from 5 to 2 minutes.\n - Refresh the certificate after a failed connection if it is invalid.\n - Ensure the certificate matches necessary access token claims.\n - Fix extension decoding in `ssh-cert:info`.\n* Bump composer/ca-bundle from 1.3.6 to 1.3.7 (#1317)\n* Add two more activity types to the list\n* Add the environment commit to the local environment variables cache key\n - Lowers the risk of a stale cache for commands such as \"relationships\"\n - Removes the cache clear after the \"push\" command\n* Bump giggsey/libphonenumber-for-php from 8.13.18 to 8.13.19 (#1312)\n* Remove the minimum interval in metrics commands\n* Show command signature in help for \"You must specify a project\" error\n* Clarify 403 errors that may or may not be project-related\n* Filter by permissions (HAL link) when auto-selecting a project organization\n* Make the logo configurable for browser login\n* Use --include before --exclude in rsync commands (#1304)"
"4.9.0": "New features:\n\n* Improvements to the `push` command:\n - Allow the current directory not to be mapped to a project - it need only be\n a Git repository.\n - Also allow pushing to a different project (other than the one mapped to the\n directory).\n - Add or change the Git remote if `--set-upstream` is given; recommend\n `set-remote` otherwise.\n - State what will happen and then ask for confirmation before pushing in all\n interactive cases (not just when pushing to production).\n - Use Git Push Options if available to activate the environment or set its\n parent (disabled by default).\n - Add a configuration option `detection.push_deploy_error_messages` which\n lists messages that indicate a deployment error, for example \"Error\n building project\" or \"Environment redeployment failed\". If one of these\n error messages is found in the Git push log, report it and return a\n non-zero (failure) exit code, `87`. Note this is only possible on the push\n that causes the initial deployment error; a subsequent push without a new\n commit would result in \"Everything up-to-date\" and a `0` (success) exit\n code.\n* Improve tunnel commands:\n - Add the 'url' as a property of each service in `tunnel:info`.\n - Deprecate table-related options that were unused in `tunnel:info`.\n - Add the tunnel 'url' as an optional table column in `tunnel:list`.\n* Add a `--bytes` (`-B`) option to the `metrics` command.\n\nOther changes:\n\n* Improvements to the `web` command:\n - Build the correct Console URL where relevant.\n - Allow for no environment to be selected.\n - Improve the command description.\n - Fix the error when no project is selected and no `service.accounts_url` is\n configured.\n* Update SSH certificate support:\n - Reduce the expiry buffer from 5 to 2 minutes.\n - Refresh the certificate after a failed connection if it is invalid.\n - Ensure the certificate matches necessary access token claims.\n - Fix extension decoding in `ssh-cert:info`.\n* Bump composer/ca-bundle from 1.3.6 to 1.3.7 (#1317)\n* Add two more activity types to the list\n* Add the environment commit to the local environment variables cache key\n - Lowers the risk of a stale cache for commands such as \"relationships\"\n - Removes the cache clear after the \"push\" command\n* Bump giggsey/libphonenumber-for-php from 8.13.18 to 8.13.19 (#1312)\n* Remove the minimum interval in metrics commands\n* Show command signature in help for \"You must specify a project\" error\n* Clarify 403 errors that may or may not be project-related\n* Filter by permissions (HAL link) when auto-selecting a project organization\n* Make the logo configurable for browser login\n* Use --include before --exclude in rsync commands (#1304)",
"4.10.0": "* Add sizing API support (when available) via `resources` commands. These\r\n commands are hidden by default, and shown if `api.sizing` is enabled.\r\n* Add an `api.projects_list_new` option - disabled by default - which uses a\r\n newer /users/{user_id}/extended-access API to list projects.\r\n* Use newer APIs for showing basic user account information.\r\n* Fix errors when `service.app_config_file` is not defined.\r\n* Bump giggsey/libphonenumber-for-php from 8.13.19 to 8.13.20 (#1319)."
}
},
{
Expand Down

0 comments on commit 6903761

Please sign in to comment.