Skip to content

v1.1.0

Compare
Choose a tag to compare
@akshayjshah akshayjshah released this 31 Mar 23:06
· 397 commits to master since this release

This release fixes two bugs and adds some enhancements to zap's testing helpers. It is fully backward-compatible.

Bugfixes:

  • #385: Fix caller path trimming on Windows.
  • #396: Fix a panic when attempting to use non-existent directories with zap's configuration struct.

Enhancements:

  • #386: Add filtering helpers to zaptest's observing logger.

Thanks to @moitias for contributing to this release.