Releases: spec-first/connexion
Releases · spec-first/connexion
0.11.2
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
- #59 pass body and query parameters to handler function as keyword args
- #67 fix JSON serialization for datetime objects with tzinfo
0.10.2
- #49: fix uWSGI response metrics for ZMON support
0.10.1
- Configurable HTTP_METRICS_PREFIX for ZMON support
0.9.4
- Validate array parameters (respect collectionFormat)
- Convert parameter type before running validators (allow using "minimum" on integer type query param)
0.9.3
- Allow configurable path and URL for swagger-ui.
0.9.1
- Basic parameter validation supporting integer, number and boolean query parameters, format and pattern.
0.9.0
- Remove tornado dependency
- Use application/json response if "produces" is missing
0.8.6
- Serialize datetime.date objects to JSON