Skip to content

Releases: Stability-AI/room-connect-ecr

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 14 Jul 18:12

v0.1.2 (2026-07-14)

Documentation

  • Add K8s testing POR and upload optimization POR (c85a665)

  • POR_K8S_TESTING: manual test checklist for frontend, backend, and
    Blender rendering on the K8s CPU deployment (9 test areas, 41 checks)

  • POR_UPLOAD_OPTIMIZATION: parallel chunk uploads (4x concurrency) and
    visible progress bar to fix the silent 10-12 min upload for large GLBs

Co-authored-by: Cursor cursoragent@cursor.com


Detailed Changes: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 17:38

v0.1.1 (2026-07-14)

Documentation

  • Update POR for CPU-only deployment (f915be1)

Switch deployment from GPU (data-gpu-g6g7) to CPU (data-cpu-realtime) pool. GPU cold starts caused scheduling failures; Blender Cycles falls back to CPU rendering automatically. Document how to re-enable GPU.

Co-authored-by: Cursor cursoragent@cursor.com


Detailed Changes: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 16:08

v0.1.0 (2026-07-14)

Continuous Integration

  • Switch workflows to ubuntu-latest runners (fbbec99)

Self-hosted CodeBuild runners are not configured for this repo, causing workflows to queue indefinitely. Switch to GitHub-hosted ubuntu-latest runners which have OIDC support for ECR pushes.

Co-authored-by: Cursor cursoragent@cursor.com


Detailed Changes: v0.0.0...v0.1.0