connexion

Connexion is a modern Python web framework that makes spec-first and api-first development easy.

APACHE-2.0 License

Downloads
26.1M
Stars
4.4K
Committers
217

Bot releases are hidden (Show)

connexion - 1.1.3

Published by rafaelcaricio almost 8 years ago

  • #383: Problem as exceptions should convert properly to problem responses
connexion - 1.1.2

Published by rafaelcaricio almost 8 years ago

  • #382: fix content-type header bug
connexion - 1.1.1

Published by hjacobs almost 8 years ago

connexion - 1.1

Published by hjacobs almost 8 years ago

Cumulative release with new minor version number due to broken build pipeline counter.

  • #366: support problem exceptions
  • #356: fix handling flask.Response objects
  • #334: sanitize parameter names
connexion - 1.0.129

Published by hjacobs about 8 years ago

  • #304: add --host CLI option
connexion - 1.0.128

Published by hjacobs about 8 years ago

  • #309: update Swagger UI to version 2.2.5
connexion - 1.0.127

Published by hjacobs about 8 years ago

connexion - 1.0.125

Published by hjacobs about 8 years ago

  • #298: allow specifying the host to listen on
  • #287/#289: respect what the API consumes (do not always assume JSON)
connexion - 1.0.124

Published by hjacobs about 8 years ago

  • #294: add --version option to Connexion CLI (print current version)
  • #297: add --base-path option to Connexion CLI (overwrite Swagger basePath)
connexion - 1.0.121

Published by hjacobs about 8 years ago

  • #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")
connexion - 1.0.112

Published by hjacobs about 8 years ago

  • #271: support operation functions with **kwargs
  • #260: support Python versions with non-numeric patchlevel (e.g. "2.7.11a1")
connexion - 1.0.109

Published by hjacobs about 8 years ago

  • #256: fix OAuth scope check
  • #225: optionally validate parameters strictly (fail on extra params)
connexion - 1.0.107

Published by hjacobs about 8 years ago

  • #249: fix encoding problem
  • #236: don't send back entire API schema on validation failures
connexion - 1.0.103

Published by hjacobs over 8 years ago

  • #218: fix error handling for import errors
  • #242: correct Content-Type for swagger.json
connexion - 1.0.98

Published by hjacobs over 8 years ago

  • #240: Support Flask 0.11
connexion - 1.0.97

Published by hjacobs over 8 years ago

  • #219: fix parameter validation (if parameter types were not sorted in YAML)
connexion - 1.0.95

Published by hjacobs over 8 years ago

  • #227: fix array conversion during validation
connexion - 1.0.91

Published by hjacobs over 8 years ago

  • #212: make Connexion app callable (to support using it for WSGI directly)
  • #215: copy spec before validation to avoid extra spec attributes
connexion - 1.0.88

Published by hjacobs over 8 years ago

  • #195: specify minimum dependency versions
  • #205: validate response according to content type
connexion - 1.0.84

Published by hjacobs over 8 years ago

  • #192: allow file uploads
  • #197: support nullable parameters
  • #199: allow JSON encoder customization
Package Rankings
Top 5.25% on Alpine-edge
Top 0.63% on Pypi.org
Top 9.67% on Conda-forge.org