Skip to content

Releases: maximdanilchenko/aiohttp-apispec

v3.0.0b2

01 Mar 14:42
Compare
Choose a tag to compare

v2.2.3

01 Mar 14:40
Compare
Choose a tag to compare
  • Removed upper bound from jinja2 98e747c

v3.0.0b1

26 Jan 14:34
Compare
Choose a tag to compare

Added in 3.0.0b1:

Changes compared to 2.2.1 version:

v2.2.2

26 Jan 14:28
Compare
Choose a tag to compare

v2.2.1 Bugfix

28 Feb 11:48
cf8a921
Compare
Choose a tag to compare
  • Set upper bounds for major releases of dependencies - 3915f21

v2.2.0

19 Feb 12:58
Compare
Choose a tag to compare

Changes from v1.5.0 to v2.2.0:

  • Register swagger UI and JSON as named resources - 630decf
  • Add the option for not register a docs route - 6e68c7d
  • Added custom resolver for partial schemes - b22eb20
  • New decorators for specific request data validation - 6548bc1
  • Many params fix - closes #58. Middleware fix - closes #64 - 804edc9

v1.5.0

24 Sep 10:02
Compare
Choose a tag to compare
  • prefix and in_place params. commit 5aec5e1
  • Specified read encoding to allow pip install on Windows. commit be3c071
  • Compatibility with apispec 3.0 and drops support of <3.0. Closes #63. commit 4e76b52
  • Compatibility with marshmallow 3.0 in tests.

v1.3.0

10 Jun 15:53
Compare
Choose a tag to compare
  • Closes #50. Use apispec.core.VALID_METHODS_OPENAPI for valid http methods list.
  • Closes #55. Support non-dict objects returning from validating.
  • match_info support for validation_middlware middlware in views without request_schema decorator

v1.2.1

31 May 09:53
Compare
Choose a tag to compare

v1.1.2 Bugfix

12 Mar 18:03
Compare
Choose a tag to compare
  • Call open() with string instead of Path, for compatibility with python 3.5 (#45).