Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@mholt mholt released this 20 Dec 16:27
· 1 commit to master since this release
v3.0.0
45433df

ACMEz v3 simply replaces zap with slog, for wider compatibility and a thinner dependency tree. Now, this package has no dependencies outside of the standard library and extended standard library.

Zap loggers can still be used as slog handlers by way of the go.uber.org/zap/exp/zapslog package: slog.New(zapslog.NewHandler(zapLogger.Core())),

What's Changed

New Contributors

Full Changelog: v2.0.3...v3.0.0