|
1 |
| -CHANGES |
2 |
| -------- |
| 1 | +1.0.0 (2019-09-20) |
| 2 | +* Removal of an asynchronous call in favor of issues # 550 |
| 3 | +* Big editing of documentation and minor bugs #534 |
3 | 4 |
|
4 | 5 | 0.16.0 (2019-01-25)
|
5 | 6 | ^^^^^^^^^^^^^^^^^^^
|
6 | 7 |
|
7 |
| -* Fix select priority name (#525) |
| 8 | +* Fix select priority name `#525 <https://github.com/aio-libs/aiopg/issues/525>`_ |
8 | 9 |
|
9 |
| -* Rename `psycopg2` to `psycopg2-binary` to fix deprecation warning (#507) |
| 10 | +* Rename `psycopg2` to `psycopg2-binary` to fix deprecation warning `#507 <https://github.com/aio-libs/aiopg/issues/507>`_ |
10 | 11 |
|
11 |
| -* Fix #189 hstore when using ReadDictCursor (#512) |
| 12 | +* Fix `#189 <https://github.com/aio-libs/aiopg/issues/189>`_ hstore when using ReadDictCursor `#512 <https://github.com/aio-libs/aiopg/issues/512>`_ |
12 | 13 |
|
13 |
| -* close cannot be used while an asynchronous query is underway (#452) |
| 14 | +* close cannot be used while an asynchronous query is underway `#452 <https://github.com/aio-libs/aiopg/issues/452>`_ |
14 | 15 |
|
15 |
| -* sqlalchemy adapter trx begin allow transaction_mode (#498) |
| 16 | +* sqlalchemy adapter trx begin allow transaction_mode `#498 <https://github.com/aio-libs/aiopg/issues/498>`_ |
16 | 17 |
|
17 | 18 |
|
18 | 19 | 0.15.0 (2018-08-14)
|
19 | 20 | ^^^^^^^^^^^^^^^^^^^
|
20 | 21 |
|
21 |
| -* Support Python 3.7 (#437) |
| 22 | +* Support Python 3.7 `#437 <https://github.com/aio-libs/aiopg/issues/437>`_ |
22 | 23 |
|
23 | 24 | 0.14.0 (2018-05-10)
|
24 | 25 | ^^^^^^^^^^^^^^^^^^^
|
25 | 26 |
|
26 |
| -* Add ``get_dialect`` func to have ability to pass ``json_serializer`` #451 |
| 27 | +* Add ``get_dialect`` func to have ability to pass ``json_serializer`` `#451 <https://github.com/aio-libs/aiopg/issues/451>`_ |
27 | 28 |
|
28 | 29 | 0.13.2 (2018-01-03)
|
29 | 30 | ^^^^^^^^^^^^^^^^^^^
|
30 | 31 |
|
31 |
| -* Fixed compatibility with SQLAlchemy 1.2.0 #412 |
| 32 | +* Fixed compatibility with SQLAlchemy 1.2.0 `#412 <https://github.com/aio-libs/aiopg/issues/412>`_ |
32 | 33 |
|
33 |
| -* Added support for transaction isolation levels #219 |
| 34 | +* Added support for transaction isolation levels `#219 <https://github.com/aio-libs/aiopg/issues/219>`_ |
34 | 35 |
|
35 | 36 |
|
36 | 37 | 0.13.1 (2017-09-10)
|
37 | 38 | ^^^^^^^^^^^^^^^^^^^
|
38 | 39 |
|
39 |
| -* Added connection poll recycling logic #373 |
| 40 | +* Added connection poll recycling logic `#373 <https://github.com/aio-libs/aiopg/issues/373>`_ |
40 | 41 |
|
41 | 42 |
|
42 | 43 | 0.13.0 (2016-12-02)
|
43 | 44 | ^^^^^^^^^^^^^^^^^^^
|
44 | 45 |
|
45 |
| -* Add `async with` support to `.begin_nested()` #208 |
| 46 | +* Add `async with` support to `.begin_nested()` `#208 <https://github.com/aio-libs/aiopg/issues/208>`_ |
46 | 47 |
|
47 |
| -* Fix connection.cancel() #212 #223 |
| 48 | +* Fix connection.cancel() `#212 <https://github.com/aio-libs/aiopg/issues/212>`_ `#223 <https://github.com/aio-libs/aiopg/issues/223>`_ |
48 | 49 |
|
49 |
| -* Raise informative error on unexpected connection closing #191 |
| 50 | +* Raise informative error on unexpected connection closing `#191 <https://github.com/aio-libs/aiopg/issues/191>`_ |
50 | 51 |
|
51 |
| -* Added support for python types columns issues #217 |
| 52 | +* Added support for python types columns issues `#217 <https://github.com/aio-libs/aiopg/issues/217>`_ |
52 | 53 |
|
53 |
| -* Added support for default values in SA table issues #206 |
| 54 | +* Added support for default values in SA table issues `#206 <https://github.com/aio-libs/aiopg/issues/206>`_ |
54 | 55 |
|
55 | 56 |
|
56 | 57 | 0.12.0 (2016-10-09)
|
57 | 58 | ^^^^^^^^^^^^^^^^^^^
|
58 | 59 |
|
59 |
| -* Add an on_connect callback parameter to pool #141 |
| 60 | +* Add an on_connect callback parameter to pool `#141 <https://github.com/aio-libs/aiopg/issues/141>`_ |
60 | 61 |
|
61 |
| -* Fixed connection to work under both windows and posix based systems #142 |
| 62 | +* Fixed connection to work under both windows and posix based systems `#142 <https://github.com/aio-libs/aiopg/issues/142>`_ |
62 | 63 |
|
63 | 64 | 0.11.0 (2016-09-12)
|
64 | 65 | ^^^^^^^^^^^^^^^^^^^
|
65 | 66 |
|
66 |
| -* Immediately remove callbacks from a closed file descriptor #139 |
| 67 | +* Immediately remove callbacks from a closed file descriptor `#139 <https://github.com/aio-libs/aiopg/issues/139>`_ |
67 | 68 |
|
68 | 69 | * Drop Python 3.3 support
|
69 | 70 |
|
70 | 71 | 0.10.0 (2016-07-16)
|
71 | 72 | ^^^^^^^^^^^^^^^^^^^
|
72 | 73 |
|
73 |
| -* Refactor tests to use dockerized Postgres server #107 |
| 74 | +* Refactor tests to use dockerized Postgres server `#107 <https://github.com/aio-libs/aiopg/issues/107>`_ |
74 | 75 |
|
75 |
| -* Reduce default pool minsize to 1 #106 |
| 76 | +* Reduce default pool minsize to 1 `#106 <https://github.com/aio-libs/aiopg/issues/106>`_ |
76 | 77 |
|
77 |
| -* Explicitly enumerate packages in setup.py #85 |
| 78 | +* Explicitly enumerate packages in setup.py `#85 <https://github.com/aio-libs/aiopg/issues/85>`_ |
78 | 79 |
|
79 |
| -* Remove expired connections from pool on acquire #116 |
| 80 | +* Remove expired connections from pool on acquire `#116 <https://github.com/aio-libs/aiopg/issues/116>`_ |
80 | 81 |
|
81 |
| -* Don't crash when Connection is GC'ed #124 |
| 82 | +* Don't crash when Connection is GC'ed `#124 <https://github.com/aio-libs/aiopg/issues/124>`_ |
82 | 83 |
|
83 | 84 | * Use loop.create_future() if available
|
84 | 85 |
|
85 | 86 | 0.9.2 (2016-01-31)
|
86 | 87 | ^^^^^^^^^^^^^^^^^^
|
87 | 88 |
|
88 | 89 | * Make pool.release return asyncio.Future, so we can wait on it in
|
89 |
| - `__aexit__` #102 |
| 90 | + `__aexit__` `#102 <https://github.com/aio-libs/aiopg/issues/102>`_ |
90 | 91 |
|
91 |
| -* Add support for uuid type #103 |
| 92 | +* Add support for uuid type `#103 <https://github.com/aio-libs/aiopg/issues/103>`_ |
92 | 93 |
|
93 | 94 | 0.9.1 (2016-01-17)
|
94 | 95 | ^^^^^^^^^^^^^^^^^^
|
95 | 96 |
|
96 |
| -* Documentation update #101 |
| 97 | +* Documentation update `#101 <https://github.com/aio-libs/aiopg/issues/101>`_ |
97 | 98 |
|
98 | 99 | 0.9.0 (2016-01-14)
|
99 | 100 | ^^^^^^^^^^^^^^^^^^
|
100 | 101 |
|
101 |
| -* Add async context managers for transactions #91 |
| 102 | +* Add async context managers for transactions `#91 <https://github.com/aio-libs/aiopg/issues/91>`_ |
102 | 103 |
|
103 |
| -* Support async iterator in ResultProxy #92 |
| 104 | +* Support async iterator in ResultProxy `#92 <https://github.com/aio-libs/aiopg/issues/92>`_ |
104 | 105 |
|
105 |
| -* Add async with for engine #90 |
| 106 | +* Add async with for engine `#90 <https://github.com/aio-libs/aiopg/issues/90>`_ |
106 | 107 |
|
107 | 108 | 0.8.0 (2015-12-31)
|
108 | 109 | ^^^^^^^^^^^^^^^^^^
|
109 | 110 |
|
110 |
| -* Add PostgreSQL notification support #58 |
| 111 | +* Add PostgreSQL notification support `#58 <https://github.com/aio-libs/aiopg/issues/58>`_ |
111 | 112 |
|
112 |
| -* Support pools with unlimited size #59 |
| 113 | +* Support pools with unlimited size `#59 <https://github.com/aio-libs/aiopg/issues/59>`_ |
113 | 114 |
|
114 |
| -* Cancel current DB operation on asyncio timeout #66 |
| 115 | +* Cancel current DB operation on asyncio timeout `#66 <https://github.com/aio-libs/aiopg/issues/66>`_ |
115 | 116 |
|
116 |
| -* Add async with support for Pool, Connection, Cursor #88 |
| 117 | +* Add async with support for Pool, Connection, Cursor `#88 <https://github.com/aio-libs/aiopg/issues/88>`_ |
117 | 118 |
|
118 | 119 | 0.7.0 (2015-04-22)
|
119 | 120 | ^^^^^^^^^^^^^^^^^^
|
|
0 commit comments