👀 New:
- ✏️ Reworked
static
plugin. Now, it does not affect the performance of the main route and persist on the separate
file server (within thehttp
plugin). Looong awaited feature:Etag
(+ weak Etags) as well with theIf-Mach
,If-None-Match
,If-Range
,Last-Modified
andIf-Modified-Since
tags supported. Static plugin has a bunch of new options such as:allow
,calculate_etag
,weak
andpattern
.Option
always
was deleted from the plugin.
Docs: static
- ✏️ Update
informer.List
implementation. Now it returns a list with the 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 theexec_ttl
supervisor option. - 🐛 Fix: uniform log levels. Use everywhere the same levels (warn, error, debug, info, panic).