Skip to content

Does Paste change APIs with minor version bumps? #1735

Answered by SiTaggart
victoriahu asked this question in General
Discussion options

You must be logged in to vote

Hi @victoriahu

Correct, we strive to make sure patch and minor versions are non-impacting. We follow Semantic Versioning as best as we possibly can, and are becoming stricter with what we call a "breaking change" as our appetite for risk becomes smaller.

Major version bumps would include anything where the consumer needs to "do anything", but might also include things that have significant enough visual changes that you should upgrade with care, even if you don't need to change any code.

For Core ,things we might consider major include:

  • API changes
  • Removal of exported code
  • Non-backwards compatible typing changes. (making something required, significant shape change)
  • Visual changes that m…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SiTaggart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants