From 8e6441e11448e5326d73b249bfa5a6997f2a5e23 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Wed, 5 Oct 2016 19:07:51 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9592af2b6b..bd80354f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed +## 0.1.7 - 2016-10-05 +### Added +- Introduce MiddlewareHandler interface so that user can plug in more middleware or switch middleware + +### Changed +- Fixed info test case to clear the injected config +- All middleware handlers implement MiddlewareHandler interface so that they are loaded from SPI +- Middleware handlers will be enabled by checking isEnable() +- Update validator test case to remove oauth2 dependency +- Fix the NPE issue if swagger specification does not have security defined +- SwaggerHandler will only be enabled if swagger.json exists in config +- Fix the token helper to get token from OAuth2 server + ## 0.1.6 - 2016-10-02 ### Added - Add header parameter validation against swagger specification