Skip to content

AngeMedia Gateway v0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jul 02:13

AngeMedia Gateway v0.2.1

EN · Release Card

Version: v0.2.1
Release type: Stability, security, Web Studio, queue runtime, and release-hygiene update
Recommended users: Self-hosted users, AI Agent integrations, NAS deployments, New API/OpenAI-compatible media workflows
Git tag: v0.2.1
Docker image: maxblack777/angemedia-gateway:v0.2.1
Latest image: maxblack777/angemedia-gateway:latest

Highlights

  • Web Studio now covers image generation, video generation, jobs, assets, channels, diagnostics, API keys, and assistant settings.
  • Queue-first generation path with dispatcher and worker processes.
  • Agnes Video v2.0 is the primary released video path.
  • SiliconFlow/Kolors is documented as the stable image-to-image path.
  • Generated and uploaded media are localized into protected /generated/* and /uploads/* paths.
  • Public README, Chinese README, skill docs, and release notes were refreshed for external users.
  • Release packaging hygiene now excludes known internal audit, handoff, release-report, development, design QA, and assistant execution-plan files.
  • Job/error sanitization was hardened against data URL ReDoS with bounded linear scanning.
  • Code scanning false positives were reviewed; remaining medium assistant error-boundary findings are deferred to a v0.2.2 cleanup.

Upgrade Notes

For Docker Compose users:

docker compose pull
docker compose up -d

If using an explicit image tag, use:

maxblack777/angemedia-gateway:v0.2.1

Known Notes

  • Remaining CodeQL medium findings are assistant error-boundary diagnostics, not v0.2.1 release blockers.
  • Multi-key provider pool / key rotation is not included in v0.2.1 and is deferred to a later version.
  • Agnes Image remains an explicit experimental image channel, not the default stable image-to-image promise.

中文 · 版本卡片

版本: v0.2.1
发布类型: 稳定性、安全、Web Studio、队列运行时与发布卫生更新
推荐用户: 自托管用户、AI Agent 集成、NAS 部署、New API / OpenAI-compatible 媒体工作流
Git tag: v0.2.1
Docker 镜像: maxblack777/angemedia-gateway:v0.2.1
Latest 镜像: maxblack777/angemedia-gateway:latest

主要更新

  • Web Studio 覆盖图片生成、视频生成、任务、资产、渠道、诊断、API 密钥和小助手设置。
  • 图片和视频生成走队列优先架构,包含 dispatcher 和 worker 进程。
  • Agnes Video v2.0 是当前发布版主视频路径。
  • 明确 SiliconFlow/Kolors 是稳定图生图路径。
  • 生成和上传媒体会本地化到受保护的 /generated/*/uploads/* 路径。
  • 英文 README、中文 README、Skill 文档和更新日志已面向外部用户刷新。
  • 发布打包卫生检查会排除已知内部审计、交接、发布报告、开发、设计 QA 和小助手执行计划文件。
  • job/error 脱敏已将 data URL 正则替换为有长度上限的线性扫描,增强 ReDoS 防护。
  • Code Scanning 误报已审查处理;剩余 medium 小助手错误边界项留到 v0.2.2 统一治理。

升级说明

Docker Compose 用户:

docker compose pull
docker compose up -d

如果使用固定镜像 tag:

maxblack777/angemedia-gateway:v0.2.1

已知说明

  • 剩余 CodeQL medium 是小助手错误边界/诊断类问题,不阻断 v0.2.1。
  • 多 key 轮询、随机和失败切换不包含在 v0.2.1,后续版本再做。
  • Agnes Image 是显式实验图片渠道,不作为默认稳定图生图承诺。

Changelog

Added

  • Web Studio coverage for image generation, video generation, jobs, assets, channels, diagnostics, API keys, and assistant settings.
  • Queue-first image and video generation with dispatcher and worker processes.
  • Agnes Video v2.0 as the primary released video path.
  • Protected local media import for generated and uploaded assets.
  • Public README, Chinese README, and release notes for external users.

Changed

  • Documented SiliconFlow/Kolors as the stable image-to-image path.
  • Kept Agnes Image documented as an explicit image channel rather than a default stable image-to-image promise.
  • Synced agent skill documentation with the public docs source.
  • Tightened release packaging hygiene to block only named internal documents.

Security

  • Release hygiene excludes known internal audit, handoff, release-report, development, design QA, and assistant execution-plan files.
  • Documentation now consistently states that /generated/* and /uploads/* are protected media paths.
  • Hardened job and error sanitization against data URL ReDoS by replacing regex-based data URL redaction with bounded linear scanning.
  • Removed an insecure temporary-file test fixture reported by code scanning.
  • Reviewed and dismissed confirmed CodeQL false positives with evidence; remaining medium assistant error-boundary items are deferred.