Releases: spec-first/connexion
Releases · spec-first/connexion
0.8.5
- Support $ref JSON references for parameters
0.8.4
- Add marker object "NoContent" to return empty response instead of annoying "null" (JSON serialization of Python None)
0.8.1
- Add JSON serialization for UTC datetime objects
0.8
- Python 2.7 and PyPy support
- Allow single routes
- More details on error
0.7.2
- Return more detailed errors when validation fails
- Validate "date-time" Swagger format
0.7.1
Bugfix release:
- allow using paths with hyphens
0.7
- Request schema validation
- Easy development process by ignoring some errors
0.6
- Better handling of responses with HTTP status 204 (No Content);
- Better logging with extra parameters on logging;
- Swagger UI is now optional;
0.5.1
Fix bug where global produces and security objects where removed after the first endpoint.