1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
0.9.1
* Update requests version.
0.9.0
* Add default retry to API calls.
0.8.1
* Fixed bug where built-in interface dict overwrote `interface` methods from Almanac (`interface.search`, `interface.edit`). The `Resource` attribute `interface` is renamed `_interface`.
0.8.0
* Switch to using requests
* Allow library to be used from a zip archive
* Deprecated parameters are now set to optional
* Fixed bug where instance attribute was shadowing API endpoint
* Update interfaces.json
* Update README
0.7.0
* Allow for nested methods to support conduit calls such as diffusion.repository.edit
* Fix regular expressions that cause type parsing to fail
0.6.1
* Fix Python 3 related issues
0.6.0
* Python 3 support
* Fix "not JSON serializable" error when not using a token
* Better tests
* Updated interfaces
* Moved `conduit` to `_conduit` so `.conduit` API is available now
* Updated interfaces to the latest Phabricator version
0.5.0
* Support new style token-based authentication
0.4.0
* Update interfaces.json to Phab @ e75b389
* Add Phabricator.update_interfaces to pull latest interfaces from conduit.query
* Fix validation of string to be str or unicode
0.1.0
* Initial release
|