# HG changeset patch # User Julien Cristau # Date 1402491258 -7200 # Node ID d5413f2453a1c09d8feeb38c8370db2b3684caed # Parent 614f8f3d2a353d6bac87cab64a32cf2083a10f82 [doc/3.19] Mention [gs]et_shared_data deprecation diff -r 614f8f3d2a35 -r d5413f2453a1 doc/3.19.rst --- a/doc/3.19.rst Tue Jun 03 17:01:11 2014 +0200 +++ b/doc/3.19.rst Wed Jun 11 14:54:18 2014 +0200 @@ -85,6 +85,9 @@ The authentication stack has been altered to use the ``repoapi`` instead of the ``dbapi``. Cubes adding new element to this stack are likely to break. +Session data can be accessed using the cnx.data dictionary, while +transaction data is available through cnx.transaction_data. These +replace the [gs]et_shared_data methods with optional txid kwarg. New API in tests ~~~~~~~~~~~~~~~~