deploy_feedback icon indicating copy to clipboard operation
deploy_feedback copied to clipboard

Deno Deploy stuck on 1.41.0

Open moderation opened this issue 6 months ago • 4 comments

What problem are you trying to solve?

I regularly update a Deno Deploy app and use the following code to return the Deploy version. This used to regularly udpate as new versions of Deno were released. It hasn't updated since 1.41.0

elaps += `\nuser-agent  : ${navigator.userAgent.toLowerCase()!}`;

This code returns deno/1.41.0 today

Describe the solution you'd like

https://github.com/denoland/deno/releases/tag/v1.41.0 was released on Feb 21 2024.

1.41.1 was released on Feb 29 1.41.2 was released on Mar 8 1.41.3 was released on Mar 14

Latest releases is 1.45.5.

The solution I'd like is to have Deno Deploy track latest releases or be able to specify what version to leverage in config.

Describe alternatives you've considered

Is Deploy still an invest platform?

Documentation, Adoption, Migration Strategy

I suspect that https://github.com/denoland/deploy_feedback/issues/695 is due to the old version on Deploy

moderation avatar Aug 20 '24 23:08 moderation