5.3.0 – Providers as a service
This release reframes Providers as services, encouraging dependency injection (including configuration) into the constructor and exposing the Provider at import time via ImportConnector
, received through ProviderResource::fetch()
.
- Added
getProvider()
toImportConnector
.