You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Site::info() has been removed. Please use Site::serialize() instead. (#1224)
Site::getUpstreamUpdates() has been removed. Please use Upstream::getUpdates() via the Site model's upstream property. (#1224)
Changed
Environment::connectionInfo() now compiles the returns from four newly added connection-info functions. Use these if only a subset of the connection info is required in order to avoid extraneous API calls. (#1237)