8000 Tags · ngoodman90/connexion · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ngoodman90/connexion

Tags

1.1.11

Toggle 1.1.11's commit message
Split tokeninfo scope if it is a string (spec-first#477)

* Split tokeninfo scope if it is a string

* Add test for string and array scopes

* Fix isort lint error

Verified

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

1.1.8

Toggle 1.1.8's commit message
Flask request user support (spec-first#432)

* ConnexionRequest.context proxied to flask.request instance

* Add type annotations for FlaskRequestContextProxy

* Sort imports

* Sort imports

* Remove unnecessary code

1.1.6

Toggle 1.1.6's commit message
Fix returning flask Response objects in a tuple (spec-first#425)

* Fix returning Response objects in tuple with status code and/or headers

* Use flasks code for dealing with tuples instead of my own

* Unit tests for returning flask reponse in tuple

* fix test, should be a dict, not a set

* Properly sort imports

1.1.5

Toggle 1.1.5's commit message
1.1.5

- spec-first#397 Explicitly set encoding to utf-8 on JSON dumps
- (internal) spec-first#398 Fixed tests that were failing due to development versions of third-party packages

1.1.4

Toggle 1.1.4's commit message
Release 1.1.4

1.1.3

Toggle 1.1.3's commit message
Release 1.1.3

1.1.2

Toggle 1.1.2's commit message
Merge pull request spec-first#382 from patrickw276/content-type

fix content-type header bug
0