fix(deps): update dependency hono to ~3.7.0 #6755
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~3.6.0
->~3.7.0
Release Notes
honojs/hono (hono)
v3.7.2
Compare Source
What's Changed
bufferToFormData()
by @yusukebe in https://github.com/honojs/hono/pull/1500Full Changelog: honojs/hono@v3.7.1...v3.7.2
v3.7.1
Compare Source
What's Changed
testing
helper by @yusukebe in https://github.com/honojs/hono/pull/1493Full Changelog: honojs/hono@v3.7.0...v3.7.1
v3.7.0
Compare Source
Hono v3.7.0 is out now! Let's take a look at the new features.
c.stream()
andc.streamText()
We added the awaited functionality related to streaming.
c.stream()
andc.streamText()
.You can easily create HTTP Streaming endpoints with them.
You know Streaming works well with AI. With
streamText()
you can write your ChatGPT Gateway in elegant code.This application can display streamed data from OpenAI's API in a flowing manner.
Screen.Recording.2023-09-21.at.11.11.36.mov
Thanks, @sor4chi and @geelen !
Testing Helper
With
testClient
in Testing Helper you can easily write your tests. The object returned by this function is thehc
client, so you can define your request with the editor completion.sc.mov
Thanks, @hagishi !
JWT helper
We uses JWT functions internally, but now they are exported as JWT Helper. You can import and use them.
Thanks, @julianpoma !
All Updates
enum
by @yusukebe in https://github.com/honojs/hono/pull/1485c.stream()
andc.streamText()
matters by @yusukebe in https://github.com/honojs/hono/pull/1482New Contributors
Full Changelog: honojs/hono@v3.6.3...v3.7.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Mend Renovate. View repository job log here.