fx v1.7.1 Release Notes

Release Date: 2018-09-26 // over 5 years ago
  • 🛠 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.