5. Major version zero (0.y.z) is for initial development. Anything may change at any time. The public API should not be considered stable.
hook.io follows http://semver.org/ versioning ( for the most part ).
5. Major version zero (0.y.z) is for initial development. Anything may change at any time. The public API should not be considered stable.If you find a problem, do your part and report it.
10. A pre-release version MAY be denoted by appending a dash
Oops, meant to say:
0.8.7-2 would be newer then 0.8.7-1
On Mon, Mar 5, 2012 at 7:40 AM, Marak Squires wrote:
10. A pre-release version MAY be denoted by appending a dashI use dash versions to indicate bug fixes for patch versions.0.8.7-1 is newer then 0.8.7.0.8.7-2 would be newer then 0.8.7-2.They all indicate the version is 0.8.7The -N indicates a bug fix had to be applied as a direct result of the initial 0.8.7 release.If there was new functionality, or an unrelated bug fix, I would bump to 0.8.8.As for your report, it's mostly useless to me. Without reproducible use-cases, unit tests, or application logs, there isn't much I can do. Sorry.I think in future versions I'm going to disable the Paxos reconnection features by default. In most cases, you should just be able to start one top level master hook and use a process monitor to keep it up. All other hooks will just find it and connect.
Oops, meant to say:
0.8.7-2 would be newer then 0.8.7-1
On Mon, Mar 5, 2012 at 7:40 AM, Marak Squires <marak....@gmail.com> wrote:
10. A pre-release version MAY be denoted by appending a dashI use dash versions to indicate bug fixes for patch versions.0.8.7-1 is newer then 0.8.7.0.8.7-2 would be newer then 0.8.7-2.They all indicate the version is 0.8.7The -N indicates a bug fix had to be applied as a direct result of the initial 0.8.7 release.If there was new functionality, or an unrelated bug fix, I would bump to 0.8.8.As for your report, it's mostly useless to me. Without reproducible use-cases, unit tests, or application logs, there isn't much I can do. Sorry.I think in future versions I'm going to disable the Paxos reconnection features by default. In most cases, you should just be able to start one top level master hook and use a process monitor to keep it up. All other hooks will just find it and connect.