|
1 | 1 | Changes |
2 | 2 | ------- |
3 | 3 |
|
4 | | -To be included in 0.1.0 (unreleased) |
5 | | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4 | +0.1.0 (2022-04-11) |
| 5 | +^^^^^^^^^^^^^^^^^^ |
6 | 6 |
|
7 | 7 | * Don't send sys.argv[0] as program_name to MySQL server by default #620 |
| 8 | + |
8 | 9 | * Allow running process as anonymous uid #587 |
| 10 | + |
9 | 11 | * Fix timed out MySQL 8.0 connections raising InternalError rather than OperationalError #660 |
| 12 | + |
10 | 13 | * Fix timed out MySQL 8.0 connections being returned from Pool #660 |
| 14 | + |
11 | 15 | * Ensure connections are properly closed before raising an OperationalError when the server connection is lost #660 |
| 16 | + |
12 | 17 | * Ensure connections are properly closed before raising an InternalError when packet sequence numbers are out of sync #660 |
| 18 | + |
13 | 19 | * Unix sockets are now internally considered secure, allowing sha256_password and caching_sha2_password auth methods to be used #695 |
| 20 | + |
14 | 21 | * Test suite now also tests unix socket connections #696 |
| 22 | + |
15 | 23 | * Fix SSCursor raising InternalError when last result was not fully retrieved #635 |
| 24 | + |
16 | 25 | * Remove deprecated no_delay argument #702 |
| 26 | + |
17 | 27 | * Support PyMySQL up to version 1.0.2 #643 |
| 28 | + |
18 | 29 | * Bump minimal PyMySQL version to 1.0.0 #713 |
| 30 | + |
19 | 31 | * Align % formatting in Cursor.executemany() with Cursor.execute(), literal % now need to be doubled in Cursor.executemany() #714 |
| 32 | + |
20 | 33 | * Fixed unlimited Pool size not working, this is now working as documented by passing maxsize=0 to create_pool #119 |
| 34 | + |
21 | 35 | * Added Pool.closed property as present in aiopg #463 |
| 36 | + |
22 | 37 | * Fixed SQLAlchemy connection context iterator #410 |
| 38 | + |
23 | 39 | * Fix error packet handling for SSCursor #428 |
| 40 | + |
24 | 41 | * Required python version is now properly documented in python_requires instead of failing on setup.py execution #731 |
| 42 | + |
25 | 43 | * Add rsa extras_require depending on PyMySQL[rsa] #557 |
| 44 | + |
26 | 45 | * Migrate to PEP 517 build system #746 |
| 46 | + |
27 | 47 | * Self-reported `__version__` now returns version generated by `setuptools-scm` during build, otherwise `'unknown'` #748 |
| 48 | + |
28 | 49 | * Fix SSCursor raising query timeout error on wrong query #428 |
29 | 50 |
|
30 | 51 |
|
|
0 commit comments