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: forwardemail/supertest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.0
Choose a base ref
...
head repository: forwardemail/supertest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1.0
Choose a head ref
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Oct 28, 2024

  1. test: fix test failure due to localhost being also ipv6

    Depending on runtime environment, "localhost" might resolve to both IPv4 and IPv6, resulting in an AggregateError in place of an Error.
    ikonst committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    92079a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. fix: avoid server re-use race conditions

    Prevents ECONNRESET when the same HTTP Server is used for more than 3
    simultaneous connections.
    
    Closes #709
    Closes #844
    
    Ref:
    
    * #846
    alxndrsn committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    96c06e3 View commit details
    Browse the repository at this point in the history
  2. fix(dev): commitlint dev dependency & config

    alxndrsn committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    e67fcb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Merge pull request #854 from alxndrsn/commitlint

    fix(dev): commitlint dev dependency & config
    titanism authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    35ac86f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #845 from ikonst/master

    test: fix test failure due to localhost being also ipv6
    titanism authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    be0d5c7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #852 from alxndrsn/econnreset

    fix: avoid server re-use race conditions
    titanism authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    de045d4 View commit details
    Browse the repository at this point in the history
  4. 7.1.0

    titanism committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    359bc52 View commit details
    Browse the repository at this point in the history
Loading