Skip to content

Releases: spec-first/connexion

0.8.5

13 Aug 08:01
Compare
Choose a tag to compare
  • Support $ref JSON references for parameters

0.8.4

11 Aug 16:55
Compare
Choose a tag to compare
  • Add marker object "NoContent" to return empty response instead of annoying "null" (JSON serialization of Python None)

0.8.1

31 Jul 17:01
Compare
Choose a tag to compare
  • Add JSON serialization for UTC datetime objects

0.8

31 Jul 06:39
Compare
Choose a tag to compare
0.8
  • Python 2.7 and PyPy support
  • Allow single routes
  • More details on error

0.7.5

28 Jul 11:32
Compare
Choose a tag to compare
  • Fix date-time parsing

0.7.2

20 Jul 18:17
Compare
Choose a tag to compare
  • Return more detailed errors when validation fails
  • Validate "date-time" Swagger format

0.7.1

17 Jul 10:02
Compare
Choose a tag to compare

Bugfix release:

  • allow using paths with hyphens

0.7

08 Jul 13:19
Compare
Choose a tag to compare
0.7
  • Request schema validation
  • Easy development process by ignoring some errors

0.6

29 Jun 12:34
Compare
Choose a tag to compare
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

22 Jun 06:59
Compare
Choose a tag to compare

Fix bug where global produces and security objects where removed after the first endpoint.