Skip to content

Commit 63deecc

Browse files
authored
Update changelog for release (#769)
adjust line spacing to match previous changelog entries
1 parent f6b50a1 commit 63deecc

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

CHANGES.txt

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,51 @@
11
Changes
22
-------
33

4-
To be included in 0.1.0 (unreleased)
5-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
0.1.0 (2022-04-11)
5+
^^^^^^^^^^^^^^^^^^
66

77
* Don't send sys.argv[0] as program_name to MySQL server by default #620
8+
89
* Allow running process as anonymous uid #587
10+
911
* Fix timed out MySQL 8.0 connections raising InternalError rather than OperationalError #660
12+
1013
* Fix timed out MySQL 8.0 connections being returned from Pool #660
14+
1115
* Ensure connections are properly closed before raising an OperationalError when the server connection is lost #660
16+
1217
* Ensure connections are properly closed before raising an InternalError when packet sequence numbers are out of sync #660
18+
1319
* Unix sockets are now internally considered secure, allowing sha256_password and caching_sha2_password auth methods to be used #695
20+
1421
* Test suite now also tests unix socket connections #696
22+
1523
* Fix SSCursor raising InternalError when last result was not fully retrieved #635
24+
1625
* Remove deprecated no_delay argument #702
26+
1727
* Support PyMySQL up to version 1.0.2 #643
28+
1829
* Bump minimal PyMySQL version to 1.0.0 #713
30+
1931
* Align % formatting in Cursor.executemany() with Cursor.execute(), literal % now need to be doubled in Cursor.executemany() #714
32+
2033
* Fixed unlimited Pool size not working, this is now working as documented by passing maxsize=0 to create_pool #119
34+
2135
* Added Pool.closed property as present in aiopg #463
36+
2237
* Fixed SQLAlchemy connection context iterator #410
38+
2339
* Fix error packet handling for SSCursor #428
40+
2441
* Required python version is now properly documented in python_requires instead of failing on setup.py execution #731
42+
2543
* Add rsa extras_require depending on PyMySQL[rsa] #557
44+
2645
* Migrate to PEP 517 build system #746
46+
2747
* Self-reported `__version__` now returns version generated by `setuptools-scm` during build, otherwise `'unknown'` #748
48+
2849
* Fix SSCursor raising query timeout error on wrong query #428
2950

3051

0 commit comments

Comments
 (0)