1212< h1 class ="title "> Changelog for DBUtils</ h1 >
1313
1414< section id ="section-1 ">
15+ < h2 > 2.0.3</ h2 >
16+ < p > DBUtils 2.0.3 was released on November 26, 2021.</ p >
17+ < p > Changes:</ p >
18+ < ul class ="simple ">
19+ < li > < p > Support Python version 3.10.</ p > </ li >
20+ </ ul >
21+ </ section >
22+ < section id ="section-2 ">
1523< h2 > 2.0.2</ h2 >
1624< p > DBUtils 2.0.2 was released on June 8, 2021.</ p >
1725< p > Changes:</ p >
1826< ul class ="simple ">
1927< li > < p > Allow using context managers for pooled connections.</ p > </ li >
2028</ ul >
2129</ section >
22- < section id ="section-2 ">
30+ < section id ="section-3 ">
2331< h2 > 2.0.1</ h2 >
2432< p > DBUtils 2.0.1 was released on April 8, 2021.</ p >
2533< p > Changes:</ p >
2634< ul class ="simple ">
2735< li > < p > Avoid "name Exception is not defined" when exiting.</ p > </ li >
2836</ ul >
2937</ section >
30- < section id ="section-3 ">
38+ < section id ="section-4 ">
3139< h2 > 2.0</ h2 >
3240< p > DBUtils 2.0 was released on September 26, 2020.</ p >
3341< p > It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</ p >
@@ -43,7 +51,7 @@ <h2>2.0</h2>
4351< li > < p > This changelog has been compiled from the former release notes.</ p > </ li >
4452</ ul >
4553</ section >
46- < section id ="section-4 ">
54+ < section id ="section-5 ">
4755< h2 > 1.4</ h2 >
4856< p > DBUtils 1.4 was released on September 26, 2020.</ p >
4957< p > It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</ p >
@@ -54,7 +62,7 @@ <h2>1.4</h2>
5462inside a transaction.</ p > </ li >
5563</ ul >
5664</ section >
57- < section id ="section-5 ">
65+ < section id ="section-6 ">
5866< h2 > 1.3</ h2 >
5967< p > DBUtils 1.3 was released on March 3, 2018.</ p >
6068< p > It is intended to be used with Python versions 2.6, 2.7 and 3.4 to 3.7.</ p >
@@ -63,12 +71,12 @@ <h2>1.3</h2>
6371< li > < p > This version now supports context handlers for connections and cursors.</ p > </ li >
6472</ ul >
6573</ section >
66- < section id ="section-6 ">
74+ < section id ="section-7 ">
6775< h2 > 1.2</ h2 >
6876< p > DBUtils 1.2 was released on February 5, 2017.</ p >
6977< p > It is intended to be used with Python versions 2.6, 2.7 and 3.0 to 3.6.</ p >
7078</ section >
71- < section id ="section-7 ">
79+ < section id ="section-8 ">
7280< h2 > 1.1.1</ h2 >
7381< p > DBUtils 1.1.1 was released on February 4, 2017.</ p >
7482< p > It is intended to be used with Python versions 2.3 to 2.7.</ p >
@@ -82,7 +90,7 @@ <h2>1.1.1</h2>
8290< li > < p > Fixed a problem when running under Jython (reported by Vitaly Kruglikov).</ p > </ li >
8391</ ul >
8492</ section >
85- < section id ="section-8 ">
93+ < section id ="section-9 ">
8694< h2 > 1.1</ h2 >
8795< p > DBUtils 1.1 was released on August 14, 2011.</ p >
8896< p > Improvements:</ p >
@@ -111,7 +119,7 @@ <h2>1.1</h2>
111119< li > < p > Fixed some minor issues with the < span class ="docutils literal "> DBUtilsExample</ span > for Webware.</ p > </ li >
112120</ ul >
113121</ section >
114- < section id ="section-9 ">
122+ < section id ="section-10 ">
115123< h2 > 1.0</ h2 >
116124< p > DBUtils 1.0 was released on November 29, 2008.</ p >
117125< p > It is intended to be used with Python versions 2.2 to 2.6.</ p >
@@ -144,7 +152,7 @@ <h2>1.0</h2>
144152the MySQLdb module (problem reported by Gregory Pinero).</ p > </ li >
145153</ ul >
146154</ section >
147- < section id ="section-10 ">
155+ < section id ="section-11 ">
148156< h2 > 0.9.4</ h2 >
149157< p > DBUtils 0.9.4 was released on July 7, 2007.</ p >
150158< p > This release fixes a problem in the destructor code and has been supplemented
@@ -153,7 +161,7 @@ <h2>0.9.4</h2>
153161in the last release, since you can now pass custom creator functions
154162for database connections instead of DB-API 2 modules.</ p >
155163</ section >
156- < section id ="section-11 ">
164+ < section id ="section-12 ">
157165< h2 > 0.9.3</ h2 >
158166< p > DBUtils 0.9.3 was released on May 21, 2007.</ p >
159167< p > Changes:</ p >
@@ -168,7 +176,7 @@ <h2>0.9.3</h2>
168176Added Chinese translation of the User's Guide, kindly contributed by gashero.</ p > </ li >
169177</ ul >
170178</ section >
171- < section id ="section-12 ">
179+ < section id ="section-13 ">
172180< h2 > 0.9.2</ h2 >
173181< p > DBUtils 0.9.2 was released on September 22, 2006.</ p >
174182< p > It is intended to be used with Python versions 2.2 to 2.5.</ p >
@@ -178,7 +186,7 @@ <h2>0.9.2</h2>
178186storage engine. Accordingly, renamed < span class ="docutils literal "> SolidPg</ span > to < span class ="docutils literal "> SteadyPg</ span > .</ p > </ li >
179187</ ul >
180188</ section >
181- < section id ="section-13 ">
189+ < section id ="section-14 ">
182190< h2 > 0.9.1</ h2 >
183191< p > DBUtils 0.9.1 was released on May 8, 2006.</ p >
184192< p > It is intended to be used with Python versions 2.2 to 2.4.</ p >
@@ -192,7 +200,7 @@ <h2>0.9.1</h2>
192200< li > < p > Improved the documentation and added a User's Guide.</ p > </ li >
193201</ ul >
194202</ section >
195- < section id ="section-14 ">
203+ < section id ="section-15 ">
196204< h2 > 0.8.1 - 2005-09-13</ h2 >
197205< p > DBUtils 0.8.1 was released on September 13, 2005.</ p >
198206< p > It is intended to be used with Python versions 2.0 to 2.4.</ p >
0 commit comments