Releases: etsy/kevin-middleware
Releases · etsy/kevin-middleware
v1.7.2
v1.7.1
What's Changed
- Add performance markers to Kevin overlay + configurable prefix string for perf marker names by @piratefsh in #28
New Contributors
- @piratefsh made their first contribution in #28
Full Changelog: v1.6.1...v1.7.1
v1.6.1
v1.6.0
Uninstalled the bluebird package
v1.5.0
What's Changed
- Add a start and stop compiler endpoints by @azu-b in #18 : This new endpoints allow to manually start and stop the compiler you want.
- Add hasMaxActiveCompilersBeenReached to /compiler-info by @azu-b in #19 : This adds a boolean to
/compiler-info
endpoint that tells if Kevin has reached the maximum of active compilers. - v1.5.0 by @azu-b in #20
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- testing readme mods by @mpmartinez-etsy in #15
- Modify /compiler-info to show both active and inactive compilers by @azu-b in #16
- v1.4.0 by @azu-b in #17
New Contributors
Full Changelog: v1.3.0...v1.4.0
v1.3.0
New Features
- Adds a function (selectConfigName) which allows a user to determine what config to use depending on extra information embedded in the request path
v1.2.0
Updating getAssetName function signature to include req and res objects
Improvements
Updated function signature for getAssetName
so that it can take in req
and res
as params in addition to requestPath
. This allows for the usage of any information in the request or response objects in that function, for example, res.locals
which may contain variables inserted by other middleware.
Docs
Updated README for getAssetName
with new function signature and default implementation.