v0.0.6
ChristopherDavenport
released this
12 Jul 21:49
·
21 commits
to main
since this release
Rather than Request/Response => Map[String, String]
instead prefer providing the entire context for addtional attributes (Request, Outcome[Option, Throwable, Response]) => Map[String, String]
Rather than removing headers keys not in the set, include them but redact the values.
What's Changed
- Give outcome information to additional context by @ChristopherDavenport in #6
Full Changelog: v0.0.5...v0.0.6