New features
- Added :status-to-level-fn, which allows you to control the logging level of HTTP status codes in wrap-log-response.
Enhancements
- Added support for async ring handlers
- Async handlers were supported in 0.7, but support was dropped in 1.0.0.
- This change should make it easy to migrate to 1.x from 0.7
- Updated org.clojure/tools.logging dependency to 1.2.3 (thanks @CambodianCoder)
What's Changed
- Clarifying docs around
wrap-log-request-params
by @deobald in #47 - Add support for async middleware by @Kauko in #49
- Status to level config by @Kauko in #50
- Update project.clj by @CambodianCoder in #53
- Hide warnings in tests about shadowing clojure.core by @miikka in #54
- Fix async tools-logging-test by @miikka in #56
New Contributors
- @deobald made their first contribution in #47
- @Kauko made their first contribution in #49
- @CambodianCoder made their first contribution in #53
- @miikka made their first contribution in #54
Full Changelog: 1.0.1...1.1.1