Skip to content

Release v7.0.0

Compare
Choose a tag to compare
@deankarn deankarn released this 12 May 18:33
· 16 commits to master since this release
d70d76e

What's new?

NOTE: breaking change as now relying on go-playground/pkg/runtime for stack information previously within go-playground/errors and updated to the latest version of the errors package.

  • Added default logger. If you register your own logger, of any kind,
    the default logger is removed and so is backward compatible. It is only registered when attached to a terminal.
  • Added Close methods to handlers to allow resource cleanup & automatic
    removal of the logger now that RemoveHandler and AddHandler can be made
    on the fly.
  • Updated to use go-playground/pkg/runtime.StackLevel(...) previously found int go-playground/errors