Skip to content

5.3.0 – Providers as a service

Choose a tag to compare

@Bilge Bilge released this 02 Feb 16:15
5.3.0
fe50a38

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() to ImportConnector.