denoland / denoland/deploy_feedback
Deno Deploy stuck on 1.41.0
- Dominant language
- No language data
- Stars
- 79
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
### 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`
```typescript
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.