- 294: add `--version` option to Connexion CLI (print current version) - 297: add `--base-path` option to Connexion CLI (overwrite Swagger `basePath`)
1.0.121
Not secure
- 284: allow running Connexion via CLI (`connexion run swagger.yaml --stub`) - 274: fix operation ID handling - 278: map bad operation ID to HTTP status code (e.g. "not implemented")
1.0.112
Not secure
- 271: support operation functions with `**kwargs` - 260: support Python versions with non-numeric patchlevel (e.g. "2.7.11a1")
1.0.109
Not secure
- 256: fix OAuth scope check - 225: optionally validate parameters strictly (fail on extra params)
1.0.107
Not secure
- 249: fix encoding problem - 236: don't send back entire API schema on validation failures
1.0.103
Not secure
- 218: fix error handling for import errors - 242: correct `Content-Type` for `swagger.json`