Skip to content

Tags: XsubinX/connexion

Tags

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jmcs João Santos

1.4.2

Toggle 1.4.2's commit message
fix readme (spec-first#585)

1.4.1

Toggle 1.4.1's commit message
Make compatible with latest gevent version (spec-first#583)

See https://github.com/gevent/gevent/blob/master/CHANGES.rst#13b2-2018-05-03
```
The long-deprecated and undocumented module gevent.wsgi was removed.
```

1.4

Toggle 1.4's commit message
Merge branch 'dutradda-aiohttp_support'

1.3

Toggle 1.3's commit message
run tests against PyPI dependencies for release

1.2

Toggle 1.2's commit message
FIX a typo causing an ERROR log (spec-first#523)

* FIX a typo causing an ERROR log

A small bug was introduced in spec-first#500 when sanitizing the request query
parameters. Instead of fetching the arguments from `request.query`,
the parameters were sanitized from the `request.form`. This causes an
error log to be printed, as the parameters are not expected for the
query (for example in the case of a POST request).

Fixes spec-first#504

* adds a fixture for testing query param sanitazion

Adds a simple fixture to test form and query parameter sanitazion. This
is mostly related to spec-first#522, in which the `formData` parameters were
treated as query parameters.

* add a test to validate form data params

* introduce testfixtures library

1.1.16

Toggle 1.1.16's commit message
Restoring Flask-Injector support by passing "undocumented" path param…

…eters to the handler (spec-first#526)

* Restored Flask-Injector support

* Added a unit test to verify injection works (spec-first#469)

* Changed unittest to support Python 2

Verified

This tag was signed with the committer’s verified signature.
hjacobs Henning Jacobs