xmidt-org / go-parodus

parodus client written in golang
Apache License 2.0
0 stars 2 forks source link

Bump go.uber.org/fx from 1.18.2 to 1.19.0 #32

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps go.uber.org/fx from 1.18.2 to 1.19.0.

Release notes

Sourced from go.uber.org/fx's releases.

v1.19.0

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.
Changelog

Sourced from go.uber.org/fx's changelog.

1.19.0 - 2023-01-03

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.
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information