Skip to content

v2.25.0

Latest

Choose a tag to compare

@mccutchen mccutchen released this 26 Jul 19:54
697b6e3

Warning

Breaking Change

  • The Observer callback signature changed from func(Result) to func(context.Context, Result) in order to enable propagating span/trace IDs and other per-request observability signals via the request's context. See #267 for details.

What's Changed

  • middleware: add request context to Observer callback by @mccutchen in #267

Full Changelog: v2.24.0...v2.25.0