Change record status: 
Project: 
Introduced in branch: 
10.3.x
Introduced in version: 
10.3.0
Description: 

Previously, StreamWrapperManager was tagged as ContainerAware and the entire container was injected in a setter method.

Now, it accepts a \Psr\Container\ContainerInterface as an argument to the constructor of a service locator, which only contains the stream wrapper services.

Impacts: 
Module developers