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.13.1
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.13.3
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Oct 10, 2024

  1. fix(serve): support ipv6 by default (#206)

    * fix(serve): support ipv6 by default
    
    For node's server.listen, if no hostname param is specified it'll adaptively pick the unspecified ipv6 address (`::`) when available or the unspecified ipv4 address (`0.0.0.0`) otherwise. This fix gets rid of the behavior where we manually default to `0.0.0.0` and rely on node's underlying handling of this.
    
    See here for the docs on node: https://nodejs.org/api/net.html#serverlistenport-host-backlog-callback:~:text=If%20host%20is%20omitted%2C%20the%20server%20will%20accept%20connections%20on%20the%20unspecified%20IPv6%20address%20(%3A%3A)%20when%20IPv6%20is%20available%2C%20or%20the%20unspecified%20IPv4%20address%20(0.0.0.0)%20otherwise.
    
    * format
    sinasab authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2357641 View commit details
    Browse the repository at this point in the history
  2. v1.13.2

    yusukebe committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    cd4d4d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    3dcf537 View commit details
    Browse the repository at this point in the history
  2. v1.13.3

    yusukebe committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9872ddb View commit details
    Browse the repository at this point in the history
Loading