Skip to content

VLStream Cloud v1.1.1

Choose a tag to compare

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

VLStream Cloud v1.1.1

This patch release starts from origin/main and includes the standalone deployment fixes found during clean Docker Compose validation.

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.

Deployment

  • New installations still use the supplied schema at sql/init/10-oortcloud-workflowforms-vls.sql; only unused legacy views are omitted.
  • Run docker compose up -d after extracting the release archive.
  • Existing v1.1.0 installations should deploy v1.1.1 images and recreate the backend and frontend containers. Back up the database before applying any upgrade SQL.

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