pyasn1 icon indicating copy to clipboard operation
pyasn1 copied to clipboard

Document version scheme to avoid breaking users' applications

Open ofek opened this issue 7 years ago • 4 comments

https://pagure.io/freeipa/issue/7082 https://github.com/etingof/pyasn1/issues/51 https://github.com/etingof/pyasn1/issues/52 https://github.com/etingof/pyasn1/issues/54

ofek avatar Aug 02 '17 15:08 ofek

Thank you for raising this issue!

Just a quick note that I think we can rectify the first issue by adding backward-compatible interface to the SequenceOf type in the upcoming 0.3.2.

etingof avatar Aug 02 '17 15:08 etingof

JFYI: https://github.com/etingof/pyasn1/pull/60 fixes the FreeIPA issue.

etingof avatar Aug 02 '17 17:08 etingof

@etingof thanks for PR #60

tiran avatar Aug 03 '17 12:08 tiran

In semantic versioning, vX.y.z, y is a 'major' version in a sense where X is 0 - in the sense that breaking changes can be expected between v0.2.x and v0.3.x just as you would between v1.x.y and v2.x.y.

OJFord avatar Nov 03 '17 16:11 OJFord