This repository was archived by the owner on Feb 3, 2022. It is now read-only.
v2.2.0
👀 New:
-
✏️ Reworked
staticplugin. It does not affect the performance of the main route and persists on the separate file server (within thehttpplugin). Looong awaited feature:Etag(+ weak Etags) as well with theIf-Mach
,If-None-Match,If-Range,Last-ModifiedandIf-Modified-Sincetags supported. The static plugin has many new options such as:allow,calculate_etag,weak, andpattern.
Docs: staticOption
alwayswas deleted from the plugin. -
✏️ Update
informer.Listimplementation. 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
debugmode with theexec_ttlsupervisor option. - 🐛 Fix: uniform log levels. Use everywhere the same levels (warn, error, debug, info, panic).