Skip to content

v1.2.1

Compare
Choose a tag to compare
@thockin thockin released this 30 Nov 19:04
· 210 commits to master since this release
dd8f76f

This is a minor bugfix release.

  • logr: Clarify the Error() semantics. 1) Error messages are always printed (they do not follow V()) and the error argument may be nil.
  • funcr: When using RenderValuesHook func would save the "cooked" result, so repeated calls to WithValues() would not merge properly.