James Russo
f03b7e0fcf
Merge pull request #2817 from heygen-com/fix/2810-gcp-beginframe-contract
...
fix(gcp): enforce effective BeginFrame capture
2026-07-26 18:11:53 -07:00
James
2a284a8e3a
fix(gcp): enforce effective BeginFrame capture
2026-07-27 00:02:37 +00:00
James
477defc7e7
fix(core): avoid live volume probe during render
2026-07-26 22:39:58 +00:00
James
527751c871
chore: release v0.7.73
2026-07-26 21:25:03 +00:00
James
f0c2c7d233
fix(producer): align frame coverage with extraction rounding
2026-07-26 20:33:19 +00:00
James
33ca1de063
fix(render): aggregate extraction launch failures
2026-07-26 19:47:33 +00:00
James
c01e1a5f96
fix(producer): narrow extraction error shapes honestly
2026-07-26 19:47:33 +00:00
James
9b63646c8a
fix(producer): type video extraction failures
2026-07-26 19:47:33 +00:00
James
2e84faeb28
fix(engine): block future-use IPv4 downloads
2026-07-26 19:00:41 +00:00
James
4b81f78586
fix(engine): close downloader trust-boundary gaps
2026-07-26 19:00:41 +00:00
James
5ce2eb879d
fix(engine): narrow network error shapes honestly
2026-07-26 19:00:41 +00:00
James
c01f6b4468
fix(engine): make video downloads atomic and retry transient failures
2026-07-26 19:00:41 +00:00
James
ebb02cafe7
fix(producer): reset distributed plan scratch state
2026-07-26 18:12:15 +00:00
James
d699cbf014
fix(producer): attribute and stop oversized plans early
2026-07-26 18:12:15 +00:00
Ular Kimsanov
5bfda4e087
Merge pull request #2797 from heygen-com/feat/studio-professional-color-grading
...
feat(studio): add professional grading controls
2026-07-26 10:45:43 -07:00
Ular Kimsanov
e2e61b0767
Merge pull request #2798 from heygen-com/feat/agent-native-color-grading
...
feat(cli): expose agent-native color grading
2026-07-26 03:23:29 -07:00
Ular Kimsanov
7fa85fb057
Merge pull request #2796 from heygen-com/feat/professional-color-grading-core
...
feat(core): add professional color grading controls
2026-07-26 02:38:42 -07:00
ukimsanov
794930a075
fix(studio): align professional grading contracts
2026-07-26 01:47:06 -07:00
ukimsanov
c1fcf7534f
fix(studio): clear stale color scopes
2026-07-26 01:29:32 -07:00
ukimsanov
20ef48abcb
feat(studio): add professional grading controls
2026-07-26 01:29:32 -07:00
ukimsanov
20f4bde46a
test(cli): harden media treatment parity
2026-07-26 01:29:05 -07:00
ukimsanov
9b504045f7
fix(core): register media analyzer subpath
2026-07-26 01:25:42 -07:00
ukimsanov
c1dde28980
fix(cli): address media treatment review findings
2026-07-26 01:25:42 -07:00
ukimsanov
6d5961b802
feat(cli): expose agent-native color grading
2026-07-26 01:25:42 -07:00
ukimsanov
e446de6023
fix(core): align secondary mask contracts
2026-07-26 01:25:16 -07:00
James Russo
5c5179bb12
feat(gcp-cloud-run): publish plan v2 directly to GCS ( #2799 )
...
## What
- publishes Plan v2 content-addressed artifacts directly from the Cloud Run planner's private staging directory to GCS
- commits the Plan v2 manifest only after every referenced artifact is durable
- removes the second local Plan v2 CAS directory and preserves the existing Cloud Workflows wire contract
- exports a reusable GCS publisher adapter
## Why
Cloud Run planner, chunk, and assembler requests are independent containers and do not share a filesystem. The distributed contract must contain only durable GCS locators.
This layer makes the Plan v2 publication path object-store-native. Like the AWS parent PR, it still relies on one planner-local frozen v1 tree inside the producer; eliminating that remaining staging tree requires direct Plan v2 emission in a later layer.
## Design invariants
- local paths never cross a request or worker boundary
- manifest and artifact locators derive from one validated GCS output prefix
- immutable objects use generation-zero conditional creation and exact digest/size verification
- retries may reuse exact objects but never overwrite conflicts
- the manifest is the final publication commit point
- chunk and assembler requests independently download and verify only their target artifacts
## Test plan
- [x] all 95 GCP Cloud Run package tests pass
- [x] package typecheck passes
- [x] package build passes
- [x] changed-file lint, format, fallow, and repository commit gates pass
- [x] end-to-end adapter test covers plan, target-scoped chunk, and assemble through Fake GCS with no shared local directory
2026-07-26 04:12:50 -04:00
ukimsanov
9a515858c9
fix(core): preserve curve compiler subpath exports
2026-07-25 23:38:32 -07:00
James Russo
a06973064a
Merge pull request #2795 from heygen-com/feat/plan-v2-aws-direct-publisher
...
feat(aws-lambda): publish plan v2 directly to S3
2026-07-26 02:23:35 -04:00
ukimsanov
1ffef9a262
fix(core): address grading review findings
2026-07-25 23:16:50 -07:00
James Russo
72ae39e3d0
chore: release v0.7.72 ( #2800 )
2026-07-26 02:01:10 -04:00
James
74d7bfde48
feat(gcp-cloud-run): publish plan v2 directly to GCS
2026-07-26 05:48:38 +00:00
James
09998789b5
feat(aws-lambda): publish plan v2 directly to S3
2026-07-26 05:47:56 +00:00
ukimsanov
f99fc4e568
feat(core): add professional color grading controls
2026-07-25 22:15:30 -07:00
James Russo
07f9a3de95
refactor(producer): add remote-ready plan v2 publisher ( #2792 )
2026-07-26 00:53:50 -04:00
James Russo
0499a5cbcb
fix(gcp-cloud-run): normalize v2 integrity codes ( #2790 )
2026-07-25 23:59:36 -04:00
James Russo
5bf61d6df0
feat(aws-lambda): support plan protocol v2 ( #2789 )
...
* feat(aws-lambda): support plan protocol v2
* fix(aws-lambda): align SAM v2 terminal errors
2026-07-25 23:42:51 -04:00
James Russo
c6fdd9c015
fix(producer): document read-only plan hashing ( #2788 )
2026-07-25 23:20:36 -04:00
James Russo
f9f00b0efc
feat(producer): version distributed plan protocol ( #2777 )
2026-07-25 19:17:07 -04:00
Miguel Ángel
3b9552ef9d
fix(producer): use portable audio padding filter
2026-07-25 21:16:28 +00:00
Miguel Ángel
3ef194234e
chore(producer): remove stale audio concat remnants
2026-07-25 21:14:41 +00:00
Miguel Ángel
4b116b9880
fix(producer): normalize padded audio on sample timeline
2026-07-25 21:14:18 +00:00
Miguel Ángel
63bc525ca9
fix(engine): stop mux at shortest normalized stream
2026-07-25 21:14:18 +00:00
Miguel Ángel
532461599b
fix(producer): preserve normalized audio mux duration
2026-07-25 21:14:18 +00:00
Miguel Ángel
20188d637b
test(render): cover duration-capped audio mux
2026-07-25 21:14:18 +00:00
Miguel Ángel
19258ea5ba
fix(render): cap final mux to video duration
2026-07-25 21:14:18 +00:00
Miguel Ángel
afc4e96bbe
fix(render): cap trimmed audio container duration
2026-07-25 21:14:18 +00:00
Miguel Ángel
9289551e98
fix(render): scope M4A priming preservation to trims
2026-07-25 21:14:17 +00:00
Miguel Ángel
59c56d3257
fix(render): preserve normalized M4A edit timing
2026-07-25 21:14:17 +00:00
Miguel Ángel
113a4985b5
fix(render): trim AAC packet padding exactly
2026-07-25 21:14:17 +00:00
James Russo
8c50770684
fix(engine): preserve bounded ffprobe diagnostics ( #2772 )
...
* fix(engine): preserve bounded ffprobe diagnostics
* test(engine): harden ffprobe diagnostic redaction
2026-07-25 17:12:43 -04:00