Skip to content

v0.8.28

Choose a tag to compare

@cshum cshum released this 03 Jun 16:48
· 858 commits to master since this release

Cache-Control Header Options

New options for Cache-Control header - stale-while-revalidate and no-cache support

  -imagor-cache-header-swr duration
        Imagor HTTP Cache-Control header stale-while-revalidate for successful image response (default 24h0m0s)
  -imagor-cache-header-no-cache
        Imagor HTTP Cache-Control header no-cache for successful image response

What's Changed

  • feat(imagor): Cache-Control header stale-while-revalidate support by @cshum in #63
  • fix(vips): crop with trim handling
  • fix(vips): focal filter with crop
  • feat(imagor): http HEAD method support
  • fix(imagor): fix avif load error

Full Changelog: v0.8.23...v0.8.28