Skip to content

Releases: pantheon-systems/terminus

4.1.1

05 Nov 21:19
6170a8c

Choose a tag to compare

What's Changed

Fixed

  • [DEVX-5790] Auto-detect URLs for db clone search-replace by @kaylimepy in #2738
  • [patch] Fix drush_version field in env:info command by @pwtyler in #2736

Full Changelog: 4.1.0...4.1.1

4.1.0

07 Oct 19:11
4a7f646

Choose a tag to compare

What's Changed

  • Fix workflow:wait timeout to use warnings instead of errors by @kaylimepy in #2724
  • [minor] add php runtime generation to env:list by @pwtyler in #2729
  • [minor] add php version to env:list by @pwtyler in #2732

New Contributors

Full Changelog: 4.0.3...4.1.0

4.0.3

11 Sep 19:08
91d87ce

Choose a tag to compare

Added

  • Make site label available in site:list and org:site:list commands (#2708)
  • Add a debug log message to workflow:wait printing the workflow start time (#2703)

Fixed

  • Fix regression for drush/wp-cli commands on eVCS sites (#2719)
  • Un-deprecated --tags parameter on org:site:list command (#2709)
  • Remove unnecessary api call from tag:add and tag:list causing unnecessary load and timeouts (#2718)

4.0.2

05 Sep 16:51
f9d710c

Choose a tag to compare

Added

  • Added PHP Runtime Generation version to env:info command output (#2714)
  • GitHub integration support for various commands (#2505, #2699, #2704, #2711)

Fixed

  • PantheonAliasPolicyCommands docblock is now complete (#2635)
  • Simplify and fix some bugs in workflow:wait command (#2702)

4.0.1

19 May 18:21
e1c0df4

Choose a tag to compare

Fixed

  • env:code-rebuild command should no longer throw a fatal error (#2694)

4.0.0

07 May 17:27
dbdbf0a

Choose a tag to compare

Added

  • Readd update check and prompt to update when running an old Terminus version (#2669)
  • Prompt for missing required arguments when in interactive mode (#2684)
  • First Terminus stable version with PHP 8.4 support

Fixed

  • Response json_decode should fallback to original body text (#2687)
  • Simplify env:wake command (#2689)

Removed

  • Support for PHP versions prior to 8.2

4.0.0-alpha2

15 Apr 18:36
60a224f

Choose a tag to compare

4.0.0-alpha2 Pre-release
Pre-release

What's Changed

Full Changelog: 4.0.0-alpha1...4.0.0-alpha2

4.0.0-alpha1

06 Mar 22:19

Choose a tag to compare

4.0.0-alpha1 Pre-release
Pre-release

Added

  • Support for PHP 8.4

Removed

  • Support for PHP versions prior to 8.2

3.6.2

03 Mar 18:48
905b21a

Choose a tag to compare

Changed

  • Pass verbose flag to ssh if terminus is in verbose mode (#2663)

Fixed

  • Bug fix: backup:restore with --file parameter restores backups multiple ties (#2664)

3.6.1

05 Dec 16:19
65e96c3

Choose a tag to compare

Added

  • New "branch" option to "local:clone" command (#2648)

Fixed

  • Bug while handling exception due to environment unable to wake (#2637)
  • Added correct documentation link to env:clone-content command (#2632)
  • Fixed undefined notice for $command_summary during WP-CLI/Drush execution (#2614)

New Contributors