- Allow excluding requests from metrics by providing a list of regex to be matched against the request URI
- Eager initialization of parser by default
- Additional performance improvements
- Switch to Yauaa library for user agent parsing
- Use micrometer framework for metrics collection (requires spring boot 2.1+)
- Allow autoconfig of filter via url-patterns property (fixes #3)
- Cache parsing of user agent string (fixes #6)
- First release