Skip to content

Commit 9a4ffa2

Browse files
committed
Added release notes for Version 1.0.
1 parent 1816ba3 commit 9a4ffa2

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

DBUtils/Docs/RelNotes-1.0.html

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2+
<html>
3+
<head>
4+
<title>DBUtils 1.0 Release Notes</title>
5+
<link rel="stylesheet" href="Doc.css" type="text/css">
6+
</head>
7+
<body>
8+
<h1 class="header">DBUtils 1.0 Release Notes</h1>
9+
10+
<p>DBUtils 1.0 was released on ???.</p>
11+
12+
<p>This is the sixth public release of DBUtils.</p>
13+
14+
<h2>Changes:</h2>
15+
<ul>
16+
<li>Added a <tt>failures</tt> parameter for configuring the exception classes for
17+
which the failover mechanisms is applied (as suggested by Matthew Harriger).</li>
18+
<li>Added a <tt>closeable</tt> parameter for configuring whether connections
19+
can be closed (otherwise closing connections will be silently ignored).</li>
20+
<li>It is now possible to override defaults via the <tt>creator.dbapi</tt>
21+
and <tt>creator.threadsafety</tt> attributes.</li>
22+
<li>Added alias method <tt>dedicated_connection</tt> for
23+
<tt>connection(shareable=False)</tt>.</li>
24+
<li>Added a <tt>version</tt> attribute to all exported classes.</li>
25+
<li>Where <tt>0</tt> has the meaning "unlimited", parameters can now be also
26+
set to <tt>None</tt> instead.</li>
27+
</ul>
28+
29+
<h2>Bugfixes and Improvements:</h2>
30+
<ul>
31+
<li>In some cases, when instance initialization failed or referenced objects
32+
were already destroyed, finalizers could throw exceptions or create infinite
33+
recursion (problem reported by Gregory Pinero and Jehiah Czebotar).</li>
34+
<li>DBUtils now tries harder to find the underlying DB-API 2 module if only a
35+
connection creator function is specified. This had not worked before with the
36+
MySQLdb module (problem reported by Gregory Pinero).</li>
37+
</ul>
38+
39+
<div class="footer">
40+
DBUtils (<a href="http://www.webwareforpython.org/DBUtils">www.webwareforpython.org/DBUtils</a>)
41+
</div>
42+
</body>
43+
</html>

0 commit comments

Comments
 (0)