Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versioning conventions #128

Open
eiriktsarpalis opened this issue Aug 19, 2015 · 3 comments
Open

Versioning conventions #128

eiriktsarpalis opened this issue Aug 19, 2015 · 3 comments

Comments

@eiriktsarpalis
Copy link
Member

As we prepare for a 1.0 release, I think it would make sense to decide now on a versioning convention for MBrace releases. There seems to be an established adherence to semantic versioning, which I'm not sure whether is suitable for our needs given the problems we are currently facing with version tolerance (#53).

Given that MBrace.Core and MBrace.Azure are separate projects, and that a certain delay is required to roll out new MBrace.Core features to MBrace.Azure, another approach would be to adopt an odd/even versioning approach. For instance MBrace.Core 1.1 would incorporate prerelease features and changes that would be pushed to MBrace.Core and MBrace.Azure 1.2 as stable releases, etc.

Thoughts?

@dsyme
Copy link
Contributor

dsyme commented Oct 14, 2015

My suggestion

  • Definitely use semantic versioning for MBrace.Core from 1.0 onwards. It's a set of abstractions and a library and semantic versioning is really the right way to do things for that sort of thing.
  • For MBrace.Azure it's less important, because people are less likely to build other libraries on top of this (we hope) so probably just stick with a 1.0, 1.1 release, or just use semantic versioning too.

@eiriktsarpalis
Copy link
Member Author

@dsyme do you think that MBrace.Azure releases should maintain version parity with core, at least w.r.t. Major/Minor version numbers?

@dsyme
Copy link
Contributor

dsyme commented Oct 14, 2015

No, I think decouple them. With more fabric mappings coming in the future we'll be doing everyone a favour to decouple, otherwise it will look like MBrace.Azure gets special status.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants