TypeScript
This page covers advanced options for writing serverless functions in TypeScript.
Maintenance
Since your project includes all Satellite features, it's essential to stay in sync with Juno’s updates to maintain compatibility.
Always check the releases page for the latest changes, and update your local Docker image (source repo) accordingly to ensure you're running the latest runtime and features.
caution
Always upgrade iteratively and avoid skipping version numbers. While we strive to minimize breaking changes, it's crucial to upgrade through each released version sequentially.
For example, if you're on v0.0.23 and the latest release is v0.0.26, first upgrade to v0.0.24, then v0.0.25, and finally v0.0.26. Skipping versions could lead to unexpected issues.