- Container now exposes
.aget
, the async version of.get
to be used with async dependencies. - Fix bug with the container not properly initializing objects from async factories (regular async functions rather than async generators).
.aget
, the async version of .get
to be used with async dependencies.