Releases: pantheon-systems/terminus
Releases · pantheon-systems/terminus
1.7.1
1.7.0
1.6.2
1.6.1
1.6.0
Added
domain:dnshas returns a new field,detected_value, which indicates the live DNS settings for a given domain. (#1756)domain:dnshas returns a new field,status, which indicates whether live DNS settings for a given domain match the recommended setting. (#1756)- Added new command
site:upstream:clear-cacheto clear code caches on a site. (#1762) TerminusCollection::reset()to reset the model array (after filtering or sorting). (#1779)
Fixed
- Changed the Domains collection to use a newer API call, fixing
domain:dns. (#1756) - Fixed operations for sites that have been unfrozen. (#1766)
Removed
- Removed the now-obsolete
Domains::setHydration(string)function. (#1756) - Removed
TerminusCollection::listing(string, string). (#1779) - Removed the
Loadbalancermodel. (#1779) - Removed the
Loadbalancerscollection. (#1779)
Changed
multidev:createis now checked for whether the site is frozen before attempting to execute. (#1761)import:databaseis now checked for whether the site is frozen before attempting to execute. (#1761)- Checks for frozen sites will now throw errors on dev and multidev environments as well as test and live. (#1761)
domain:listnow listsid,type, anddeleteableattributes. (#1763)https:infonow listsid,type,status,status_message, anddeleteableattributes. (#1763)https:infoemits aRowsOfFieldsobject instead of aPropertyList. (#1763)domain:dnsnow emits an info log instead of a warning. (#1772)TerminusCollection::fetch()no longer accepts an array of options. UsesetData(array)to pass in data andsetFetchArgs(array)for the same functionality. (#1779)
Deprecated
Workflow:operations()is deprecated. Use theWorkflow::getOperations()to retrieve workflow operations. (#1769)
1.5.0
Changed
- Updated the name of the
longnamefield output byupstream:listtolabel. (#1747) - Updated the name of the
longnamefield output byupstream:infotolabel. (#1747) - Upstreams of types
coreandcustomare the only ones which appear by default when usingupstream:list. (#1747) - The
--orgoption of thesite:listcommand now defaults to"all"instead ofnull, but its behavior is unchanged. (#1747) - The
roleparameter of thesite:team:addcommand defaults toteam_member. (#1750)
Added
- Added a
machine_namefield to the output ofupstream:list. (#1747) - Added a
organizationfield to the output ofupstream:list. (#1747) - Added a
machine_namefield to the output ofupstream:info. (#1747) - Added a
organizationfield to the output ofupstream:info. (#1747) - Added a
repository_urlfield to the output ofupstream:info. (#1747) - Added a
org:upstream:listcommand to list the upstreams of a specific organization. (#1747) - Added an
--orgoption toupstream:listto list the upstreams of a specific organization. (#1747) - Added an
--alloption to list upstreams of all types in the output ofupstream:list. (#1747) - Added a
--frameworkoption toupstream:listto filter the list by framework. (#1747) - Added a
--nameoption toupstream:listto filter the list by name regex. (#1747)
Removed
- Removed the
categoryfield from the output ofupsteram:info. (#1747)