v1.0.0-beta4
Pre-release
Pre-release
- [Breaking] Monolithic framework, as released in initial betas, has been
broken into smaller pieces as a result of recent advances indiglibrary.
This is a radical departure from the previous direction, but it needed to
be done for the long-term good of the project. - [Breaking]
Module interfacehas been scoped all the way down to being
a single dig constructor. This allows for very sophisticated module
compositions. Seego.uber.org/digfor more information on the constructors. - [Breaking]
package confighas been moved to its own repository.
seego.uber.org/configfor more information. fx.Lifecyclehas been added for modules to hook into the framework
lifecycle events.service.Hostinterface which composed a number of primitives together
(configuration, metrics, tracing) has been deprecated in favor of
fx.App.