Skip to content

Releases: iterait/apistrap

v0.10.0

26 Apr 08:06
1cbd841
Compare
Choose a tag to compare
  • replace schematics with pydantic

v0.9.10

03 Jun 15:59
ffe408b
Compare
Choose a tag to compare
  • better typing of security decorator
  • fix spec of dict of list of models
  • fix content disposition header for aiohttp

v0.9.9

16 Apr 11:46
92a7cb8
Compare
Choose a tag to compare

add AnyType, UnionType and DiscriminatedModelType

v0.9.8

30 Dec 15:46
70ef547
Compare
Choose a tag to compare

Update docstring_parser

v0.9.7

25 Nov 17:39
0d7b492
Compare
Choose a tag to compare

Fix of 0.9.6

v0.9.6

25 Nov 17:04
2f0d246
Compare
Choose a tag to compare
  • Better handling of AioHTTP WebSocketResponse

v0.9.5

25 Oct 08:03
e3a377f
Compare
Choose a tag to compare
  • Support for multiple security schemes
  • Support for request body content types other than JSON

v0.9.4

07 Oct 08:21
fbe164e
Compare
Choose a tag to compare

Better handling of security enforcers.

v0.9.3

19 Sep 07:15
c9834c7
Compare
Choose a tag to compare
Merge pull request #97 from iterait/dev

Release 0.9.3

v0.9.1

18 Sep 10:18
deebc9a
Compare
Choose a tag to compare
  • Fix forward declaration resolution bug