Open
Conversation
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.20.1→v1.24.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
uber-go/fx (go.uber.org/fx)
v1.24.0Compare Source
Added
fxevent.BeforeRunis now emitted before Fx runs a constructor,decorator, or supply/replace stub.
Changed
Thanks to @Groxx, @abhinav, @90Byte, @Giatroo, and @jkanywhere for their contributions to this release.
v1.23.0Compare Source
Added
Runtimetofxevent.Runevent, which stores the runtime ofa constructor or a decorator that's run, including functions created
by
fx.Supplyandfx.Replace.Changed
v1.22.2Compare Source
Fixed
Changed
v1.22.1Compare Source
Fixed
.Run(),.Wait(), or.Done()are called, fixing a regression introduced in v1.19.0.
Thank you @MarcoPolo for your contribution to the release.
v1.22.0Compare Source
Added
fx.Selfwhich can be passed to thefx.Asannotation to signifythat a type should be provided as itself.
fxtest.EnforceTimeoutthat can be passed tofxtest.NewLifecycleto force
StartandStopto return context errors when hook context expires.Changed
fx.Privatecan now be used withfx.Supply.Fixed
solving blocking issues in programs that depended on OS signals
after an Fx app stops.
Thank you @MarcoPolo for your contribution to the release.
v1.21.1Compare Source
Changed
user provides, to increase likelihood of successful custom logger creation.
v1.21.0Compare Source
Added
testing.TBas theFx event logger.
Changed
Thanks to @robbert229 for their contribution to the release.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.