Skip to content

Commit 44a15e2

Browse files
committed
New release DBUtils 1.4
1 parent 0729218 commit 44a15e2

5 files changed

Lines changed: 48 additions & 20 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ to a database that can be used in all kinds of multi-threaded environments
66
like Webware for Python or other web application servers. The suite supports
77
DB-API 2 compliant database interfaces and the classic PyGreSQL interface.
88

9-
The current version of DBUtils supports Python versions 2.7 and 3.5 - 3.8.
9+
The current version of DBUtils supports Python versions 2.7 and 3.5 to 3.9.
1010

1111
The DBUtils home page can be found here: https://webwareforpython.github.io/DBUtils/

RelNotes-1.4.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>DBUtils 1.4 Release Notes</title>
5+
<link rel="stylesheet" href="Doc.css" type="text/css">
6+
</head>
7+
<body>
8+
<h1 class="header">DBUtils 1.4 Release Notes</h1>
9+
10+
<p>DBUtils 1.4 was released on 09/26/20.</p>
11+
12+
<p>This version is intended to be used with Python versions 2.7 and 3.5 to 3.9.</p>
13+
14+
<h2>Improvements:</h2>
15+
<ul>
16+
<li>The <code>SteadyDB</code> and <code>SteadyPg</code> classes only reconnect
17+
after the <code>maxusage</code> limit has been reached when the connection is
18+
not currently inside a transaction.</li>
19+
</ul>
20+
21+
<div class="footer">
22+
DBUtils
23+
(<a href="https://github.com/WebwareForPython/DBUtils">github.com/WebwareForPython/DBUtils</a>)
24+
</div>
25+
</body>
26+
</html>

UsersGuide.de.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
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.13.1: http://docutils.sourceforge.net/" />
5+
<meta name="generator" content="Docutils 0.15.2: http://docutils.sourceforge.net/" />
66
<title>Benutzeranleitung für DBUtils</title>
77
<link rel="stylesheet" href="Doc.css" type="text/css" />
88
</head>
99
<body>
1010
<div class="document" id="benutzeranleitung-fur-dbutils">
1111
<h1 class="title">Benutzeranleitung für DBUtils</h1>
12-
1312
<dl class="docinfo simple">
1413
<dt class="version">Version</dt>
15-
<dd class="version">1.3</dd>
14+
<dd class="version">1.4</dd>
1615
<dt class="released">Released</dt>
17-
<dd class="released"><p>08/03/18</p>
16+
<dd class="released"><p>09/26/20</p>
1817
</dd>
1918
<dt class="translations">Translations</dt>
2019
<dd class="translations"><p><a class="reference external" href="UsersGuide.html">English</a> | German</p>
@@ -159,10 +158,11 @@ <h2>Installation als Unterpaket (Plug-In) von Webware for Python</h2>
159158
</div>
160159
<div class="section" id="anforderungen">
161160
<h1>Anforderungen</h1>
162-
<p>DBUtils benötigt mindestens <a class="reference external" href="https://www.python.org">Python</a> Version 2.6. Die Module in der Variante
163-
für klassisches PyGreSQL benötigen <a class="reference external" href="http://www.pygresql.org/">PyGreSQL</a> Version 3.4 oder höher, während
164-
die Module in der allgemeinen Variante für DB-API 2 mit jedem beliebigen
165-
Python-Datenbankadapter-Modul zusammenarbeiten, das auf <a class="reference external" href="https://www.python.org/dev/peps/pep-0249/">DB-API 2</a> basiert.</p>
161+
<p>DBUtils unterstützt die <a class="reference external" href="https://www.python.org">Python</a> Versionen 2.7 und 3.5 bis 3.8.</p>
162+
<p>Die Module in der Variante für klassisches PyGreSQL benötigen <a class="reference external" href="http://www.pygresql.org/">PyGreSQL</a>
163+
Version 4.0 oder höher, während die Module in der allgemeinen Variante
164+
für DB-API 2 mit jedem beliebigen Python-Datenbankadapter-Modul zusammenarbeiten,
165+
das auf <a class="reference external" href="https://www.python.org/dev/peps/pep-0249/">DB-API 2</a> basiert.</p>
166166
</div>
167167
<div class="section" id="funktionalitat">
168168
<h1>Funktionalität</h1>

