Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Oct 5, 2016
1 parent 791bce8 commit 8e6441e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e6441e

Please sign in to comment.