Highlights:
- Added support for
X-Request-IDHTTP header: if the header is present in client request, it will be forwarded to upstream, if the header is absent, then the cacher will generate it locally and attach it outbound requests, and even cache hits responses - Updated project dependencies, particularly actix-web related ones
What's Changed
- Added X-Request-ID header + updated dependencies by @bobs4462 in #248
- Modified x-request-id to support cache hits as well by @bobs4462 in #249
Full Changelog: 0.2.12...0.2.13