Skip to content

Commit

Permalink
Clarification about SemVer vs ApiVer in the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kkalinowski-reef committed Dec 22, 2023
1 parent 2237232 commit d4f481a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ docker run --rm -v b2:/root -v /home/user/path/to/data:/data backblazeit/b2:late
When you start working with `b2`, you might notice that more than one script is available to you.
This is by design - we use the `ApiVer` methodology to provide all the commands to all the versions
while also providing all the bugfixes to all the old versions.
Each `ApiVer` version will match a specific `SemVer` version with the same major number.
Thus, `ApiVer` marked as `3` will have the same behavior as the `SemVer` version `3` had.

If you use the `b2` command, you're working with the latest stable version.
It provides all the bells and whistles, latest features, and the best performance.
Expand Down

0 comments on commit d4f481a

Please sign in to comment.