Version 5 vs 6
Version 5 vs 6
Edits
Edits
- Delete by epriestley, Version 6
- Mar 6 2014 4:16 PM
- Edit by epriestley, Version 5
- Oct 4 2012 9:28 PM
« Previous Change | Most Recent Change |
Edit Older Version 5... |
Content Changes
Content Changes
Summary of recent and impending changes to Conduit.
== Oct 4, 2012 ==
=== Deprecations ===
- `paste.info`: Use `paste.query`, which is similar but more powerful.
=== Removals ===
- `path.getowners`: This method has been removed.
== June 29, 2012 ==
=== Deprecations ===
- `maniphest.find`: Use `maniphest.query`, which is the same method but has a more consistent name.
== June 1, 2012 ==
=== Deprecations ===
These methods are now deprecated:
- `user.find`: Use `user.query`, which is more powerful.
- `user.info`: Use `user.query`, which is more powerful.
- `path.getowners`: Use `owners.query`, which is more powerful.
== April 23, 2012 ==
Conduit now has mechanisms for marking methods "deprecated" and "unstable". Deprecated methods will be removed. Unstable methods are subject to changes which break backward compatibility.
=== Deprecations ===
These methods are now deprecated:
- `differential.find`: Use `differential.query`, which is more powerful.
- `differential.getrevision`: Use `differential.query`, which is more powerful.
- `differential.getrevisionfeedback`: Use `differential.getrevisioncomments`, which is more powerful and more generally useful.
- `differential.markcommitted`: Use `differential.close`. We renamed the "committed" status to "closed" to avoid SVN-specific language.
- `differential.updatetaskrevisionassoc`: Do not use this method.
- `phid.info`: Use `phid.query`, which is more powerful.
=== Planned Deprecations ===
- `user.find` will be deprecated by `user.query` (T1075).
- `user.info` will be deprecated by `user.query` (T1075).
=== Unstable Methods ===
- `chatlog.query` The chatlog app needs lots of work.
- `chatlog.record` As above.
- `feed.publish` Feed is still fairly unstable.
- `remarkup.process` The API for this method might change.
=== Stable Methods ===
All other methods are now "stable", which means they only have a normal likelyhood of being broken by application changes.
Summary of recent and impending changes to Conduit.
== Oct 4, 2012 ==
=== Deprecations ===
- `paste.info`: Use `paste.query`, which is similar but more powerful.
=== Removals ===
- `path.getowners`: This method has been removed.
== June 29, 2012 ==
=== Deprecations ===
- `maniphest.find`: Use `maniphest.query`, which is the same method but has a more consistent name.
== June 1, 2012 ==
=== Deprecations ===
These methods are now deprecated:
- `user.find`: Use `user.query`, which is more powerful.
- `user.info`: Use `user.query`, which is more powerful.
- `path.getowners`: Use `owners.query`, which is more powerful.
== April 23, 2012 ==
Conduit now has mechanisms for marking methods "deprecated" and "unstable". Deprecated methods will be removed. Unstable methods are subject to changes which break backward compatibility.
=== Deprecations ===
These methods are now deprecated:
- `differential.find`: Use `differential.query`, which is more powerful.
- `differential.getrevision`: Use `differential.query`, which is more powerful.
- `differential.getrevisionfeedback`: Use `differential.getrevisioncomments`, which is more powerful and more generally useful.
- `differential.markcommitted`: Use `differential.close`. We renamed the "committed" status to "closed" to avoid SVN-specific language.
- `differential.updatetaskrevisionassoc`: Do not use this method.
- `phid.info`: Use `phid.query`, which is more powerful.
=== Planned Deprecations ===
- `user.find` will be deprecated by `user.query` (T1075).
- `user.info` will be deprecated by `user.query` (T1075).
=== Unstable Methods ===
- `chatlog.query` The chatlog app needs lots of work.
- `chatlog.record` As above.
- `feed.publish` Feed is still fairly unstable.
- `remarkup.process` The API for this method might change.
=== Stable Methods ===
All other methods are now "stable", which means they only have a normal likelyhood of being broken by application changes.