Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 16:13
· 125 commits to main since this release

NOTES:

  • This Go module has been updated to Go 1.17 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#51)

FEATURES:

  • Added tflogtest package, which provides functionality for unit testing of provider logging (#62)
  • Added tfsdklogtest package, which provides functionality for unit testing of SDK logging (#62)

ENHANCEMENTS:

  • tflog: Added WithRootFields() function, which can copy root logger fields to a new subsystem logger during NewSubsystem() (#60)
  • tfsdklog: Added WithRootFields() function, which can copy root logger fields to a new subsystem logger during NewSubsystem() (#60)

BUG FIXES:

  • tflog+tfsdklog: Prevented Unable to create logging subsystem with AdditionalLocationOffset due to missing root logger options warning logs during acceptance testing (#58)