Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

v2.2.0

Choose a tag to compare

@rustatian rustatian released this 12 May 18:14
· 231 commits to stable since this release
6ed900e

👀 New:

  • ✏️ Reworked static plugin. It does not affect the performance of the main route and persists on the separate file server (within the http plugin). Looong awaited feature: Etag (+ weak Etags) as well with the If-Mach
    , If-None-Match, If-Range, Last-Modified and If-Modified-Since tags supported. The static plugin has many new options such as: allow, calculate_etag, weak, and pattern.
    Docs: static

    Option always was deleted from the plugin.

  • ✏️ Update informer.List implementation. Now it returns a list with all available plugins in the runtime.

🩹 Fixes:

  • 🐛 Fix: issue with wrong ordered middlewares (reverse). Now the order is correct.
  • 🐛 Fix: issue when RR fails if a user sets debug mode with the exec_ttl supervisor option.
  • 🐛 Fix: uniform log levels. Use everywhere the same levels (warn, error, debug, info, panic).