Skip to content

Releases: hh-h/aiohttp-swagger3

Release 0.9.0

19 Sep 03:57
311f0dc
Compare
Choose a tag to compare

Changelog

  • Added aiohttp 3.10.x support (#132)

Release 0.8.0

03 Dec 13:10
Compare
Choose a tag to compare

Changelog

  • Added aiohttp 3.9.x support
  • Dropped aiohttp 3.6.x and 3.7.x
  • Dropped python 3.7

Release 0.7.4

04 Feb 09:05
Compare
Choose a tag to compare

Changelog

  • Replaced strict_rfc3339 with rfc3339-validator (#118)
  • Use request.content_type instead of cgi.parse_header (#110)
  • added python 3.11 support
  • bump rapidoc ui to 9.3.4
  • bump redoc ui to v2.0.0
  • bump swagger ui to 4.15.5

Release 0.7.2

06 Apr 17:13
Compare
Choose a tag to compare

Changelog

  • Fix missing slash in regex path replacement (#100)
  • added info parameter to SwaggerDocs (#99)
  • bump rapidoc ui to 9.2.0
  • bump redoc ui to v2.0.0-rc.66
  • bump swagger ui to 4.10.3
  • dropped python 3.6 support

Release 0.7.1

30 Jan 11:57
Compare
Choose a tag to compare

Changelog

  • requestBody can be optional (#97)

Release 0.7.0

04 Nov 09:16
Compare
Choose a tag to compare

Changelog

  • added regex support in path params (#92)
  • allow aiohttp 3.8.0 as required dependency (#93)
  • bump rapidoc ui to 9.1.3
  • bump redoc ui to v2.0.0-rc.56
  • bump swagger ui to 3.52.5

Release 0.6.0

04 Nov 06:31
Compare
Choose a tag to compare

Changelog

  • fixed bug that empty security raises an Exception (#88)
  • added the ability to set global security in SwaggerDocs via security parameter
  • added decorator swagger_doc, it can be used to add swagger schema from yaml file, see examples/docs_decorator_and_docstrings
  • bump swagger ui to 3.50.0
  • bump redoc ui to v2.0.0-rc.54

Release 0.5.6

11 May 19:04
Compare
Choose a tag to compare

Changelog

  • bump attrs version

Release 0.5.4

28 Mar 10:25
Compare
Choose a tag to compare

Changelog

  • detailed error info for allOf
  • bump rapidoc ui to 8.4.9
  • bump redoc ui to v2.0.0-rc.50
  • bump swagger ui to 3.45.1

Release 0.5.3

14 Jan 18:51
Compare
Choose a tag to compare

Changelog

  • allOf, oneOf, anyOf can be nullable
  • readOnly should affect only properties