Stable and Nightly Builds

Tread.fi provides both stable and nightly builds to provide early access to new features and functionality while maintaining stability for production environments.

Stable Builds

Stable builds undergo user testing in addition to automated testing, and are intended for production use in the broadest use cases. Stable builds can be downloaded via curl -d '{"version" : "stable", "market_access_version": "stable", "license_key" : "LICENSE_KEY"}' https://........

Nightly Builds

Nightly builds undergo automated testing as part of the build process, and contain the latest features and functionality. They have not been tested to the degree that stable builds have, and novel functionality in nightly builds may not appear in stable builds for some time, if at all. Nightly builds can be downloaded by not setting the version parameter, via curl -d '{"license_key" : "LICENSE_KEY"}' https://.........

Was this helpful?