Skip to content

Releases: Aksem/modapp

v.0.4.2: Extras: platformdirs, logs. Improve aiohttp websocket handling

10 Nov 14:17
fbb0b85
Compare
Choose a tag to compare
Merge pull request #36 from Aksem/feature/web_aiohttp

Extras: platformdirs, logs. Improve aiohttp websocket handling

v0.4.1: make transports param a sequence in Modapp constructor

08 Nov 06:23
978e94b
Compare
Choose a tag to compare
Merge pull request #35 from Aksem/feature/web_aiohttp

Make transports param of Modapp sequence instead of set

v0.4.0: unary-stream in web

07 Nov 16:59
6420bad
Compare
Choose a tag to compare

Breaking changes:

  • unary_stream in web transport and channel uses Stream instead of AsyncIterator now

v0.3.24: fix getting free port introduced in v0.3.23

01 Nov 17:57
85568ed
Compare
Choose a tag to compare
Merge pull request #33 from Aksem/feature/web_aiohttp

Fix getting free port

v0.3.23: Get free port in web aiohttp transport if no port is passed

01 Nov 17:45
638af19
Compare
Choose a tag to compare
Merge pull request #32 from Aksem/feature/web_aiohttp

Update deps. Get free port in web aiohttp transport if no port is pas…

v0.3.22: Add default serializer for json in logs

22 Oct 08:45
0577350
Compare
Choose a tag to compare
Merge pull request #31 from Aksem/feature/web_aiohttp

Add default serializer for json in logs

v0.3.21: improve error messages

21 Oct 14:29
15cb7d2
Compare
Choose a tag to compare
Merge pull request #30 from Aksem/feature/web_aiohttp

v0.3.21: improve error messages

Add content-type to errors in web aiohttp

17 Oct 06:07
9d265c2
Compare
Choose a tag to compare
Merge pull request #29 from Aksem/feature/web_aiohttp

Add content-type to errors in web aiohttp

v0.3.19: return error body in web aiohttp transport

17 Oct 05:44
d85dc06
Compare
Choose a tag to compare
Merge pull request #28 from Aksem/feature/web_aiohttp

Return error body in web aiohttp transport

v0.3.18: fix statics in web_aiohttp transport

15 Oct 07:40
0415401
Compare
Choose a tag to compare
Merge pull request #27 from Aksem/feature/web_aiohttp

Fix static files in web_aiohttp transport