From b81ead3c4b1300f8e238576514a397a4ab6c7d77 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 12 Mar 2026 15:42:43 +0100 Subject: [PATCH 1/5] March 12th deployng changelog --- deploy/changelog.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/deploy/changelog.md b/deploy/changelog.md index d951d1f3f..f4560a649 100644 --- a/deploy/changelog.md +++ b/deploy/changelog.md @@ -3,6 +3,49 @@ title: "Deno Deploy changelog" description: "Listing notable progress in the development and evolution of Deno Deploy" --- +## March 12th, 2026 + +### Features + +- Deno Deploy now supports scheduling cron jobs using the `Deno.cron()` API. + - Cron jobs are defined in your application code and are automatically + discovered and managed by the platform when you deploy. + - You can monitor cron execution history and status from the new "Cron" tab in + the app dashboard. + - [Learn more in the documentation.](/deploy/reference/cron/) +- You can now change the deployment region of an existing app from the app + settings page. + - Previously, the deployment region could only be set at app creation time. + - The new region selector is available under "Deployment Region" in the app + settings. +- Organizations can now be deleted directly from the organization settings page. + - Previously, deleting an organization required contacting Deno support. + - To delete an organization, go to the organization settings page and scroll + to the danger zone section. +- TanStack Start is now a natively supported framework on Deno Deploy. + - Deno Deploy automatically detects TanStack Start projects and configures the + build and runtime settings optimally. + - [Learn more about TanStack Start support.](/deploy/reference/frameworks/#tanstack-start-tanstackstart) +- You can now configure an external OpenTelemetry collector to export + observability data from your Deno Deploy organization. + - Set a custom OTLP endpoint and headers from the organization settings page + under "OpenTelemetry". + - All traces, metrics, and logs from your applications will be forwarded to + your configured collector in addition to being available in the Deno Deploy + dashboard. +- The runtime memory limit for applications can now be configured per app. + - Available memory limits range from 512 MB to 4096 MB, depending on your + plan. + - The memory limit can be set in the app build configuration settings, or via + the `deploy.runtime.memory_limit` field in your `deno.json` file. + - [Learn more in the build documentation.](/deploy/reference/builds/) +- A new Builder plan is now available for organizations that need higher limits + and more compute. + - The Builder plan is priced at $200/month and includes 20 million included + HTTP requests, 400 CPU hours, up to 4 GB runtime and build memory, and up to + 200 deployments per hour. + - [See the pricing page for full details.](https://deno.com/deploy/pricing) + ## January 27th, 2026 ### Features From a51405a32b977ec977748a5f0b6570edf04924af Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Fri, 13 Mar 2026 14:29:52 +0000 Subject: [PATCH 2/5] Apply suggestion from @thisisjofrank --- deploy/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/changelog.md b/deploy/changelog.md index f4560a649..8e2cfe0d5 100644 --- a/deploy/changelog.md +++ b/deploy/changelog.md @@ -12,7 +12,7 @@ description: "Listing notable progress in the development and evolution of Deno discovered and managed by the platform when you deploy. - You can monitor cron execution history and status from the new "Cron" tab in the app dashboard. - - [Learn more in the documentation.](/deploy/reference/cron/) + - [Learn more in the cron documentation](/deploy/reference/cron/). - You can now change the deployment region of an existing app from the app settings page. - Previously, the deployment region could only be set at app creation time. From 41758ee9c9f1d91434ab69a12e7dad91eae1bc91 Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Fri, 13 Mar 2026 14:30:15 +0000 Subject: [PATCH 3/5] Apply suggestion from @thisisjofrank --- deploy/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/changelog.md b/deploy/changelog.md index 8e2cfe0d5..2d6d17673 100644 --- a/deploy/changelog.md +++ b/deploy/changelog.md @@ -25,7 +25,7 @@ description: "Listing notable progress in the development and evolution of Deno - TanStack Start is now a natively supported framework on Deno Deploy. - Deno Deploy automatically detects TanStack Start projects and configures the build and runtime settings optimally. - - [Learn more about TanStack Start support.](/deploy/reference/frameworks/#tanstack-start-tanstackstart) + - [Learn more about TanStack Start support](/deploy/reference/frameworks/#tanstack-start-tanstackstart). - You can now configure an external OpenTelemetry collector to export observability data from your Deno Deploy organization. - Set a custom OTLP endpoint and headers from the organization settings page From 41bf227eaca44a0edc3e337322317128838a62ca Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Fri, 13 Mar 2026 14:30:45 +0000 Subject: [PATCH 4/5] Apply suggestion from @thisisjofrank --- deploy/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/changelog.md b/deploy/changelog.md index 2d6d17673..ded0b7201 100644 --- a/deploy/changelog.md +++ b/deploy/changelog.md @@ -38,7 +38,7 @@ description: "Listing notable progress in the development and evolution of Deno plan. - The memory limit can be set in the app build configuration settings, or via the `deploy.runtime.memory_limit` field in your `deno.json` file. - - [Learn more in the build documentation.](/deploy/reference/builds/) + - [Learn more in the build documentation](/deploy/reference/builds/). - A new Builder plan is now available for organizations that need higher limits and more compute. - The Builder plan is priced at $200/month and includes 20 million included From 4a71ff3b3a0b6fad07349f182c7340cb29b0ceab Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Fri, 13 Mar 2026 14:31:02 +0000 Subject: [PATCH 5/5] Apply suggestion from @thisisjofrank --- deploy/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/changelog.md b/deploy/changelog.md index ded0b7201..2735a995e 100644 --- a/deploy/changelog.md +++ b/deploy/changelog.md @@ -44,7 +44,7 @@ description: "Listing notable progress in the development and evolution of Deno - The Builder plan is priced at $200/month and includes 20 million included HTTP requests, 400 CPU hours, up to 4 GB runtime and build memory, and up to 200 deployments per hour. - - [See the pricing page for full details.](https://deno.com/deploy/pricing) + - [See the pricing page for full details](https://deno.com/deploy/pricing). ## January 27th, 2026