Skip to content

Wrangler 4.x Support #4022

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kingmesal opened this issue Mar 27, 2025 · 2 comments · May be fixed by #4030
Open

Wrangler 4.x Support #4022

kingmesal opened this issue Mar 27, 2025 · 2 comments · May be fixed by #4030
Labels
enhancement New feature or request.

Comments

@kingmesal
Copy link

What is the feature you are proposing?

Hono is WAY behind on wrangler compatability.

Can we get it updated to support wrangler v4?

In the latest worker types it has this new field props

interface ExecutionContext {
  waitUntil(promise: Promise<any>): void;
  passThroughOnException(): void;
  props: any;
}

Not sure if there are any other big lift items, but this is blocking me from upgrading my wrangler.

@kingmesal kingmesal added the enhancement New feature or request. label Mar 27, 2025
@kingmesal
Copy link
Author

BTW, in the meantime, I have followed this approach to work around the api change

@yusukebe yusukebe linked a pull request Mar 30, 2025 that will close this issue
4 tasks
@honojs honojs deleted a comment Apr 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant