edits
[iotcloud.git] / PyORAM / CHANGELOG.rst
1 Changelog
2 =========
3
4 0.3.0 - `master`_
5 ~~~~~~~~~~~~~~~~~
6
7 0.2.0 - 2016-10-18
8 ~~~~~~~~~~~~~~~~~~
9
10 * using chunking to speed up yield_blocks for SFTP
11 * speed up clearing entries in S3 interface by chunking delete requests
12 * adding helper property to access heap storage on path oram
13 * use a mmap to store the top-cached heap buckets
14 * replace the show_status_bar keywords by a global config item
15 * express status bar units as a memory transfer rate during setup
16 * tweaks to Path ORAM to make it easier to generalize to other schemes
17 * changing suffix of S3 index file from txt to bin
18 * updates to readme
19
20 0.1.2 - 2016-05-15
21 ~~~~~~~~~~~~~~~~~~
22
23 * Initial release.
24
25 .. _`master`: https://github.com/ghackebeil/PyORAM