Version 1 vs 6
Version 1 vs 6
Edits
Edits
- Delete by epriestley, Version 6
- Mar 6 2014 4:16 PM
- Edit by epriestley, Version 1
- Apr 24 2012 12:35 AM
Edit Older Version 1... |
Content Changes
Content Changes
Summary of recent and impending changes to Conduit.
== April 23, 2011 ==
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.
== April 23, 2011 ==
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.