Releases: aio-libs-abandoned/aiorest
Releases · aio-libs-abandoned/aiorest
aiorest is dead
Sorry, we have stopped aiorest development.
The project always was in experimental status: we have tried to make the proof
of concept for aiohttp
high level server.
Now the work is done, the most important parts transplanted to
aiohttp.web
: Request
and Response
.
Some aiorest
features are not supported by aiohttp.web
yet:
sessions, CORS and security.
We are working hard on the issue by making aiohttp
extension
libraries for those ones.
We will keep aiorest work on top of aiohttp new versions for a
while.
Please report about incompatibility bugs to aiorest github
issue tracker -- we'll fix those.
aiorest 0.2.5
Bugfix release to follow changes in .write_eof() in aiohttp library
Update
Incremental release
- switched to aiohttp v0.9.0