1
+ =======
1
2
CHANGES
2
3
=======
3
4
4
5
.. towncrier release notes start
5
6
6
7
4.0.1 (2121-11-10)
7
- ------------------
8
+ ==================
8
9
9
10
- Fix regression:
10
11
@@ -19,7 +20,7 @@ CHANGES
19
20
- Make ``Timeout `` class available in ``__all__ ``.
20
21
21
22
4.0.0 (2021-11-01)
22
- ------------------
23
+ ==================
23
24
24
25
* Implemented ``timeout_at(deadline) `` (#117)
25
26
@@ -38,25 +39,25 @@ CHANGES
38
39
* Deprecated synchronous context manager usage
39
40
40
41
3.0.1 (2018-10-09)
41
- ------------------
42
+ ==================
42
43
43
44
* More aggressive typing (#48)
44
45
45
46
3.0.0 (2018-05-05)
46
- ------------------
47
+ ==================
47
48
48
49
* Drop Python 3.4, the minimal supported version is Python 3.5.3
49
50
50
51
* Provide type annotations
51
52
52
53
2.0.1 (2018-03-13)
53
- ------------------
54
+ ==================
54
55
55
56
* Fix ``PendingDeprecationWarning `` on Python 3.7 (#33)
56
57
57
58
58
59
2.0.0 (2017-10-09)
59
- ------------------
60
+ ==================
60
61
61
62
* Changed ``timeout <= 0 `` behaviour
62
63
@@ -65,7 +66,7 @@ CHANGES
65
66
* when timeout <= 0 ``TimeoutError `` raised faster
66
67
67
68
1.4.0 (2017-09-09)
68
- ------------------
69
+ ==================
69
70
70
71
* Implement ``remaining `` property (#20)
71
72
@@ -75,7 +76,7 @@ CHANGES
75
76
* All others: roughly amount of time before ``TimeoutError `` is triggered
76
77
77
78
1.3.0 (2017-08-23)
78
- ------------------
79
+ ==================
79
80
80
81
* Don't suppress nested exception on timeout. Exception context points
81
82
on cancelled line with suspended ``await `` (#13)
@@ -85,25 +86,25 @@ CHANGES
85
86
* Add methods for using as async context manager (#9)
86
87
87
88
1.2.1 (2017-05-02)
88
- ------------------
89
+ ==================
89
90
90
91
* Support unpublished event loop's "current_task" api.
91
92
92
93
93
94
1.2.0 (2017-03-11)
94
- ------------------
95
+ ==================
95
96
96
97
* Extra check on context manager exit
97
98
98
99
* 0 is no-op timeout
99
100
100
101
101
102
1.1.0 (2016-10-20)
102
- ------------------
103
+ ==================
103
104
104
105
* Rename to ``async-timeout ``
105
106
106
107
1.0.0 (2016-09-09)
107
- ------------------
108
+ ==================
108
109
109
110
* The first release.
0 commit comments