Skip to content

1.6.0

Compare
Choose a tag to compare
@TeslaDethray TeslaDethray released this 11 Oct 22:30

Added

  • domain:dns has returns a new field, detected_value, which indicates the live DNS settings for a given domain. (#1756)
  • domain:dns has 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-cache to 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 Loadbalancer model. (#1779)
  • Removed the Loadbalancers collection. (#1779)

Changed

  • multidev:create is now checked for whether the site is frozen before attempting to execute. (#1761)
  • import:database is 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:list now lists id, type, and deleteable attributes. (#1763)
  • https:info now lists id, type, status, status_message, and deleteable attributes. (#1763)
  • https:info emits a RowsOfFields object instead of a PropertyList. (#1763)
  • domain:dns now emits an info log instead of a warning. (#1772)
  • TerminusCollection::fetch() no longer accepts an array of options. Use setData(array) to pass in data and setFetchArgs(array) for the same functionality. (#1779)

Deprecated

  • Workflow:operations() is deprecated. Use the Workflow::getOperations() to retrieve workflow operations. (#1769)