Skip to content

VLStream Cloud v1.1.2

Choose a tag to compare

@github-actions github-actions released this 22 Jul 07:15
· 70 commits to main since this release
Immutable release. Only release title and notes can be modified.

VLStream Cloud v1.1.2

This patch release starts from origin/main at 00fc9ee and improves standalone algorithm-library initialization and API compatibility.

Fixes

  • Removed all legacy database views from the public MySQL initialization script. These views referenced private apaas_* databases and are not used by the standalone application.
  • Proxied active-safety task APIs to the packaged backend instead of serving them as missing frontend assets.
  • Routed workflow and work-order requests to the current backend service and removed the legacy development-service endpoint.
  • Prevented duplicate /bus/vls-server prefixes in job-server requests generated by the production frontend.
  • Stabilized the algorithm-training table width so production builds no longer expand the layout continuously.
  • Kept the release source based on origin/main; only the documented standalone and deployment fixes are added.
  • Added checksummed release-build copies of the SmartJavaAI 1.1.0 artifacts used by main, avoiding incompatible binaries currently resolving under the same public coordinates.
  • Supplied standalone-only settings through Compose so startup does not require private XXL Job or unified messaging configuration.
  • Normalized Windows-tolerated import casing only inside the ephemeral Linux frontend build context.
  • Added release validation that rejects external database references and conflicting backend logging bindings.
  • Normalized algorithm repository status values to the numeric 1/0 representation returned by the backend while retaining compatibility with legacy enabled/disabled payloads.
  • Added an idempotent basic algorithm repository migration with seven generic presets and no private model paths, development URLs, or test records.

Deployment

  • New installations use the supplied schema at sql/init/10-oortcloud-workflowforms-vls.sql, including the basic algorithm repository and seven generic presets.
  • Run docker compose up -d after extracting the release archive.
  • Existing installations should deploy v1.1.2 images, recreate the backend and frontend containers, and apply sql/upgrade/24-base-algorithm-presets.sql after backing up the database.

Full Changelog: https://github.com/OortCloudGroup/VLStream-Cloud/commits/v1.1.2