- 84 Option to validate the responses - 85 Allow adding headers to problem responses - 83 Saner log message severity on client side errors
0.12.1
Not secure
- 77: allow adding custom headers by returning a tuple with 3 elements - 79: return Api object from add_api call - Minor refactorings and added unit tests
0.12.0
Not secure
- 72 Allow passing options to the underlying server in app.run()
0.11.3
Not secure
- Fixed setting `request.user` when the token doesn't have `uid` scope
0.11.2
Not secure
For authenticated endpoints connexion will add a `user` and `token_info` properties to `connexion.request` containing the user name and the full token info of the request.
0.11.1
Not secure
- 59 pass body and query parameters to handler function as keyword args - 67 fix JSON serialization for datetime objects with tzinfo