You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.rst
+3-2
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,16 @@ Version history
7
7
AIOHappyBase 1.2.0
8
8
------------------
9
9
10
-
Release date: 2019-11-??
10
+
Release date: 2019-11-28
11
11
12
12
First release of the async version of HappyBase!
13
13
14
14
The version number is the same because the API is almost identical (albeit async) except for a few updates:
15
15
16
16
- Only Python 3.6+ will be supported (I like f-strings and ordered dictionaries, sue me:P)
17
17
- ``Connection`` and ``ConnectionPool`` objects can be used as context managers (async and regular).
18
-
- ``Connection.create_table()`` now returns the table instance.
18
+
- Explicitly closing non-context managed ``Connection`` and ``ConnectionPool`` objects is now required due the asyncio event loop being mostly unavailable during __del__.
19
+
- ``Connection.create_table()`` now returns the Table instance.
19
20
- Support for the framed transport and compact protocol have been dropped until thriftpy2.contrib.aio supports them as well.
0 commit comments