Appliance v1.4.0 January 14, 2017
Release notes
New features
- New “GET /settings/queue” API endpoint to obtain MQTT user credentials
- New “/settings/concurrency” API endpoint to GET/POST the build concurrency limit
- New “notes”, bundle_sources" and “build_type” options in “POST /builds” API endpoint
- Return application file information in “GET /downloads” API endpoint
- Return tcadmin/admin credentials in “GET /builds/details” API endpoint
- Remove authentication on “GET /builds” API endpoint
- Remove authentication on “GET /builds/details” API endpoint
- Websockets are used to obtain build status and log updates
- Bundle multiple updates into one update package
- Cache builds list and build details for faster loading
- Persistent storage configurable to “local” or “NFS”
- Update Jidoteki Admin to v1.14.0 and Jidoteki Admin API to v1.13.0
Bug fixes
- [api] Optional parameters in “New Build” are validated. bugs #327
- [api] Increase build concurrency limit. bugs #323, #227
- [api] Build details endpoint returns details correctly. bugs #314
- [backend] Replace HTTP polling with MQTT queue and Websockets. bugs #266
- [backend] Repo updating script didnt always update the repo. bugs #319
- [frontend] Add missing favicon.ico. bugs #320
- [frontend] Display application file information in build details view. bugs #306
- [frontend] Display OVA credentials in build details view. bugs #259
- [frontend] Enable pagination in build list view. bugs #302
- [frontend] Improve UI performance and decrease latency. bugs #301
- [frontend] Show immediate feedback when a build is started. bugs #235
Downloads