v4.0.245
What's Changed
@remotion/lambda
:- Upgraded Lambda runtime to Chrome 123, Node.js 20. This should not cause any issues for you.
--enable-v5-runtime
is now obsolete, because it is enabled by default.- Smaller Apple Emoji Font: We removed some emoji from the font so that both the V5 runtime and Apple Emoji can be enabled at the same time. See which Emoji are not supported: https://www.remotion.dev/docs/miscellaneous/emojis#unavailable-emojis
- Supporting 3 new regions:
ap-southeast-4
,ap-southeast-5
,eu-central-2
(Lambda Insights is not available for these regions)
@remotion/media-parser
: Don't treat SEI recovery points as keyframes by @JonnyBurger in #4682@remotion/media-parser
: Scope filename to media to avoid accidential collision with userspace by @JonnyBurger in #4684@remotion/media-parser
: Allow duration metadata to be used forslowDurationInSeconds
by @JonnyBurger in #4688@remotion/media-parser
: SupportMinCache
andMaxCache
Matroska fields in WebM by @JonnyBurger in #4695@remotion/licensing
: Remove unnecessary dependencies by @JonnyBurger in #4683- Will be in effect in Remotion 5.0: Remove
getRenderProgress()
,renderMediaOnLambda()
,renderStillOnLambda()
,presignUrl()
,getSites()
from@remotion/lambda
, import it from@remotion/lambda/client
by @JonnyBurger in #4698
remotion.dev/convert
- Fix mobile icon of pwa by @hunxjunedo in #4686
Docs
- Update year to 2025 by @JonnyBurger in #4685
- Use AI to write JSDoc comments by @JonnyBurger in #4687
- Fix example for using GitHub Actions by @JonnyBurger in #4696
Full Changelog: v4.0.244...v4.0.245