12
12
< h1 class ="title "> Changelog for DBUtils</ h1 >
13
13
14
14
< section id ="section-1 ">
15
+ < h2 > 3.0.2</ h2 >
16
+ < p > DBUtils 3.0.2 was released on January 14, 2022.</ p >
17
+ < p > The the optional iterator protocol on cursors is now supported.</ p >
18
+ </ section >
19
+ < section id ="section-2 ">
15
20
< h2 > 3.0.1</ h2 >
16
21
< p > DBUtils 3.0.1 was released on December 22, 2021.</ p >
17
22
< p > It includes < span class ="docutils literal "> InterfaceError</ span > to the default list of exceptions
18
23
for which the connection failover mechanism is applied.
19
24
You can override this with the < span class ="docutils literal "> failures</ span > parameter.</ p >
20
25
</ section >
21
- < section id ="section-2 ">
26
+ < section id ="section-3 ">
22
27
< h2 > 3.0.0</ h2 >
23
28
< p > DBUtils 3.0.0 was released on November 26, 2021.</ p >
24
29
< p > It is intended to be used with Python versions 3.6 to 3.10.</ p >
@@ -27,31 +32,31 @@ <h2>3.0.0</h2>
27
32
< li > < p > Cease support for Python 2 and 3.5, minor optimizations.</ p > </ li >
28
33
</ ul >
29
34
</ section >
30
- < section id ="section-3 ">
35
+ < section id ="section-4 ">
31
36
< h2 > 2.0.3</ h2 >
32
37
< p > DBUtils 2.0.3 was released on November 26, 2021.</ p >
33
38
< p > Changes:</ p >
34
39
< ul class ="simple ">
35
40
< li > < p > Support Python version 3.10.</ p > </ li >
36
41
</ ul >
37
42
</ section >
38
- < section id ="section-4 ">
43
+ < section id ="section-5 ">
39
44
< h2 > 2.0.2</ h2 >
40
45
< p > DBUtils 2.0.2 was released on June 8, 2021.</ p >
41
46
< p > Changes:</ p >
42
47
< ul class ="simple ">
43
48
< li > < p > Allow using context managers for pooled connections.</ p > </ li >
44
49
</ ul >
45
50
</ section >
46
- < section id ="section-5 ">
51
+ < section id ="section-6 ">
47
52
< h2 > 2.0.1</ h2 >
48
53
< p > DBUtils 2.0.1 was released on April 8, 2021.</ p >
49
54
< p > Changes:</ p >
50
55
< ul class ="simple ">
51
56
< li > < p > Avoid "name Exception is not defined" when exiting.</ p > </ li >
52
57
</ ul >
53
58
</ section >
54
- < section id ="section-6 ">
59
+ < section id ="section-7 ">
55
60
< h2 > 2.0</ h2 >
56
61
< p > DBUtils 2.0 was released on September 26, 2020.</ p >
57
62
< p > It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</ p >
@@ -67,7 +72,7 @@ <h2>2.0</h2>
67
72
< li > < p > This changelog has been compiled from the former release notes.</ p > </ li >
68
73
</ ul >
69
74
</ section >
70
- < section id ="section-7 ">
75
+ < section id ="section-8 ">
71
76
< h2 > 1.4</ h2 >
72
77
< p > DBUtils 1.4 was released on September 26, 2020.</ p >
73
78
< p > It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</ p >
@@ -78,7 +83,7 @@ <h2>1.4</h2>
78
83
inside a transaction.</ p > </ li >
79
84
</ ul >
80
85
</ section >
81
- < section id ="section-8 ">
86
+ < section id ="section-9 ">
82
87
< h2 > 1.3</ h2 >
83
88
< p > DBUtils 1.3 was released on March 3, 2018.</ p >
84
89
< p > It is intended to be used with Python versions 2.6, 2.7 and 3.4 to 3.7.</ p >
@@ -87,12 +92,12 @@ <h2>1.3</h2>
87
92
< li > < p > This version now supports context handlers for connections and cursors.</ p > </ li >
88
93
</ ul >
89
94
</ section >
90
- < section id ="section-9 ">
95
+ < section id ="section-10 ">
91
96
< h2 > 1.2</ h2 >
92
97
< p > DBUtils 1.2 was released on February 5, 2017.</ p >
93
98
< p > It is intended to be used with Python versions 2.6, 2.7 and 3.0 to 3.6.</ p >
94
99
</ section >
95
- < section id ="section-10 ">
100
+ < section id ="section-11 ">
96
101
< h2 > 1.1.1</ h2 >
97
102
< p > DBUtils 1.1.1 was released on February 4, 2017.</ p >
98
103
< p > It is intended to be used with Python versions 2.3 to 2.7.</ p >
@@ -106,7 +111,7 @@ <h2>1.1.1</h2>
106
111
< li > < p > Fixed a problem when running under Jython (reported by Vitaly Kruglikov).</ p > </ li >
107
112
</ ul >
108
113
</ section >
109
- < section id ="section-11 ">
114
+ < section id ="section-12 ">
110
115
< h2 > 1.1</ h2 >
111
116
< p > DBUtils 1.1 was released on August 14, 2011.</ p >
112
117
< p > Improvements:</ p >
@@ -135,7 +140,7 @@ <h2>1.1</h2>
135
140
< li > < p > Fixed some minor issues with the < span class ="docutils literal "> DBUtilsExample</ span > for Webware.</ p > </ li >
136
141
</ ul >
137
142
</ section >
138
- < section id ="section-12 ">
143
+ < section id ="section-13 ">
139
144
< h2 > 1.0</ h2 >
140
145
< p > DBUtils 1.0 was released on November 29, 2008.</ p >
141
146
< p > It is intended to be used with Python versions 2.2 to 2.6.</ p >
@@ -168,7 +173,7 @@ <h2>1.0</h2>
168
173
the MySQLdb module (problem reported by Gregory Pinero).</ p > </ li >
169
174
</ ul >
170
175
</ section >
171
- < section id ="section-13 ">
176
+ < section id ="section-14 ">
172
177
< h2 > 0.9.4</ h2 >
173
178
< p > DBUtils 0.9.4 was released on July 7, 2007.</ p >
174
179
< p > This release fixes a problem in the destructor code and has been supplemented
@@ -177,7 +182,7 @@ <h2>0.9.4</h2>
177
182
in the last release, since you can now pass custom creator functions
178
183
for database connections instead of DB-API 2 modules.</ p >
179
184
</ section >
180
- < section id ="section-14 ">
185
+ < section id ="section-15 ">
181
186
< h2 > 0.9.3</ h2 >
182
187
< p > DBUtils 0.9.3 was released on May 21, 2007.</ p >
183
188
< p > Changes:</ p >
@@ -192,7 +197,7 @@ <h2>0.9.3</h2>
192
197
Added Chinese translation of the User's Guide, kindly contributed by gashero.</ p > </ li >
193
198
</ ul >
194
199
</ section >
195
- < section id ="section-15 ">
200
+ < section id ="section-16 ">
196
201
< h2 > 0.9.2</ h2 >
197
202
< p > DBUtils 0.9.2 was released on September 22, 2006.</ p >
198
203
< p > It is intended to be used with Python versions 2.2 to 2.5.</ p >
@@ -202,7 +207,7 @@ <h2>0.9.2</h2>
202
207
storage engine. Accordingly, renamed < span class ="docutils literal "> SolidPg</ span > to < span class ="docutils literal "> SteadyPg</ span > .</ p > </ li >
203
208
</ ul >
204
209
</ section >
205
- < section id ="section-16 ">
210
+ < section id ="section-17 ">
206
211
< h2 > 0.9.1</ h2 >
207
212
< p > DBUtils 0.9.1 was released on May 8, 2006.</ p >
208
213
< p > It is intended to be used with Python versions 2.2 to 2.4.</ p >
@@ -216,7 +221,7 @@ <h2>0.9.1</h2>
216
221
< li > < p > Improved the documentation and added a User's Guide.</ p > </ li >
217
222
</ ul >
218
223
</ section >
219
- < section id ="section-17 ">
224
+ < section id ="section-18 ">
220
225
< h2 > 0.8.1 - 2005-09-13</ h2 >
221
226
< p > DBUtils 0.8.1 was released on September 13, 2005.</ p >
222
227
< p > It is intended to be used with Python versions 2.0 to 2.4.</ p >
0 commit comments