File: CHANGES

package info (click to toggle)
python-phabricator 0.7.0-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 192 kB
  • sloc: python: 458; makefile: 6
file content (31 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (3)
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
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