-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCHANGES.txt
60 lines (35 loc) · 1.08 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
CHANGES
-------
0.4.0 (2015-01-18)
^^^^^^^^^^^^^^^^^^
* The aiorest library development has stopped, use aiohttp.web instead.
* Update *aiorest* code to be compatible with *aiohttp 0.14 release*.
0.3.1 (2014-12-22)
^^^^^^^^^^^^^^^^^^
* Fixed exceptions logging for unhandled errors
0.3.0 (2014-12-17)
^^^^^^^^^^^^^^^^^^
* Made aiorest compatible to aiohttp v0.12
0.2.5 (2014-10-30)
^^^^^^^^^^^^^^^^^^
* Fix response.write_eof() to follow aiohttp changes
0.2.4 (2014-09-12)
^^^^^^^^^^^^^^^^^^
* Make loop keywork-only parameter in create_session_factory() function
0.2.3 (2014-08-28)
^^^^^^^^^^^^^^^^^^
* Redis session switched from asyncio_redis to aioredis
0.2.2 (2014-08-15)
^^^^^^^^^^^^^^^^^^
* Added Pyramid-like matchdict to request
(see https://github.com/aio-libs/aiorest/pull/18)
* Return "400 Bad Request" for incorrect JSON body in POST/PUT methods
* README fixed
* Custom response status code
(see https://github.com/aio-libs/aiorest/pull/23)
0.1.1 (2014-07-09)
^^^^^^^^^^^^^^^^^^
* Switched to aiohttp v0.9.0
0.1.0 (2014-07-07)
^^^^^^^^^^^^^^^^^^
* Basic REST API