-
Notifications
You must be signed in to change notification settings - Fork 77
Releases
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.
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 number in your build scripts, such as 0.9.3. This minimizes the possibility that new build versions to 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 binaries 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.
After version 1.0 our versioning will follow Semantic Versioning.