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/node-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.19.4
Choose a base ref
...
head repository: honojs/node-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.19.10
Choose a head ref
  • 17 commits
  • 18 files changed
  • 6 contributors

Commits on Sep 29, 2025

  1. fix: cancel a readable stream if a writable stream is closed before a…

    … readable stream is closed. (#280)
    usualoma authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    4b5a8d1 View commit details
    Browse the repository at this point in the history
  2. 1.19.5

    yusukebe committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    840c22b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Configuration menu
    Copy the full SHA
    3435875 View commit details
    Browse the repository at this point in the history
  2. 1.19.6

    yusukebe committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    3cdef3f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. fix: Fix for hono issue 4563 - incorrect content-length after followi…

    …ng symlink (#290)
    
    * kept original implementation before my changes, only changed lstat to stat to follow links
    
    * Added a test that ensures hono issue 4563 stays fixed
    
    * Added a skip for the test for windows as it may fail for insufficient permissions
    tshmieldev authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    38e17b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b253386 View commit details
    Browse the repository at this point in the history
  3. 1.19.7

    yusukebe committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    0a4826c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Configuration menu
    Copy the full SHA
    76d80e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. fix(serve-static): Use Readable.toWeb in serveStatic (#293)

    The previous createStreamBody implementation used flowing mode.
    This caused a flaw where data would accumulate in the queue if the transmission
    speed was slower than the read speed, potentially consumig memory equal to the
    file size.
    
    However, as noted in the commit 5064e92 that
    introduced this issue, using Readable.toWeb may cause an exception in Node.js
    versions that do not have nodejs/node#54206 applied. Therefore, the old
    implementation remains. It is desirable that it will be removed when support
    for older versions of Node.js ends.
    otya128 authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    0b1229e View commit details
    Browse the repository at this point in the history
  2. 1.19.8

    yusukebe committed Jan 9, 2026
    Configuration menu
    Copy the full SHA
    9b72ddf View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. Configuration menu
    Copy the full SHA
    2d729e7 View commit details
    Browse the repository at this point in the history
  2. 1.19.9

    yusukebe committed Jan 13, 2026
    Configuration menu
    Copy the full SHA
    26f5e89 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2026

  1. Configuration menu
    Copy the full SHA
    b1daa4c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. Configuration menu
    Copy the full SHA
    58c4412 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

  1. Configuration menu
    Copy the full SHA
    cc05c48 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. Merge commit from fork

    yusukebe authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    455015b View commit details
    Browse the repository at this point in the history
  2. 1.19.10

    yusukebe committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    2f8ca36 View commit details
    Browse the repository at this point in the history
Loading