UsersGuide.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
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.13.1: http://docutils.sourceforge.net/" />
5+
<meta name="generator" content="Docutils 0.15.2: http://docutils.sourceforge.net/" />
66
<title>DBUtils User's Guide</title>
77
<link rel="stylesheet" href="Doc.css" type="text/css" />
88
</head>
99
<body>
1010
<div class="document" id="dbutils-user-s-guide">
1111
<h1 class="title">DBUtils User's Guide</h1>
12-
1312
<dl class="docinfo simple">
1413
<dt class="version">Version</dt>
15-
<dd class="version">1.3</dd>
14+
<dd class="version">1.4</dd>
1615
<dt class="released">Released</dt>
17-
<dd class="released"><p>08/03/18</p>
16+
<dd class="released"><p>09/26/20</p>
1817
</dd>
1918
<dt class="translations">Translations</dt>
2019
<dd class="translations"><p>English | <a class="reference external" href="UsersGuide.de.html">German</a></p>
@@ -158,10 +157,10 @@ <h2>Installation as a Webware for Python subpackage (plug-in)</h2>
158157
</div>
159158
<div class="section" id="requirements">
160159
<h1>Requirements</h1>
161-
<p>DBUtils requires at least <a class="reference external" href="https://www.python.org">Python</a> version 2.6. The modules in the classic
162-
PyGreSQL variant need <a class="reference external" href="http://www.pygresql.org/">PyGreSQL</a> version 3.4 or above, while the modules
163-
in the universal DB-API 2 variant run with any Python <a class="reference external" href="https://www.python.org/dev/peps/pep-0249/">DB-API 2</a> compliant
164-
database interface module.</p>
160+
<p>DBUtils supports <a class="reference external" href="https://www.python.org">Python</a> version 2.6 and Python versions 3.5 to 3.8.</p>
161+
<p>The modules in the classic PyGreSQL variant need <a class="reference external" href="http://www.pygresql.org/">PyGreSQL</a> version 4.0
162+
or above, while the modules in the universal DB-API 2 variant run with
163+
any Python <a class="reference external" href="https://www.python.org/dev/peps/pep-0249/">DB-API 2</a> compliant database interface module.</p>
165164
</div>
166165
<div class="section" id="functionality">
167166
<h1>Functionality</h1>

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ <h4>Release Notes:</h4>
4848
</div>
4949
<div>
5050
<a href="RelNotes-1.2.html">1.2</a> |
51-
<a href="RelNotes-1.3.html">1.3</a>
51+
<a href="RelNotes-1.3.html">1.3</a> |
52+
<a href="RelNotes-1.4.html">1.4</a>
5253
</div>
5354
</small>
5455
</div>
@@ -58,11 +59,13 @@ <h4>Release Notes:</h4>
5859
<header><h2>Downloads</h2></header>
5960
<div>
6061
<h5>Current/Recommended Version:</h5>
61-
<a class="button" href="https://pypi.python.org/pypi/DBUtils/1.3">Download <small>DBUtils 1.3</small></a>
62-
<p><small>(this version supports Python 2.6, 2.7 and 3.4 to 3.7)</small></p>
62+
<a class="button" href="https://pypi.python.org/pypi/DBUtils/1.4">Download <small>DBUtils 1.4</small></a>
63+
<p><small>(this version supports Python 2.7 and 3.5 to 3.9)</small></p>
6364
</div>
6465
<div>
6566
<h5>Older Versions:</h5>
67+
<a class="small-button button" href="https://pypi.python.org/pypi/DBUtils/1.3">Download <small>DBUtils&nbsp;1.3</small></a>
68+
<p><small>(this version supports Python 2.6, 2.7 and 3.4 to 3.7)</small></p>
6669
<a class="small-button button" href="https://pypi.python.org/pypi/DBUtils/1.1.1">Download <small>DBUtils&nbsp;1.1.1</small></a>
6770
<p><small>(this version supports Python 2.3 to 2.7)</small></p>
6871
</div>

0 commit comments

Comments
 (0)