Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module go.uber.org/fx to v1.19.1 #42

Merged
merged 1 commit into from
Feb 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
go.uber.org/fx require minor v1.18.2 -> v1.19.1

Release Notes

uber-go/fx

v1.19.1

Compare Source

Changed
  • Calling fx.Stop() after the App has already stopped no longer errors out.
Fixed
  • Addressed a regression in 1.19.0 release which caused apps to ignore OS signals
    after running for startTimeout duration.

v1.19.0

Compare Source

Added
  • fx.RecoverFromPanics Option which allows Fx to recover from user-provided constructors
    and invoked functions.
  • fx.Private that allows the constructor to limit the scope of its outputs to the wrapping
    fx.Module.
  • ExitCode ShutdownOption which allows setting custom exit code at the end of app
    lifecycle.
  • Wait which returns a channel that can be used for waiting on application shutdown.
  • fxevent/ZapLogger now exposes UseLogLevel and UseErrorLevel methods to set
    the level of the Zap logs produced by it.
  • Add lifecycle hook-convertible methods: StartHook, StopHook, StartStopHook
    that can be used with more function signatures.
Changed
  • fx.WithLogger can now be passed at fx.Module level, setting custom logger at
    Module scope instead of the whole App.
Fixed
  • fx.OnStart and fx.OnStop Annotations now work with annotated types that was
    provided by the annotated constructor.
  • fxevent/ZapLogger: Errors from fx.Supply are now logged at Error level, not
    Info.
  • A race condition in lifecycle Start/Stop methods.
  • Typos in docs.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update module go.uber.org/fx to v1.19.0 Update module go.uber.org/fx to v1.19.1 Jan 11, 2023
@renovate renovate bot force-pushed the renovate/go.uber.org-fx-1.x branch from 529fce4 to a53743d Compare January 11, 2023 21:02
@fernandobandeira fernandobandeira merged commit 95d3076 into main Feb 13, 2023
@fernandobandeira fernandobandeira deleted the renovate/go.uber.org-fx-1.x branch February 13, 2023 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant