Skip to content

Commit 0158b8c

Browse files
committed
Release version 3.0.2 of DBUtils
1 parent a379121 commit 0158b8c

File tree

6 files changed

+27
-22
lines changed

6 files changed

+27
-22
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021 Christoph Zwerschke
3+
Copyright (c) 2022 Christoph Zwerschke
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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.0.1 of DBUtils supports Python versions 3.6 to 3.10.
10+
The current version 3.0.2 of DBUtils supports Python versions 3.6 to 3.10.
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: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@
1212
<h1 class="title">Changelog for DBUtils</h1>
1313

1414
<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">
1520
<h2>3.0.1</h2>
1621
<p>DBUtils 3.0.1 was released on December 22, 2021.</p>
1722
<p>It includes <span class="docutils literal">InterfaceError</span> to the default list of exceptions
1823
for which the connection failover mechanism is applied.
1924
You can override this with the <span class="docutils literal">failures</span> parameter.</p>
2025
</section>
21-
<section id="section-2">
26+
<section id="section-3">
2227
<h2>3.0.0</h2>
2328
<p>DBUtils 3.0.0 was released on November 26, 2021.</p>
2429
<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>
2732
<li><p>Cease support for Python 2 and 3.5, minor optimizations.</p></li>
2833
</ul>
2934
</section>
30-
<section id="section-3">
35+
<section id="section-4">
3136
<h2>2.0.3</h2>
3237
<p>DBUtils 2.0.3 was released on November 26, 2021.</p>
3338
<p>Changes:</p>
3439
<ul class="simple">
3540
<li><p>Support Python version 3.10.</p></li>
3641
</ul>
3742
</section>
38-
<section id="section-4">
43+
<section id="section-5">
3944
<h2>2.0.2</h2>
4045
<p>DBUtils 2.0.2 was released on June 8, 2021.</p>
4146
<p>Changes:</p>
4247
<ul class="simple">
4348
<li><p>Allow using context managers for pooled connections.</p></li>
4449
</ul>
4550
</section>
46-
<section id="section-5">
51+
<section id="section-6">
4752
<h2>2.0.1</h2>
4853
<p>DBUtils 2.0.1 was released on April 8, 2021.</p>
4954
<p>Changes:</p>
5055
<ul class="simple">
5156
<li><p>Avoid &quot;name Exception is not defined&quot; when exiting.</p></li>
5257
</ul>
5358
</section>
54-
<section id="section-6">
59+
<section id="section-7">
5560
<h2>2.0</h2>
5661
<p>DBUtils 2.0 was released on September 26, 2020.</p>
5762
<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>
6772
<li><p>This changelog has been compiled from the former release notes.</p></li>
6873
</ul>
6974
</section>
70-
<section id="section-7">
75+
<section id="section-8">
7176
<h2>1.4</h2>
7277
<p>DBUtils 1.4 was released on September 26, 2020.</p>
7378
<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>
7883
inside a transaction.</p></li>
7984
</ul>
8085
</section>
81-
<section id="section-8">
86+
<section id="section-9">
8287
<h2>1.3</h2>
8388
<p>DBUtils 1.3 was released on March 3, 2018.</p>
8489
<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>
8792
<li><p>This version now supports context handlers for connections and cursors.</p></li>
8893
</ul>
8994
</section>
90-
<section id="section-9">
95+
<section id="section-10">
9196
<h2>1.2</h2>
9297
<p>DBUtils 1.2 was released on February 5, 2017.</p>
9398
<p>It is intended to be used with Python versions 2.6, 2.7 and 3.0 to 3.6.</p>
9499
</section>
95-
<section id="section-10">
100+
<section id="section-11">
96101
<h2>1.1.1</h2>
97102
<p>DBUtils 1.1.1 was released on February 4, 2017.</p>
98103
<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>
106111
<li><p>Fixed a problem when running under Jython (reported by Vitaly Kruglikov).</p></li>
107112
</ul>
108113
</section>
109-
<section id="section-11">
114+
<section id="section-12">
110115
<h2>1.1</h2>
111116
<p>DBUtils 1.1 was released on August 14, 2011.</p>
112117
<p>Improvements:</p>
@@ -135,7 +140,7 @@ <h2>1.1</h2>
135140
<li><p>Fixed some minor issues with the <span class="docutils literal">DBUtilsExample</span> for Webware.</p></li>
136141
</ul>
137142
</section>
138-
<section id="section-12">
143+
<section id="section-13">
139144
<h2>1.0</h2>
140145
<p>DBUtils 1.0 was released on November 29, 2008.</p>
141146
<p>It is intended to be used with Python versions 2.2 to 2.6.</p>
@@ -168,7 +173,7 @@ <h2>1.0</h2>
168173
the MySQLdb module (problem reported by Gregory Pinero).</p></li>
169174
</ul>
170175
</section>
171-
<section id="section-13">
176+
<section id="section-14">
172177
<h2>0.9.4</h2>
173178
<p>DBUtils 0.9.4 was released on July 7, 2007.</p>
174179
<p>This release fixes a problem in the destructor code and has been supplemented
@@ -177,7 +182,7 @@ <h2>0.9.4</h2>
177182
in the last release, since you can now pass custom creator functions
178183
for database connections instead of DB-API 2 modules.</p>
179184
</section>
180-
<section id="section-14">
185+
<section id="section-15">
181186
<h2>0.9.3</h2>
182187
<p>DBUtils 0.9.3 was released on May 21, 2007.</p>
183188
<p>Changes:</p>
@@ -192,7 +197,7 @@ <h2>0.9.3</h2>
192197
Added Chinese translation of the User's Guide, kindly contributed by gashero.</p></li>
193198
</ul>
194199
</section>
195-
<section id="section-15">
200+
<section id="section-16">
196201
<h2>0.9.2</h2>
197202
<p>DBUtils 0.9.2 was released on September 22, 2006.</p>
198203
<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>
202207
storage engine. Accordingly, renamed <span class="docutils literal">SolidPg</span> to <span class="docutils literal">SteadyPg</span>.</p></li>
203208
</ul>
204209
</section>
205-
<section id="section-16">
210+
<section id="section-17">
206211
<h2>0.9.1</h2>
207212
<p>DBUtils 0.9.1 was released on May 8, 2006.</p>
208213
<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>
216221
<li><p>Improved the documentation and added a User's Guide.</p></li>
217222
</ul>
218223
</section>
219-
<section id="section-17">
224+
<section id="section-18">
220225
<h2>0.8.1 - 2005-09-13</h2>
221226
<p>DBUtils 0.8.1 was released on September 13, 2005.</p>
222227
<p>It is intended to be used with Python versions 2.0 to 2.4.</p>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <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.0.1/#files">Download <small>DBUtils 3.0.1</small></a>
45+
<a class="button" href="https://pypi.org/pypi/DBUtils/3.0.2/#files">Download <small>DBUtils 3.0.2</small></a>
4646
<p><small>(this version supports Python 3.6 to 3.10)</small></p>
4747
</div>
4848
<div>

main.de.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.0.1</dd>
15+
<dd class="version">3.0.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
@@ -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.0.1</dd>
15+
<dd class="version">3.0.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>
@@ -473,7 +473,7 @@ <h2>Credits</h2>
473473
</section>
474474
<section id="copyright-and-license">
475475
<h2>Copyright and License</h2>
476-
<p>Copyright © 2005-2021 by Christoph Zwerschke.
476+
<p>Copyright © 2005-2022 by Christoph Zwerschke.
477477
All Rights Reserved.</p>
478478
<p>DBUtils is free and open source software,
479479
licensed under the <a class="reference external" href="https://opensource.org/licenses/MIT">MIT license</a>.</p>

0 commit comments

Comments
 (0)