Skip to content

v1.7.1

Compare
Choose a tag to compare
@akshayjshah akshayjshah released this 26 Sep 17:54
· 359 commits to master since this release
6244a3e

Fixed

  • Make fxtest.New ensure that the app was created successfully. Previously,
    it would return the app (similar to fx.New, which expects the user to verify
    the error).
  • Update dig container to defer acyclic validation until after Invoke. Application
    startup time should improve proportional to the size of the dependency graph.
  • Fix a goroutine leak in fxtest.Lifecycle.