Skip to content

Releases: turokg/yappa

async fix v2

02 Dec 15:26
Compare
Choose a tag to compare
v.0.4.30v2

bump version

async fix

02 Dec 15:16
2c5292a
Compare
Choose a tag to compare
Merge pull request #41 from iunir/patch-1

Fix TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'

small fix

02 Jul 13:10
c3bbbc0
Compare
Choose a tag to compare
Merge pull request #36 from 0niel/master

Fix `KeyError` when no content-type header

windows workaround

19 Aug 10:11
Compare
Choose a tag to compare
v.0.4.28

workaroud to skip validation on Windows platform

fixing encoding on windows

19 Aug 09:50
Compare
Choose a tag to compare
v.0.4.27

workaroud to skip validation on Windows platform

workaround on win platform

19 Aug 09:32
Compare
Choose a tag to compare
v.0.4.23

workaroud to skip validation on Windows platform

fixed binary content

05 Apr 05:25
Compare
Choose a tag to compare

fixed working with binary content, i.e. zip or jpeg

fixing encoding

04 Apr 16:45
Compare
Choose a tag to compare

proper encoding of response

content-type -> isBase64Encoded

04 Apr 04:47
Compare
Choose a tag to compare

response content-type influence on isBase64Encoded

minor fixes

08 Dec 11:23
Compare
Choose a tag to compare

-minor fixes of django deployment
-fixes of tests
-minor refactor of project structure