You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
joshgav edited this page Nov 22, 2014
·
8 revisions
We publish new binaries to JCenter and Bintray weekly on Thursdays. We also publish immediately for security issues and bugs with no workarounds. Each new publication includes a new tag in this repo and a corresponding new version of the distributed package. Versioning is intended to follow Semantic Versioning 2.0.
Until we reach version 1.0, we intend to increment the minor version number for breaking and other significant changes. For example, 0.10.1 introduced changes to the Credentials-related interfaces.
For production use, you are strongly recommended to specify a specific build and patch number in your build scripts, such as 0.9.3. This eliminates the small possibility that new patch versions of our libraries will break your own build.
For development and testing, you may choose not to specify a version, thus retrieving the latest binaries on every build, or use a version string like [0.9,0.10) or [0.10,0.11) to retrieve the latest patch for a given minor version range. Here's a handy chart on Maven version syntax.
To be notified immediately when new versions are published, watch our Bintray repo.