v1.1.1
Matcha v1.1.1
This release brings a couple of minor internal fixes and one major performance optimization.
Release Details
middleware.ExecuteMiddleware
now executes a full list of supplied middleware; this was previously unexported in packagerouter
.- Documentation, both in and out of code, has been improved. Our repo now includes a user guide, linked to in the README, to walk new users through features.
- Context is now managed by a
sync.Pool
. This yields a significant performance boost on routers that run continuously (memory use reduced by about 40% in benchmarks).