Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: honojs/hono
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.6.19
Choose a base ref
...
head repository: honojs/hono
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.6.20
Choose a head ref
  • 5 commits
  • 13 files changed
  • 4 contributors

Commits on Jan 27, 2025

  1. refactor(helper/streaming): Avoid attaching AbortSignal on newer vers…

    …ions of Bun (#3859)
    
    * refactor(helper/streaming): Avoid attaching AbortSignal on newer versions of Bun
    
    * fixed the tests and refactored
    
    ---------
    
    Co-authored-by: Yusuke Wada <[email protected]>
    Jarred-Sumner and yusukebe authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    d72aa4b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. chore: Use new text-based bun lockfile (#3846)

    * chore: use new text-based `bun.lock`
    
    * chore: update bun version to 1.1.39
    
    bun v1.1.39 is the minimum version to use text-based bun.lock file
    
    * fix(actions): add bun install for bun runtime test
    ryoppippi authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    0aa8acc View commit details
    Browse the repository at this point in the history
  2. chore: bump np (#3874)

    yusukebe authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    0ef206b View commit details
    Browse the repository at this point in the history
  3. fix(lambda-edge-adapter): Support Alternate Domain Names and Multiple…

    … Cookies in Lambda@Edge (#3858)
    
    * fix(lambda-edge): improve domain name detection
    
    Previously, only the CloudFront distribution name was used. Now, the Host header value is utilized for more accurate detection.
    
    * fix(lambda-edge): handle multiple Set-Cookie headers correctly
    
    Previously, only the last Set-Cookie header was returned. This update ensures all Set-Cookie headers are processed and returned as expected.
    
    * fix(lambda-edge): add host fallback detection for unusual request headers
    kentkwee authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    a1ae224 View commit details
    Browse the repository at this point in the history
  4. 4.6.20

    yusukebe committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    b2affb8 View commit details
    Browse the repository at this point in the history
Loading