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(node): listen on 0.0.0.0 if server.host is set to true #10282

Merged
merged 8 commits into from
Mar 1, 2024

Commits on Feb 29, 2024

  1. Node Adapter server.host: true Issue

    - Added function to return proper value for host based on options.host's type and value.
    SatanshuMishra committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    69c9005 View commit details
    Browse the repository at this point in the history
  2. hostOptions & Testing

    - Modified hostOptions to take in host as an input.
    - Added `server-host` test to test new function.
    SatanshuMishra committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    43e395c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9205f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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

    - Removed Extra changeset from node directory.
    - Added changeset at root level.
    SatanshuMishra committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e44a03e View commit details
    Browse the repository at this point in the history
  3. Update .changeset/smooth-singers-kiss.md

    Sounds good! This change LGTM!
    
    Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
    SatanshuMishra and lilnasy authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    692e922 View commit details
    Browse the repository at this point in the history
  4. Update packages/integrations/node/src/standalone.ts

    Update variable types to use pre-existing types.
    
    Co-authored-by: Kevin Zuniga Cuellar <46791833+kevinzunigacuellar@users.noreply.github.com>
    SatanshuMishra and kevinzunigacuellar authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    045ced7 View commit details
    Browse the repository at this point in the history
  5. Update .changeset/smooth-singers-kiss.md

    Improve wording for changset.
    
    Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
    SatanshuMishra and florian-lefebvre authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1ad0754 View commit details
    Browse the repository at this point in the history