Skip to content

Commit

Permalink
Release v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Jun 14, 2023
1 parent 1cb0f66 commit 6c37ab8
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.6.1",
"sha1": "e9d7fba9e0aef2269b6072cf76850302ac28b4cc",
"sha256": "0d2d0d468232f6a1631369864819e7eea0ec8972f843cc0b07d7ef5993b7055c",
"version": "4.7.0",
"sha1": "63230211ec6ac3fc36a276a790a0583d78212c5f",
"sha256": "ab2c8d5911a0d17839b4ee72e3e0a6488f933926cf12dc159879c4629e35e508",
"name": "platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.6.1/platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.7.0/platform.phar",
"php": {
"min": "5.5.9"
},
Expand All @@ -22,7 +22,8 @@
"4.4.1": "* Update client: fix unavailable \"#edit\" operation for environment type access.\n* Update `backup:restore` command `--target` filter for migrated regions.\n* Bump giggsey/libphonenumber-for-php from 8.13.7 to 8.13.8.\n* Add configuration option `api.write_user_ssh_config` to control whether\n `~/.ssh/config` will be modified, overridden by the environment variable\n `PLATFORMSH_CLI_API_WRITE_USER_SSH_CONFIG`. The possible values are:\n - unset (or YAML `null`) (the default): ask to create/update `~/.ssh/config`\n - truthy (\"1\" or YAML `true`): create/update automatically without asking\n - falsy (\"0\" or YAML `false`): don't create/update, display suggested config",
"4.5.0": "## Add new metrics commands: `metrics`, `cpu`, and `mem`\n\nThis adds \"beta\"-level support for:\n\n* Reading CPU and memory metrics (and all metrics at once in the `metrics`\n command).\n* Viewing metrics for all services at once.\n* Viewing temporary disk usage (as well as persistent).\n* A `metrics:curl` command to help debug the API for an environment's metrics\n (intended for internal use; hidden from the command list).\n\nIt also changes the output of the `disk` command, which could require updates to\nscripts for compatibility:\n\n* New **default** columns \"Service\" (service) and \"/tmp %\" (tmp_percent).\n* The command reports data for multiple services by default, if no --service\n (-s) option is given.\n* The --type and --service options can support selecting multiple services with\n a wildcard or providing multiple arguments.\n* If there are multiple data points per timestamp (if multiple services are\n displayed), the rows are separated with dashes.\n* Other columns relating to temporary disks are available (tmp_used, tmp_limit,\n etc.). See the command help for more information.\n* The default interval is now 1/5th of the default range instead of 1/10th. By\n default, the range is 10min, so the interval is now 2min instead of 1min.\n\n## Other changes\n\n* Add an `--update` option to `var:create` (update if the variable exists).\n* Fix validation of `--format` when used with `-h`.\n This also marks the `xml` help format as deprecated, and explains when the\n simplexml extension is not installed.\n* Changes to `-vv` and `-vvv` logging:\n - Only print exception traces in debug mode\n - Avoid printing the same exception message twice\n - Print Guzzle request and response summaries in very-verbose mode\n - Turn off cURL debugging entirely, as it is somewhat uncontrollable, and the\n debug output may be copied and pasted without realising the consequences\n (some headers contain private information, in particular Authorization).\n - Avoid ProgressMessage overwriting previous lines in very-verbose mode\n - Only print shell commands in very-verbose mode\n - Only print extra shell command info in debug mode\n - Prefix shell command info with # and HTTP requests with > or < symbols\n - Print a debug message when loading from cache.\n - Improve output of selected environment (avoid printing twice).\n* Fix path column in `apps` command.\n* Warn when verbose mode is enabled in `:curl` commands.\n* Preload `ConsoleTerminateEvent` before forking in `tunnel:open`.\n* Fix error in `tunnel:open` when tunnels are already open.\n* Show beta commands in the command list.\n* Prefer the production environment over the default branch, when selecting a\n default environment.\n* Support '*' as a wildcard character.\n Different characters are convenient in different shells depending whether they\n need quoting. A '*' needs to be quoted in ZSH but not in Bash.\n* Support wildcards for table columns.",
"4.6.0": "New features:\n\n* Support the `httplog` generic log forwarding integration (when available).\n* Add a `--tmp` option to the `disk` command to show temporary disk columns.\n* Add a `--pipe` option to the `apps`, `services` and `workers` commands,\n making it easier to obtain a list of service names.\n* Allow selecting an organization by project ID in `org` commands.\n\nOther changes:\n\n* Implement hidden aliases, options and namespaces in the `json` and `md`\n formats for the `list` command.\n* Fix `integration:activities:list` (`int:ac:list`) command table output.\n* Explain when no values are found after filtering in the `metrics` command.\n* Tweak the description of `--replace` in the `domain:add` command.",
"4.6.1": "* On integration:add set `\"prune_branches\": false` if `\"fetch_branches\": false`\n to work around a validation problem in the API.\n* Add aliases and examples to JSON-formatted help.\n* Format dates consistently in metrics command messages.\n* Report subcommands similarly to shell commands in `-vv` output.\n* Increase cache reuse in `repo` commands.\n* Set a default environment in the `variable:create` command.\n* Fix TypeError while detecting Drupal in projects containing `index.php`.\n* Improve PHP version detection for the local build warning.\n* Bump giggsey/libphonenumber-for-php from 8.13.11 to 8.13.12 (#1262)"
"4.6.1": "* On integration:add set `\"prune_branches\": false` if `\"fetch_branches\": false`\n to work around a validation problem in the API.\n* Add aliases and examples to JSON-formatted help.\n* Format dates consistently in metrics command messages.\n* Report subcommands similarly to shell commands in `-vv` output.\n* Increase cache reuse in `repo` commands.\n* Set a default environment in the `variable:create` command.\n* Fix TypeError while detecting Drupal in projects containing `index.php`.\n* Improve PHP version detection for the local build warning.\n* Bump giggsey/libphonenumber-for-php from 8.13.11 to 8.13.12 (#1262)",
"4.7.0": "New features:\n\n* Add `env:pause` and `env:resume` commands. Development environments are\n automatically paused after two weeks of inactivity to save resources and\n reduce carbon emissions. These commands add some manual control.\n\nOther changes:\n\n* Make first part of activity type name optional in `--type` and\n `--exclude-type`, e.g. \"cron\" will match \"environment.cron\".\n* Warn when an activity `--exclude-type` value is not recognized.\n* Fix non-interactive use of `env:delete --inactive`.\n* In `env:delete`, group environments together for confirmation questions (based\n on their status), instead of asking per environment.\n* Improve login required help message to suit non-interactive use.\n* Fix session loading for a non-default file storage location.\n* Remove warning when app config not found during command loading."
}
},
{
Expand Down

0 comments on commit 6c37ab8

Please sign in to comment.