Skip to content

Commit c8654a2

Browse files
committed
Release Version 3.1.2 of DBUtils
1 parent b53288e commit c8654a2

File tree

5 files changed

+36
-28
lines changed

5 files changed

+36
-28
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ to a database that can be used in all kinds of multi-threaded environments.
77
The suite supports DB-API 2 compliant database interfaces
88
and the classic PyGreSQL interface.
99

10-
The current version 3.1.1 of DBUtils supports Python versions 3.7 to 3.13.
10+
The current version 3.1.2 of DBUtils supports Python versions 3.7 to 3.14.
1111

1212
**Please have a look at the [changelog](https://webwareforpython.github.io/DBUtils/changelog.html), because there were some breaking changes in version 2.0.**
1313

changelog.html

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<meta name="generator" content="Docutils 0.21.2: https://docutils.sourceforge.io/" />
5+
<meta name="generator" content="Docutils 0.22: https://docutils.sourceforge.io/" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<title>Changelog for DBUtils</title>
88
<link rel="stylesheet" href="doc.css" type="text/css" />
@@ -12,14 +12,22 @@
1212
<h1 class="title">Changelog for DBUtils</h1>
1313

1414
<section id="section-1">
15+
<h2>3.1.2</h2>
16+
<p>DBUtils 3.1.2 was released on September 7, 2025.</p>
17+
<p>Changes:</p>
18+
<ul class="simple">
19+
<li><p>Support Python version 3.14.</p></li>
20+
</ul>
21+
</section>
22+
<section id="section-2">
1523
<h2>3.1.1</h2>
1624
<p>DBUtils 3.1.1 was released on June 4, 2025.</p>
1725
<p>Changes:</p>
1826
<ul class="simple">
1927
<li><p>Support Python version 3.13.</p></li>
2028
</ul>
2129
</section>
22-
<section id="section-2">
30+
<section id="section-3">
2331
<h2>3.1.0</h2>
2432
<p>DBUtils 3.1.0 was released on March 17, 2024.</p>
2533
<p>Changes:</p>
@@ -28,7 +36,7 @@ <h2>3.1.0</h2>
2836
<li><p>Various small internal improvements and modernizations.</p></li>
2937
</ul>
3038
</section>
31-
<section id="section-3">
39+
<section id="section-4">
3240
<h2>3.0.3</h2>
3341
<p>DBUtils 3.0.3 was released on April 27, 2023.</p>
3442
<p>Changes:</p>
@@ -38,19 +46,19 @@ <h2>3.0.3</h2>
3846
<li><p>Minor fixes and section an advanced usage in docs.</p></li>
3947
</ul>
4048
</section>
41-
<section id="section-4">
49+
<section id="section-5">
4250
<h2>3.0.2</h2>
4351
<p>DBUtils 3.0.2 was released on January 14, 2022.</p>
4452
<p>The optional iterator protocol on cursors is now supported.</p>
4553
</section>
46-
<section id="section-5">
54+
<section id="section-6">
4755
<h2>3.0.1</h2>
4856
<p>DBUtils 3.0.1 was released on December 22, 2021.</p>
4957
<p>It includes <span class="docutils literal">InterfaceError</span> to the default list of exceptions
5058
for which the connection failover mechanism is applied.
5159
You can override this with the <span class="docutils literal">failures</span> parameter.</p>
5260
</section>
53-
<section id="section-6">
61+
<section id="section-7">
5462
<h2>3.0.0</h2>
5563
<p>DBUtils 3.0.0 was released on November 26, 2021.</p>
5664
<p>It is intended to be used with Python versions 3.6 to 3.10.</p>
@@ -59,31 +67,31 @@ <h2>3.0.0</h2>
5967
<li><p>Cease support for Python 2 and 3.5, minor optimizations.</p></li>
6068
</ul>
6169
</section>
62-
<section id="section-7">
70+
<section id="section-8">
6371
<h2>2.0.3</h2>
6472
<p>DBUtils 2.0.3 was released on November 26, 2021.</p>
6573
<p>Changes:</p>
6674
<ul class="simple">
6775
<li><p>Support Python version 3.10.</p></li>
6876
</ul>
6977
</section>
70-
<section id="section-8">
78+
<section id="section-9">
7179
<h2>2.0.2</h2>
7280
<p>DBUtils 2.0.2 was released on June 8, 2021.</p>
7381
<p>Changes:</p>
7482
<ul class="simple">
7583
<li><p>Allow using context managers for pooled connections.</p></li>
7684
</ul>
7785
</section>
78-
<section id="section-9">
86+
<section id="section-10">
7987
<h2>2.0.1</h2>
8088
<p>DBUtils 2.0.1 was released on April 8, 2021.</p>
8189
<p>Changes:</p>
8290
<ul class="simple">
8391
<li><p>Avoid &quot;name Exception is not defined&quot; when exiting.</p></li>
8492
</ul>
8593
</section>
86-
<section id="section-10">
94+
<section id="section-11">
8795
<h2>2.0</h2>
8896
<p>DBUtils 2.0 was released on September 26, 2020.</p>
8997
<p>It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</p>
@@ -99,7 +107,7 @@ <h2>2.0</h2>
99107
<li><p>This changelog has been compiled from the former release notes.</p></li>
100108
</ul>
101109
</section>
102-
<section id="section-11">
110+
<section id="section-12">
103111
<h2>1.4</h2>
104112
<p>DBUtils 1.4 was released on September 26, 2020.</p>
105113
<p>It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</p>
@@ -110,7 +118,7 @@ <h2>1.4</h2>
110118
inside a transaction.</p></li>
111119
</ul>
112120
</section>
113-
<section id="section-12">
121+
<section id="section-13">
114122
<h2>1.3</h2>
115123
<p>DBUtils 1.3 was released on March 3, 2018.</p>
116124
<p>It is intended to be used with Python versions 2.6, 2.7 and 3.4 to 3.7.</p>
@@ -119,12 +127,12 @@ <h2>1.3</h2>
119127
<li><p>This version now supports context handlers for connections and cursors.</p></li>
120128
</ul>
121129
</section>
122-
<section id="section-13">
130+
<section id="section-14">
123131
<h2>1.2</h2>
124132
<p>DBUtils 1.2 was released on February 5, 2017.</p>
125133
<p>It is intended to be used with Python versions 2.6, 2.7 and 3.0 to 3.6.</p>
126134
</section>
127-
<section id="section-14">
135+
<section id="section-15">
128136
<h2>1.1.1</h2>
129137
<p>DBUtils 1.1.1 was released on February 4, 2017.</p>
130138
<p>It is intended to be used with Python versions 2.3 to 2.7.</p>
@@ -138,7 +146,7 @@ <h2>1.1.1</h2>
138146
<li><p>Fixed a problem when running under Jython (reported by Vitaly Kruglikov).</p></li>
139147
</ul>
140148
</section>
141-
<section id="section-15">
149+
<section id="section-16">
142150
<h2>1.1</h2>
143151
<p>DBUtils 1.1 was released on August 14, 2011.</p>
144152
<p>Improvements:</p>
@@ -167,7 +175,7 @@ <h2>1.1</h2>
167175
<li><p>Fixed some minor issues with the <span class="docutils literal">DBUtilsExample</span> for Webware.</p></li>
168176
</ul>
169177
</section>
170-
<section id="section-16">
178+
<section id="section-17">
171179
<h2>1.0</h2>
172180
<p>DBUtils 1.0 was released on November 29, 2008.</p>
173181
<p>It is intended to be used with Python versions 2.2 to 2.6.</p>
@@ -200,7 +208,7 @@ <h2>1.0</h2>
200208
the MySQLdb module (problem reported by Gregory Pinero).</p></li>
201209
</ul>
202210
</section>
203-
<section id="section-17">
211+
<section id="section-18">
204212
<h2>0.9.4</h2>
205213
<p>DBUtils 0.9.4 was released on July 7, 2007.</p>
206214
<p>This release fixes a problem in the destructor code and has been supplemented
@@ -209,7 +217,7 @@ <h2>0.9.4</h2>
209217
in the last release, since you can now pass custom creator functions
210218
for database connections instead of DB-API 2 modules.</p>
211219
</section>
212-
<section id="section-18">
220+
<section id="section-19">
213221
<h2>0.9.3</h2>
214222
<p>DBUtils 0.9.3 was released on May 21, 2007.</p>
215223
<p>Changes:</p>
@@ -224,7 +232,7 @@ <h2>0.9.3</h2>
224232
Added Chinese translation of the User's Guide, kindly contributed by gashero.</p></li>
225233
</ul>
226234
</section>
227-
<section id="section-19">
235+
<section id="section-20">
228236
<h2>0.9.2</h2>
229237
<p>DBUtils 0.9.2 was released on September 22, 2006.</p>
230238
<p>It is intended to be used with Python versions 2.2 to 2.5.</p>
@@ -234,7 +242,7 @@ <h2>0.9.2</h2>
234242
storage engine. Accordingly, renamed <span class="docutils literal">SolidPg</span> to <span class="docutils literal">SteadyPg</span>.</p></li>
235243
</ul>
236244
</section>
237-
<section id="section-20">
245+
<section id="section-21">
238246
<h2>0.9.1</h2>
239247
<p>DBUtils 0.9.1 was released on May 8, 2006.</p>
240248
<p>It is intended to be used with Python versions 2.2 to 2.4.</p>
@@ -248,7 +256,7 @@ <h2>0.9.1</h2>
248256
<li><p>Improved the documentation and added a User's Guide.</p></li>
249257
</ul>
250258
</section>
251-
<section id="section-21">
259+
<section id="section-22">
252260
<h2>0.8.1 - 2005-09-13</h2>
253261
<p>DBUtils 0.8.1 was released on September 13, 2005.</p>
254262
<p>It is intended to be used with Python versions 2.0 to 2.4.</p>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ <h5><a href="changelog.html">Changelog</a></h5>
4242
<header><h2>Downloads</h2></header>
4343
<div>
4444
<h5>Current/Recommended Version:</h5>
45-
<a class="button" href="https://pypi.org/pypi/DBUtils/3.1.1/#files">Download <small>DBUtils 3.1.1</small></a>
46-
<p><small>(this version supports Python 3.7 to 3.13)</small></p>
45+
<a class="button" href="https://pypi.org/pypi/DBUtils/3.1.2/#files">Download <small>DBUtils 3.1.2</small></a>
46+
<p><small>(this version supports Python 3.7 to 3.14)</small></p>
4747
</div>
4848
<div>
4949
<h5>Older Versions:</h5>

main.de.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
33
<head>
44
<meta charset="utf-8" />
5-
<meta name="generator" content="Docutils 0.21.2: https://docutils.sourceforge.io/" />
5+
<meta name="generator" content="Docutils 0.22: https://docutils.sourceforge.io/" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<title>Benutzeranleitung für DBUtils</title>
88
<link rel="stylesheet" href="doc.css" type="text/css" />
@@ -12,7 +12,7 @@
1212
<h1 class="title">Benutzeranleitung für DBUtils</h1>
1313
<dl class="docinfo simple">
1414
<dt class="version">Version<span class="colon">:</span></dt>
15-
<dd class="version">3.1.1</dd>
15+
<dd class="version">3.1.2</dd>
1616
<dt class="translations">Translations<span class="colon">:</span></dt>
1717
<dd class="translations"><p><a class="reference external" href="main.html">English</a> | German</p>
1818
</dd>

main.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<meta name="generator" content="Docutils 0.21.2: https://docutils.sourceforge.io/" />
5+
<meta name="generator" content="Docutils 0.22: https://docutils.sourceforge.io/" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<title>DBUtils User's Guide</title>
88
<link rel="stylesheet" href="doc.css" type="text/css" />
@@ -12,7 +12,7 @@
1212
<h1 class="title">DBUtils User's Guide</h1>
1313
<dl class="docinfo simple">
1414
<dt class="version">Version<span class="colon">:</span></dt>
15-
<dd class="version">3.1.1</dd>
15+
<dd class="version">3.1.2</dd>
1616
<dt class="translations">Translations<span class="colon">:</span></dt>
1717
<dd class="translations"><p>English | <a class="reference external" href="main.de.html">German</a></p>
1818
</dd>

0 commit comments

Comments
 (0)