|
| 1 | +0.2 |
| 2 | +~~~ |
| 3 | + |
| 4 | +- Python 3 support |
| 5 | +- PEP8 and PyFlakes compliance |
| 6 | +- Coverage reports on testing via coveralls.io |
| 7 | + |
| 8 | + |
| 9 | +0.16 |
| 10 | +~~~~ |
| 11 | + |
| 12 | +- Continuous integration testing with TravisCI |
| 13 | +- Fixed bug with empty strings in Document descriptions |
| 14 | +- Raise errors when a user tries to save a data keyword reserved by DocumentCloud |
| 15 | +- Allow all-caps file extensions |
| 16 | +- Retry requests that fail with an increasing backoff delay |
| 17 | +- Fixed a bug in how titles are assigned to a file object |
| 18 | +- Added access checks when retrieving txt, pdf, img about a document |
| 19 | + |
| 20 | +0.15 |
| 21 | +~~~~ |
| 22 | + |
| 23 | +* File objects can now be submitted for uploading |
| 24 | +* Added more support for unicode data thanks to contributions by `Shane Shifflet <https://twitter.com/#!/shaneshifflett>`_. |
| 25 | +* Smarter lazy loading of Document attributes missing from a search |
| 26 | + |
| 27 | +0.14 |
| 28 | +~~~~ |
| 29 | + |
| 30 | +* Added ``data`` attribute on Document for storing dictionaries of arbitrary metadata |
| 31 | +* Added ``secure`` option for Document uploads to prevent data from being sent to OpenCalais |
| 32 | +* Added ``save`` alias on Document and Project objects that uses the pre-existing ``put`` command |
| 33 | +* Fixed to url encoding to makes the system more unicode friendly |
| 34 | +* Added all Document upload arguments to ``upload_directory`` method |
| 35 | + |
| 36 | +0.13 |
| 37 | +~~~~ |
| 38 | + |
| 39 | +* ``upload_directory`` method for documents |
| 40 | + |
| 41 | +0.12 |
| 42 | +~~~~ |
| 43 | + |
| 44 | +* ``get_or_create_by_title`` method for projects |
| 45 | +* Document and project creation methods now return an object, not the new id. |
| 46 | +* Projects can pulled by id or by title |
| 47 | + |
| 48 | + |
| 49 | +0.11 |
| 50 | +~~~~ |
| 51 | + |
| 52 | +* Document search now returns ``mentions`` of the keyword in the documents |
| 53 | +* ``related_url`` and ``published_url`` attributes now more easily accessible |
| 54 | +* ``normal`` sized images now available |
0 commit comments