1 | Changes in 0.14 (released 01/14/2009) |
---|
2 | ------------------------------------- |
---|
3 | |
---|
4 | * :class:`ll.nightshade.Connection` has new methods :meth:`commit`, |
---|
5 | :meth:`rollback`, :meth:`close` and :meth:`cancel`. |
---|
6 | |
---|
7 | |
---|
8 | Changes in 0.13.1 (released 08/29/2008) |
---|
9 | --------------------------------------- |
---|
10 | |
---|
11 | * :meth:`Connect.cursor` now passes keyword arguments through to |
---|
12 | :meth:`ll.orasql.Connection.cursor`. |
---|
13 | |
---|
14 | |
---|
15 | Changes in 0.13 (released 02/15/2008) |
---|
16 | ------------------------------------- |
---|
17 | |
---|
18 | * CherryPy 3.0 is required now. |
---|
19 | |
---|
20 | * The :func:`conditional` decorator has been removed. You can use CherryPy's |
---|
21 | ``tools.etags`` tool. |
---|
22 | |
---|
23 | * The :func:`cache` decorator has been removed. You can use CherryPy's |
---|
24 | ``tools.caching`` tool. |
---|
25 | |
---|
26 | |
---|
27 | Changes in 0.12 (released 02/01/2008) |
---|
28 | ------------------------------------- |
---|
29 | |
---|
30 | * All docstrings use ReST now. |
---|
31 | |
---|
32 | |
---|
33 | Changes in 0.11 (released 01/07/2008) |
---|
34 | ------------------------------------- |
---|
35 | |
---|
36 | * Updated the docstrings to XIST 3.0. |
---|
37 | |
---|
38 | * Added ReST versions of the documentation. |
---|
39 | |
---|
40 | |
---|
41 | Changes in 0.10 (released 09/04/2007) |
---|
42 | ------------------------------------- |
---|
43 | |
---|
44 | * When a :class:`Connect` object is used as a decorator the database connection |
---|
45 | is no longer passed to the decorated function. This means that there will no |
---|
46 | longer be any signature mismatch between the original function and the |
---|
47 | decorated function. However the :class:`Connect` object must be stored |
---|
48 | somewhere else and the user must call the new :meth:`cursor` method to get a |
---|
49 | cursor. |
---|
50 | |
---|
51 | * Keyword argument in the :class:`Connect` constructor are passed on to the |
---|
52 | :func:`connect` call. |
---|
53 | |
---|
54 | |
---|
55 | Changes in 0.9 (released 07/18/2007) |
---|
56 | ------------------------------------ |
---|
57 | |
---|
58 | * Added support for the ``Cache-Control`` header. |
---|
59 | |
---|
60 | |
---|
61 | Changes in 0.8.1 (released 06/26/2007) |
---|
62 | -------------------------------------- |
---|
63 | |
---|
64 | * Fixed a bug in :meth:`Call.__call__` (calling the procedure wasn't retried |
---|
65 | after the connection got lost). |
---|
66 | |
---|
67 | |
---|
68 | Changes in 0.8 (released 06/21/2007) |
---|
69 | ------------------------------------ |
---|
70 | |
---|
71 | * :class:`withconnection` has been renamed to :class:`Connect` and the |
---|
72 | implementation of :meth:`__call__` has been fixed. |
---|
73 | |
---|
74 | * :class:`Call` now needs a :class:`Connect` object as the second argument in |
---|
75 | the constructor (instead of taking :var:`connectstring`, :var:`pool` and |
---|
76 | :var:`retry` arguments). |
---|
77 | |
---|
78 | |
---|
79 | Changes in 0.7.1 (released 05/12/2007) |
---|
80 | -------------------------------------- |
---|
81 | |
---|
82 | * Fixed a bug that surfaced after the connection to the database was lost. |
---|
83 | |
---|
84 | |
---|
85 | Changes in 0.7 (released 03/16/2007) |
---|
86 | ------------------------------------ |
---|
87 | |
---|
88 | * A new decorator :class:`withconnection` has been added. This can be use to |
---|
89 | retry database operations in case of stale connections. |
---|
90 | |
---|
91 | |
---|
92 | Changes in 0.6 (released 03/12/2007) |
---|
93 | ------------------------------------ |
---|
94 | |
---|
95 | * Initial public release. |
---|