|
| 1 | ++++++++++++ |
| 2 | +LabKey Python Client API News |
| 3 | ++++++++++++ |
| 4 | + |
| 5 | + |
| 6 | +What's New in the LabKey 0.24 package |
| 7 | +============================== |
| 8 | + |
| 9 | +*Release date: 03/20/2015* |
| 10 | + |
| 11 | +- Fixed bug in updateWiki due to changes in LabKey Server v15.1 |
| 12 | + |
| 13 | + |
| 14 | +What's New in the LabKey 0.23 package |
| 15 | +============================== |
| 16 | + |
| 17 | +*Release date: 11/24/2014* |
| 18 | + |
| 19 | +- Force all SSL connections to use TLSv1 Protocol or higher. |
| 20 | + This disables the use of SSLv2(Heartbleed) and SSLv3(Poodle) to |
| 21 | + protect against the Heartbleed and Poodle vulnerabilities. |
| 22 | + |
| 23 | + |
| 24 | +What's New in the LabKey 0.22 package |
| 25 | +============================== |
| 26 | + |
| 27 | +*Release date: 04/15/2014* |
| 28 | + |
| 29 | +- Fixed bug in updateWiki when updating a wiki where Guests have read access |
| 30 | + |
| 31 | + |
| 32 | +What's New in the LabKey 0.21 package |
| 33 | +============================== |
| 34 | + |
| 35 | +*Release date: 03/30/2012* |
| 36 | + |
| 37 | +- Fixed bug in updateWiki due to changes in LabKey Server v12.1 |
| 38 | + |
| 39 | + |
| 40 | +What's New in the LabKey 0.20 package |
| 41 | +============================== |
| 42 | + |
| 43 | +*Release date: 01/25/2012* |
| 44 | + |
| 45 | +- Fixed authentication bug in labkey.wiki and labkey.messageboard |
| 46 | + functions. |
| 47 | + |
| 48 | + |
| 49 | +What's New in the LabKey 0.19 package |
| 50 | +============================== |
| 51 | + |
| 52 | +*Release date: 11/02/2011* |
| 53 | + |
| 54 | +- Updated name of the sample labkeycredentials file |
| 55 | + |
| 56 | +- Cleaned up docstring comments in each module file. |
| 57 | + |
| 58 | +- Checked into the LabKey subversion repository. |
| 59 | + |
| 60 | + |
| 61 | +What's New in the LabKey 0.18 package |
| 62 | +============================== |
| 63 | + |
| 64 | +*Release date: 10/25/2011* |
| 65 | + |
| 66 | +- Created README.txt, MANIFEST.in. Added further package information to |
| 67 | + setup.py |
| 68 | + |
| 69 | +- Added empty test directory that will be used in future releases |
| 70 | + for unit tests |
| 71 | + |
| 72 | + |
| 73 | +What's New in the LabKey 0.16 package |
| 74 | +============================== |
| 75 | + |
| 76 | +*Release date: Unreleased* |
| 77 | + |
| 78 | +- Ported labkeyquery.py from a stand-alone module to be part of this |
| 79 | + package. To access the functions that were in labkeyquery.py, you |
| 80 | + will need to import labkey or import labkey.query |
| 81 | + |
| 82 | +- Added collaboration module which allows programmatic access to |
| 83 | + wikis and message boards on the LabKey Server |
0 commit comments