Skip to content
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

fix(cloudflare-workers): do not buffer content #2545

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

cometkim
Copy link
Contributor

Author should do the followings, if applicable

  • Add tests
  • Run tests
  • yarn denoify to generate files for Deno

Copy link
Member

@yusukebe yusukebe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@yusukebe
Copy link
Member

@cometkim

Thanks. Indeed, it should be a stream. Thanks.

@yusukebe yusukebe merged commit d091c6a into honojs:main Apr 23, 2024
10 checks passed
@cometkim cometkim deleted the kv-worker branch April 23, 2024 21:33
nicolewhite pushed a commit to autoblocksai/cli that referenced this pull request Apr 29, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [hono](https://hono.dev/) ([source](https://togithub.com/honojs/hono))
| [`4.2.7` ->
`4.2.9`](https://renovatebot.com/diffs/npm/hono/4.2.7/4.2.9) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/hono/4.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/hono/4.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/hono/4.2.7/4.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/hono/4.2.7/4.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>honojs/hono (hono)</summary>

### [`v4.2.9`](https://togithub.com/honojs/hono/releases/tag/v4.2.9)

[Compare
Source](https://togithub.com/honojs/hono/compare/v4.2.8...v4.2.9)

#### What's Changed

- fix(context): correct set-cookie header values if c.res is set by
[@&#8203;yusukebe](https://togithub.com/yusukebe) in
[honojs/hono#2570

**Full Changelog**:
honojs/hono@v4.2.8...v4.2.9

### [`v4.2.8`](https://togithub.com/honojs/hono/releases/tag/v4.2.8)

[Compare
Source](https://togithub.com/honojs/hono/compare/v4.2.7...v4.2.8)

#### What's Changed

- fix(types): useState() has no type errors without arguments by
[@&#8203;ryuapp](https://togithub.com/ryuapp) in
[honojs/hono#2548
- chore(package.json): prettier use cache by
[@&#8203;ryuapp](https://togithub.com/ryuapp) in
[honojs/hono#2549
- fix(cloudflare-workers): do not buffer content by
[@&#8203;cometkim](https://togithub.com/cometkim) in
[honojs/hono#2545
- fix(context): keep response cookies in newResponse instead of
overwriting by [@&#8203;ItsWendell](https://togithub.com/ItsWendell) in
[honojs/hono#2555

#### New Contributors

- [@&#8203;cometkim](https://togithub.com/cometkim) made their first
contribution in
[honojs/hono#2545
- [@&#8203;ItsWendell](https://togithub.com/ItsWendell) made their first
contribution in
[honojs/hono#2555

**Full Changelog**:
honojs/hono@v4.2.7...v4.2.8

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone
America/Chicago, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/autoblocksai/cli).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants