Skip to content

(Lib/Go) Should I update to v1.37.0? #1468

Closed Answered by tasn
psmarcin asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @psmarcin, thanks for reaching out, and sorry for the trouble this has caused.

We follow a slightly modified semver for the SDKs. We don't break API as a rule (and if we ever will, we'll bump a major version) except for when breaking the API fixes a bug (as in: the API should never have been what it was, it was a mistake) and the fixes are extremely simple (you can add a * or a & or something like that to fix it). We won't break things in ways that change behavior or force you to make more difficult decisions than just fixing compilation errors.
This only applies to the SDKs, the HTTP API is not changing even if fixing bugs as that will actually break integrations (rather than being an…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@psmarcin
Comment options

@tasn
Comment options

Answer selected by psmarcin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants