What's Changed
@remotion/lambda: Implemented Lambda streaming! by @JonnyBurger in #3803- Chunks don't get saved to S3, rather they get sent directly to the main function
- Progress is being tracked in the main function, eliminating the need to write progress files to the S3 bucket.
- Benefits: Eliminate most of the S3 cost and more fine-grained progress reporting.
- New @remotion/fonts package by @benya7 in #3927
@remotion/studio: Don't show blank page on unhandled exception by @JonnyBurger in #3929@remotion/paths: New, better implementation forinterpolatePaths()by @JonnyBurger in #3926
Docs
- Docs: Improve documentation about
volumeby @JonnyBurger in #3928
New Contributors
- @benya7 made their first contribution in #3927
Full Changelog: v4.0.164...v4.0.165