Skip to content

Commit 6759256

Browse files
committed
Prepare 0.8.1
1 parent 4db5371 commit 6759256

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

AUTHORS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Contributors
2929
* Pavol Vargovcik <[email protected]>
3030
* Mykyta Holubakha <[email protected]>
3131
32+
* Martin Zaťko <[email protected]>
33+
* Pascal van Kooten <[email protected]>
3234

3335

3436
Special thanks to my wife Daisy and her outsourcing company `DecentFoX Studio`_,

HISTORY.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,19 @@ won't be called with any ``setattr(child, 'parent', ...)`` at all. (If you need
4545
Please note, it is deprecated to disable ``none_as_none``, and disabling will
4646
be removed in GINO 1.0.
4747

48+
0.8.1 (2018-12-08)
49+
^^^^^^^^^^^^^^^^^^
50+
51+
* Alias supported ``Label`` (#365)
52+
* Docs update (#308, 4c59ad, #401 by Pascal van Kooten)
53+
* Version requirement for SQLAlchemy is updated to ``>=1.2`` (#378 #382)
54+
* Added option for SSL in aiohttp extension (Contributed by Martin Zaťko in #387 #393)
55+
* And all other extensions (#395)
56+
* Supported Tornado 5 (#396, also thanks to Vladimir Goncharov)
57+
* Fixed custom JSON/JSONB type support (#402 #403)
58+
59+
(Most fixes done by Tony Wang)
60+
4861
0.8.0 (2018-10-16)
4962
^^^^^^^^^^^^^^^^^^
5063

@@ -93,7 +106,7 @@ This is also version 1.0 beta 3.
93106
* Added aiocontextvars as required dependency required for Python 3.5 and 3.6 (#228)
94107
* Added Quart support (#213)
95108
* Fixed Tornado options parsing (#231)
96-
* Improve coding style and test coverage
109+
* Improved coding style and test coverage
97110

98111
0.7.3 (2018-05-19)
99112
^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)