All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- Pass tag function to middleware
- Add decrement function.
- Coerce tag values using
name
if they are keywords. This means that keyword tag values won't be prefixed with:
anymore.
- Add
time-fn
andwith-timing
macros to time blocks of code. - Use
System/nanoTime
in the ring middleware for more accurate timing.
- Change the
simple-statsd.ring
functionality. Move away from thenamed-handler
way of doing things, because it could interfere with other middleware.
- Initial release