12
12
< h1 class ="title "> Changelog for DBUtils</ h1 >
13
13
14
14
< 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 ">
15
23
< h2 > 2.0.2</ h2 >
16
24
< p > DBUtils 2.0.2 was released on June 8, 2021.</ p >
17
25
< p > Changes:</ p >
18
26
< ul class ="simple ">
19
27
< li > < p > Allow using context managers for pooled connections.</ p > </ li >
20
28
</ ul >
21
29
</ section >
22
- < section id ="section-2 ">
30
+ < section id ="section-3 ">
23
31
< h2 > 2.0.1</ h2 >
24
32
< p > DBUtils 2.0.1 was released on April 8, 2021.</ p >
25
33
< p > Changes:</ p >
26
34
< ul class ="simple ">
27
35
< li > < p > Avoid "name Exception is not defined" when exiting.</ p > </ li >
28
36
</ ul >
29
37
</ section >
30
- < section id ="section-3 ">
38
+ < section id ="section-4 ">
31
39
< h2 > 2.0</ h2 >
32
40
< p > DBUtils 2.0 was released on September 26, 2020.</ p >
33
41
< 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>
43
51
< li > < p > This changelog has been compiled from the former release notes.</ p > </ li >
44
52
</ ul >
45
53
</ section >
46
- < section id ="section-4 ">
54
+ < section id ="section-5 ">
47
55
< h2 > 1.4</ h2 >
48
56
< p > DBUtils 1.4 was released on September 26, 2020.</ p >
49
57
< 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>
54
62
inside a transaction.</ p > </ li >
55
63
</ ul >
56
64
</ section >
57
- < section id ="section-5 ">
65
+ < section id ="section-6 ">
58
66
< h2 > 1.3</ h2 >
59
67
< p > DBUtils 1.3 was released on March 3, 2018.</ p >
60
68
< 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>
63
71
< li > < p > This version now supports context handlers for connections and cursors.</ p > </ li >
64
72
</ ul >
65
73
</ section >
66
- < section id ="section-6 ">
74
+ < section id ="section-7 ">
67
75
< h2 > 1.2</ h2 >
68
76
< p > DBUtils 1.2 was released on February 5, 2017.</ p >
69
77
< p > It is intended to be used with Python versions 2.6, 2.7 and 3.0 to 3.6.</ p >
70
78
</ section >
71
- < section id ="section-7 ">
79
+ < section id ="section-8 ">
72
80
< h2 > 1.1.1</ h2 >
73
81
< p > DBUtils 1.1.1 was released on February 4, 2017.</ p >
74
82
< 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>
82
90
< li > < p > Fixed a problem when running under Jython (reported by Vitaly Kruglikov).</ p > </ li >
83
91
</ ul >
84
92
</ section >
85
- < section id ="section-8 ">
93
+ < section id ="section-9 ">
86
94
< h2 > 1.1</ h2 >
87
95
< p > DBUtils 1.1 was released on August 14, 2011.</ p >
88
96
< p > Improvements:</ p >
@@ -111,7 +119,7 @@ <h2>1.1</h2>
111
119
< li > < p > Fixed some minor issues with the < span class ="docutils literal "> DBUtilsExample</ span > for Webware.</ p > </ li >
112
120
</ ul >
113
121
</ section >
114
- < section id ="section-9 ">
122
+ < section id ="section-10 ">
115
123
< h2 > 1.0</ h2 >
116
124
< p > DBUtils 1.0 was released on November 29, 2008.</ p >
117
125
< p > It is intended to be used with Python versions 2.2 to 2.6.</ p >
@@ -144,7 +152,7 @@ <h2>1.0</h2>
144
152
the MySQLdb module (problem reported by Gregory Pinero).</ p > </ li >
145
153
</ ul >
146
154
</ section >
147
- < section id ="section-10 ">
155
+ < section id ="section-11 ">
148
156
< h2 > 0.9.4</ h2 >
149
157
< p > DBUtils 0.9.4 was released on July 7, 2007.</ p >
150
158
< p > This release fixes a problem in the destructor code and has been supplemented
@@ -153,7 +161,7 @@ <h2>0.9.4</h2>
153
161
in the last release, since you can now pass custom creator functions
154
162
for database connections instead of DB-API 2 modules.</ p >
155
163
</ section >
156
- < section id ="section-11 ">
164
+ < section id ="section-12 ">
157
165
< h2 > 0.9.3</ h2 >
158
166
< p > DBUtils 0.9.3 was released on May 21, 2007.</ p >
159
167
< p > Changes:</ p >
@@ -168,7 +176,7 @@ <h2>0.9.3</h2>
168
176
Added Chinese translation of the User's Guide, kindly contributed by gashero.</ p > </ li >
169
177
</ ul >
170
178
</ section >
171
- < section id ="section-12 ">
179
+ < section id ="section-13 ">
172
180
< h2 > 0.9.2</ h2 >
173
181
< p > DBUtils 0.9.2 was released on September 22, 2006.</ p >
174
182
< 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>
178
186
storage engine. Accordingly, renamed < span class ="docutils literal "> SolidPg</ span > to < span class ="docutils literal "> SteadyPg</ span > .</ p > </ li >
179
187
</ ul >
180
188
</ section >
181
- < section id ="section-13 ">
189
+ < section id ="section-14 ">
182
190
< h2 > 0.9.1</ h2 >
183
191
< p > DBUtils 0.9.1 was released on May 8, 2006.</ p >
184
192
< 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>
192
200
< li > < p > Improved the documentation and added a User's Guide.</ p > </ li >
193
201
</ ul >
194
202
</ section >
195
- < section id ="section-14 ">
203
+ < section id ="section-15 ">
196
204
< h2 > 0.8.1 - 2005-09-13</ h2 >
197
205
< p > DBUtils 0.8.1 was released on September 13, 2005.</ p >
198
206
< p > It is intended to be used with Python versions 2.0 to 2.4.</ p >
0 commit comments