Skip to content

Require an instance of Config instead of a pointer

Choose a tag to compare

@joeig joeig released this 09 Jan 14:14
6e147c3

This release requires an instance of Config instead of a pointer in New, in order to avoid common mistakes when applied concurrently. Furthermore, this change moves the generation of cache-controls from request-invocation to middleware-instantiation to increase performance.

Changes

  • Require an instance of Config instead of a pointer by @joeig in #1