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