You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[major] Middleware execution order is now the same as how they are added
[-] The old behaviour of middleware execution order can be enabled by setting `ReverseMiddleware=true`
[patch] better URI matching, reduced allocations
[patch] URI matching bugfix
[patch] resources are released even in case of panic (deferred)
[-] added Go benchmark
[-] minor changes to the sample SSE implementation (refactored to use serviceworker)
[-] updated SSE README for clarity