1212< h1 class ="title "> Changelog for DBUtils</ h1 >
1313
1414< section id ="section-1 ">
15+ < h2 > 3.0.0</ h2 >
16+ < p > DBUtils 2.0.3 was released on November 26, 2021.</ p >
17+ < p > It is intended to be used with Python versions 3.6 to 3.10.</ p >
18+ < p > Changes:</ p >
19+ < ul class ="simple ">
20+ < li > < p > Cease support for Python 2 and 3.5, minor optimizations.</ p > </ li >
21+ </ ul >
22+ </ section >
23+ < section id ="section-2 ">
1524< h2 > 2.0.3</ h2 >
1625< p > DBUtils 2.0.3 was released on November 26, 2021.</ p >
1726< p > Changes:</ p >
1827< ul class ="simple ">
1928< li > < p > Support Python version 3.10.</ p > </ li >
2029</ ul >
2130</ section >
22- < section id ="section-2 ">
31+ < section id ="section-3 ">
2332< h2 > 2.0.2</ h2 >
2433< p > DBUtils 2.0.2 was released on June 8, 2021.</ p >
2534< p > Changes:</ p >
2635< ul class ="simple ">
2736< li > < p > Allow using context managers for pooled connections.</ p > </ li >
2837</ ul >
2938</ section >
30- < section id ="section-3 ">
39+ < section id ="section-4 ">
3140< h2 > 2.0.1</ h2 >
3241< p > DBUtils 2.0.1 was released on April 8, 2021.</ p >
3342< p > Changes:</ p >
3443< ul class ="simple ">
3544< li > < p > Avoid "name Exception is not defined" when exiting.</ p > </ li >
3645</ ul >
3746</ section >
38- < section id ="section-4 ">
47+ < section id ="section-5 ">
3948< h2 > 2.0</ h2 >
4049< p > DBUtils 2.0 was released on September 26, 2020.</ p >
4150< p > It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</ p >
@@ -51,7 +60,7 @@ <h2>2.0</h2>
5160< li > < p > This changelog has been compiled from the former release notes.</ p > </ li >
5261</ ul >
5362</ section >
54- < section id ="section-5 ">
63+ < section id ="section-6 ">
5564< h2 > 1.4</ h2 >
5665< p > DBUtils 1.4 was released on September 26, 2020.</ p >
5766< p > It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</ p >
@@ -62,7 +71,7 @@ <h2>1.4</h2>
6271inside a transaction.</ p > </ li >
6372</ ul >
6473</ section >
65- < section id ="section-6 ">
74+ < section id ="section-7 ">
6675< h2 > 1.3</ h2 >
6776< p > DBUtils 1.3 was released on March 3, 2018.</ p >
6877< p > It is intended to be used with Python versions 2.6, 2.7 and 3.4 to 3.7.</ p >
@@ -71,12 +80,12 @@ <h2>1.3</h2>
7180< li > < p > This version now supports context handlers for connections and cursors.</ p > </ li >
7281</ ul >
7382</ section >
74- < section id ="section-7 ">
83+ < section id ="section-8 ">
7584< h2 > 1.2</ h2 >
7685< p > DBUtils 1.2 was released on February 5, 2017.</ p >
7786< p > It is intended to be used with Python versions 2.6, 2.7 and 3.0 to 3.6.</ p >
7887</ section >
79- < section id ="section-8 ">
88+ < section id ="section-9 ">
8089< h2 > 1.1.1</ h2 >
8190< p > DBUtils 1.1.1 was released on February 4, 2017.</ p >
8291< p > It is intended to be used with Python versions 2.3 to 2.7.</ p >
@@ -90,7 +99,7 @@ <h2>1.1.1</h2>
9099< li > < p > Fixed a problem when running under Jython (reported by Vitaly Kruglikov).</ p > </ li >
91100</ ul >
92101</ section >
93- < section id ="section-9 ">
102+ < section id ="section-10 ">
94103< h2 > 1.1</ h2 >
95104< p > DBUtils 1.1 was released on August 14, 2011.</ p >
96105< p > Improvements:</ p >
@@ -119,7 +128,7 @@ <h2>1.1</h2>
119128< li > < p > Fixed some minor issues with the < span class ="docutils literal "> DBUtilsExample</ span > for Webware.</ p > </ li >
120129</ ul >
121130</ section >
122- < section id ="section-10 ">
131+ < section id ="section-11 ">
123132< h2 > 1.0</ h2 >
124133< p > DBUtils 1.0 was released on November 29, 2008.</ p >
125134< p > It is intended to be used with Python versions 2.2 to 2.6.</ p >
@@ -152,7 +161,7 @@ <h2>1.0</h2>
152161the MySQLdb module (problem reported by Gregory Pinero).</ p > </ li >
153162</ ul >
154163</ section >
155- < section id ="section-11 ">
164+ < section id ="section-12 ">
156165< h2 > 0.9.4</ h2 >
157166< p > DBUtils 0.9.4 was released on July 7, 2007.</ p >
158167< p > This release fixes a problem in the destructor code and has been supplemented
@@ -161,7 +170,7 @@ <h2>0.9.4</h2>
161170in the last release, since you can now pass custom creator functions
162171for database connections instead of DB-API 2 modules.</ p >
163172</ section >
164- < section id ="section-12 ">
173+ < section id ="section-13 ">
165174< h2 > 0.9.3</ h2 >
166175< p > DBUtils 0.9.3 was released on May 21, 2007.</ p >
167176< p > Changes:</ p >
@@ -176,7 +185,7 @@ <h2>0.9.3</h2>
176185Added Chinese translation of the User's Guide, kindly contributed by gashero.</ p > </ li >
177186</ ul >
178187</ section >
179- < section id ="section-13 ">
188+ < section id ="section-14 ">
180189< h2 > 0.9.2</ h2 >
181190< p > DBUtils 0.9.2 was released on September 22, 2006.</ p >
182191< p > It is intended to be used with Python versions 2.2 to 2.5.</ p >
@@ -186,7 +195,7 @@ <h2>0.9.2</h2>
186195storage engine. Accordingly, renamed < span class ="docutils literal "> SolidPg</ span > to < span class ="docutils literal "> SteadyPg</ span > .</ p > </ li >
187196</ ul >
188197</ section >
189- < section id ="section-14 ">
198+ < section id ="section-15 ">
190199< h2 > 0.9.1</ h2 >
191200< p > DBUtils 0.9.1 was released on May 8, 2006.</ p >
192201< p > It is intended to be used with Python versions 2.2 to 2.4.</ p >
@@ -200,7 +209,7 @@ <h2>0.9.1</h2>
200209< li > < p > Improved the documentation and added a User's Guide.</ p > </ li >
201210</ ul >
202211</ section >
203- < section id ="section-15 ">
212+ < section id ="section-16 ">
204213< h2 > 0.8.1 - 2005-09-13</ h2 >
205214< p > DBUtils 0.8.1 was released on September 13, 2005.</ p >
206215< p > It is intended to be used with Python versions 2.0 to 2.4.</ p >
0 commit comments