Skip to content

v1.1.1

Compare
Choose a tag to compare
@jnichols-git jnichols-git released this 15 May 05:16
· 10 commits to main since this release
4bb4c99

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 package router.
  • 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).