Please explain your strategy, process, and procedure for versioning and releasing the SDK.
I could not find the SDK version specific on Branch or Tag on GitHub
The SDK version on the web site seems to be a lot older than the GitHub (Why not just link the web site directly to GitHub?)
The backendless.jar files in the samples are using different version of the SDK
Where are the release notes and change logs
Hi Barry,
I think the best place to watch for a new version for now is the Maven Repository. It will always contain the latest version. Unfortunately, we don’t always remember to immediately update the version on the website.
As to GitHub, it doesn’t stick to any version, since it is always in development. When the master branch is ready for release, we package the SDK and deploy the next version to Maven.
And unfortunately we don’t keep any public release notes or change logs, maybe this will change in future. For now I may only suggest you to look into the commits which go into master, this must be the best source of information yet.